Lines Matching refs:ref
8 // Empty relative URLs should only remove the ref part of the URL,
11 ["http://foo/bar#ref", "", "http://foo/bar"],
35 ["http://host/a/", "bc/de?query#ref", "http://host/a/bc/de?query#ref"],
41 ["http://host/a?query#ref", "../../../foo", "http://host/foo"],
46 // Ref input
47 ["http://host/a", "#ref", "http://host/a#ref"],
71 ["http://host/a", "//another/path?query#ref", "http://another/path?query#ref"],