Lines Matching refs:base
3 function setBase(base) {
4 document.getElementById("base").href = base;
7 function bURL(url, base) {
8 setBase(base);
21 if (expected.relativeTo === "any-base")
24 // We cannot use a null base for HTML tests
25 const base = expected.base === null ? "about:blank" : expected.base;
38 var url = bURL(expected.input, base)
57 }, "Parsing: <" + expected.input + "> against <" + base + ">")