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

Lines Matching refs:html

5     ["file:c:\\\\foo\\\\bar.html", "file:///C:/foo/bar.html"],
6 [" File:c|////foo\\\\bar.html", "file:///C:////foo/bar.html"],
23 ["file:c:foo/bar.html", "file:///C:/foo/bar.html"],
24 ["file:/\\\\/\\\\C:\\\\\\\\//foo\\\\bar.html", "file:///C:////foo/bar.html"],
34 ["FILE:/\\\\/\\\\7:\\\\\\\\//foo\\\\bar.html", "file://7:////foo/bar.html"],
37 ["file:///C:/foo/../../../bar.html", "file:///C:/bar.html"],
44 ["file:c:\\\\foo\\\\bar.html", "file:///c:/foo/bar.html"],
45 ["file:c|//foo\\\\bar.html", "file:///c%7C//foo/bar.html"],
46 // file: tests from WebKit (LayoutTests/fast/loader/url-parse-1.html)