This page sets the UTF-8 charset declaration in both the HTTP and HTML Content-Type, and a Transitional HTML 4.01 DOCTYPE.
This test checks conformity with RFC3986 section 4.2 Relative Reference.
Test 1: Test scheme relative URI with double slash
//www.example.com/fooTest 2: Test scheme relative URI with single slash
/www.example.com/fooTest 3: Test relative reference dot-segment
./http:www.example.com/fooTest 4: Test illegal relative reference with colon
http:www.example.com/fooTest 5: Test relative reference with two backslash
\\www.example.com/foo