Home | History | Annotate | Download | only in script-tests

Lines Matching refs:www

4   ["http://www.google.com/foo?bar=baz#", "http://www.google.com/foo?bar=baz#"],
5 ["http://www.google.com/foo?bar=baz# \u00bb", "http://www.google.com/foo?bar=baz# \u00bb"],
6 ["http://[www.google.com]/", "http://[www.google.com]/"],
7 ["http://www.google.com", "http://www.google.com/"],
9 // ["ht\ttp:@www.google.com:80/;p?#", "ht%09tp://www.google.com:80/;p?#"],
12 // ["www.google.com", ":www.google.com/"],
14 ["http://www/foo%2Ehtml", "http://www/foo.html"],
18 ["http:\\\\\\\\www.google.com\\\\foo", "http://www.google.com/foo"],
20 ["http://www.google.com/asdf#\\ud800", "http://www.google.com/asdf#\\uFFFD"],