diff options
Diffstat (limited to 'tests/wpt/meta/url/a-element.html.ini')
-rw-r--r-- | tests/wpt/meta/url/a-element.html.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/wpt/meta/url/a-element.html.ini b/tests/wpt/meta/url/a-element.html.ini index 31c3d92a27d..66dacf51b20 100644 --- a/tests/wpt/meta/url/a-element.html.ini +++ b/tests/wpt/meta/url/a-element.html.ini @@ -576,3 +576,18 @@ [Parsing: <wss://host/ !"$%&'()*+,-./:;<=>@[\\\]^_`{|}~> against <about:blank>] expected: FAIL + + [Parsing: <non-special:opaque ?hi> against <about:blank>] + expected: FAIL + + [Parsing: <non-special:opaque #hi> against <about:blank>] + expected: FAIL + + [Parsing: <non-special:opaque \t\t \t#hi> against <about:blank>] + expected: FAIL + + [Parsing: <non-special:opaque \t\t #hi> against <about:blank>] + expected: FAIL + + [Parsing: <non-special:opaque\t\t \r #hi> against <about:blank>] + expected: FAIL |