diff options
author | Luca Casonato <hello@lcas.dev> | 2021-08-14 13:27:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-14 13:27:09 +0200 |
commit | 47b7cd5a7e9c4b69703f6e63cb896a35c8263f2b (patch) | |
tree | bc13691392061c10010a7d0ba4e84e7c8764b60b | |
parent | 8fa46a7b4444cfbdaefe0bd0aa882601f338cef9 (diff) |
chore: roll wpt (#11692)
This PR rolls WPT to https://github.com/web-platform-tests/wpt/commit/7eb7372a613fb3a4a7d4160d8292ac2b95b29864
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, |