diff options
m--------- | test_util/wpt | 0 | ||||
-rw-r--r-- | tools/wpt/expectation.json | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/test_util/wpt b/test_util/wpt -Subproject f55cfdca640b7e178c8fba26161b17a37bdcae5 +Subproject 7eb7372a613fb3a4a7d4160d8292ac2b95b2986 diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 944446913..0618d6a39 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -15910,7 +15910,11 @@ "Parsing: <http://foo.09> against <about:blank>", "Parsing: <http://foo.09.> against <about:blank>", "Parsing: <http://foo.0x4> against <about:blank>", - "Parsing: <http://foo.0x4.> against <about:blank>" + "Parsing: <http://foo.0x4.> against <about:blank>", + "Parsing: <http://0999999999999999999/> against <about:blank>", + "Parsing: <http://foo.0x> against <about:blank>", + "Parsing: <http://foo.0XFfFfFfFfFfFfFfFfFfAcE123> against <about:blank>", + "Parsing: <http://💩.123/> against <about:blank>" ], "url-origin.any.html": true, "url-searchparams.any.html": true, |