Skip to content

Commit

Permalink
Bug 1637701 [wpt PR 23572] - Update wpt metadata, a=testonly
Browse files Browse the repository at this point in the history
wpt-pr: 23572
wpt-type: metadata
  • Loading branch information
moz-wptsync-bot committed May 25, 2020
1 parent 2b1adb3 commit 17b483e
Show file tree
Hide file tree
Showing 7 changed files with 118 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
[Parsing origin: <ssh://example.com/foo/bar.git> against <http://example.org/>]
expected: FAIL

[Parsing origin: <http://\x1f!"$&'()*+,-.;=_`{|}~/> against <about:blank>]
expected: FAIL
3 changes: 3 additions & 0 deletions testing/web-platform/meta/url/a-element-origin.html.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
[Parsing origin: <ssh://example.com/foo/bar.git> against <http://example.org/>]
expected: FAIL

[Parsing origin: <http://\x1f!"$&'()*+,-.;=_`{|}~/> against <about:blank>]
expected: FAIL
21 changes: 21 additions & 0 deletions testing/web-platform/meta/url/a-element-xhtml.xhtml.ini
Original file line number Diff line number Diff line change
Expand Up @@ -830,3 +830,24 @@
[Parsing: <\\\\\\.\\y:> against <about:blank>]
expected: FAIL
[Parsing: <non-special://a^b> against <about:blank>]
expected: FAIL
[Parsing: <http://\x1f!"$&'()*+,-.;=_`{|}~/> against <about:blank>]
expected: FAIL
[Parsing: <sc://\x1f!"$&'()*+,-.;=_`{|}~/> against <about:blank>]
expected: FAIL

[Parsing: <non-special://a>b> against <about:blank>]
expected: FAIL

[Parsing: <non-special://a<b> against <about:blank>]
expected: FAIL

[Parsing: <http://a<b> against <about:blank>]
expected: FAIL

[Parsing: <http://a^b> against <about:blank>]
expected: FAIL

21 changes: 21 additions & 0 deletions testing/web-platform/meta/url/a-element.html.ini
Original file line number Diff line number Diff line change
Expand Up @@ -872,3 +872,24 @@
[Parsing: <\\\\\\.\\y:> against <about:blank>]
expected: FAIL
[Parsing: <non-special://a^b> against <about:blank>]
expected: FAIL
[Parsing: <http://\x1f!"$&'()*+,-.;=_`{|}~/> against <about:blank>]
expected: FAIL
[Parsing: <sc://\x1f!"$&'()*+,-.;=_`{|}~/> against <about:blank>]
expected: FAIL

[Parsing: <non-special://a>b> against <about:blank>]
expected: FAIL

[Parsing: <non-special://a<b> against <about:blank>]
expected: FAIL

[Parsing: <http://a<b> against <about:blank>]
expected: FAIL

[Parsing: <http://a^b> against <about:blank>]
expected: FAIL

53 changes: 52 additions & 1 deletion testing/web-platform/meta/url/failure.html.ini
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,57 @@
[XHR: \\\\\\.\\y: should throw]
expected: FAIL

[XHR: \\\\\\.\\Y: should throw]
[Location's href: non-special://a>b should throw]
expected: FAIL
[Location's href: non-special://a^b should throw]
expected: FAIL

[URL's constructor's base argument: non-special://a^b should throw]
expected: FAIL

[URL's href: non-special://a^b should throw]
expected: FAIL
[window.open(): non-special://a^b should throw]
expected: FAIL
[URL's constructor's base argument: non-special://a>b should throw]
expected: FAIL
[URL's href: non-special://a<b should throw]
expected: FAIL

[window.open(): non-special://a<b should throw]
expected: FAIL

[XHR: non-special://a>b should throw]
expected: FAIL

[XHR: non-special://a<b should throw]
expected: FAIL

[Location's href: http://a<b should throw]
expected: FAIL
[XHR: non-special://a^b should throw]
expected: FAIL
[URL's constructor's base argument: non-special://a<b should throw]
expected: FAIL
[Location's href: http://a>b should throw]
expected: FAIL

[Location's href: http://a^b should throw]
expected: FAIL
[URL's href: non-special://a>b should throw]
expected: FAIL

[Location's href: non-special://a<b should throw]
expected: FAIL
[window.open(): non-special://a>b should throw]
expected: FAIL
15 changes: 15 additions & 0 deletions testing/web-platform/meta/url/url-constructor.html.ini
Original file line number Diff line number Diff line change
Expand Up @@ -419,3 +419,18 @@
expected:
if os == "win": FAIL
[Parsing: <non-special://a^b> against <about:blank>]
expected: FAIL
[Parsing: <http://\x1f!"$&'()*+,-.;=_`{|}~/> against <about:blank>]
expected: FAIL
[Parsing: <sc://\x1f!"$&'()*+,-.;=_`{|}~/> against <about:blank>]
expected: FAIL

[Parsing: <non-special://a>b> against <about:blank>]
expected: FAIL

[Parsing: <non-special://a<b> against <about:blank>]
expected: FAIL

3 changes: 3 additions & 0 deletions testing/web-platform/meta/url/url-origin.html.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
[Origin parsing: <ssh://example.com/foo/bar.git> against <http://example.org/>]
expected: FAIL

[Origin parsing: <http://\x1f!"$&'()*+,-.;=_`{|}~/> against <about:blank>]
expected: FAIL

0 comments on commit 17b483e

Please sign in to comment.