diff options
Diffstat (limited to 'tests/wpt/meta/url/url-constructor.any.js.ini')
-rw-r--r-- | tests/wpt/meta/url/url-constructor.any.js.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/wpt/meta/url/url-constructor.any.js.ini b/tests/wpt/meta/url/url-constructor.any.js.ini index 019089582f8..d1bdd8b326c 100644 --- a/tests/wpt/meta/url/url-constructor.any.js.ini +++ b/tests/wpt/meta/url/url-constructor.any.js.ini @@ -902,6 +902,12 @@ [Parsing: <///example.org/../path/../../path> against <http://example.org/>] expected: FAIL + [Parsing: <foo://host/ !"$%&'()*+,-./:;<=>@[\\\]^_`{|}~> without base] + expected: FAIL + + [Parsing: <wss://host/ !"$%&'()*+,-./:;<=>@[\\\]^_`{|}~> without base] + expected: FAIL + [url-constructor.any.worker.html?include=file] [Parsing: </> against <file://h/C:/a/b>] @@ -1269,6 +1275,12 @@ [Parsing: <file:///w|/m> without base] expected: FAIL + [Parsing: <foo://host/ !"$%&'()*+,-./:;<=>@[\\\]^_`{|}~> without base] + expected: FAIL + + [Parsing: <wss://host/ !"$%&'()*+,-./:;<=>@[\\\]^_`{|}~> without base] + expected: FAIL + [url-constructor.any.html?include=file] [Parsing: </> against <file://h/C:/a/b>] |