Test Environment:

This page sets the UTF-8 charset declaration in both the HTTP and HTML Content-Type, and a Transitional HTML 4.01 DOCTYPE.

Goal:

This test checks conformity with RFC3986 section 4.2 Relative Reference.

Description:

Test Cases:

Test 1: Test scheme relative URI with double slash

//www.example.com/foo

Test 2: Test scheme relative URI with single slash

/www.example.com/foo

Test 3: Test relative reference dot-segment

./http:www.example.com/foo

Test 4: Test illegal relative reference with colon

http:www.example.com/foo

Test 5: Test relative reference with two backslash

\\www.example.com/foo