diff --git a/test/fixtures/wpt/README.md b/test/fixtures/wpt/README.md index 5c27ce3fb9d432..7e1ee9534d1839 100644 --- a/test/fixtures/wpt/README.md +++ b/test/fixtures/wpt/README.md @@ -27,7 +27,7 @@ Last update: - performance-timeline: https://github.com/web-platform-tests/wpt/tree/17ebc3aea0/performance-timeline - resources: https://github.com/web-platform-tests/wpt/tree/fbf1e7d247/resources - streams: https://github.com/web-platform-tests/wpt/tree/9e5ef42bd3/streams -- url: https://github.com/web-platform-tests/wpt/tree/0e5b126cd0/url +- url: https://github.com/web-platform-tests/wpt/tree/0a187bc169/url - user-timing: https://github.com/web-platform-tests/wpt/tree/df24fb604e/user-timing - wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/d8dbe6990b/wasm/jsapi - wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi diff --git a/test/fixtures/wpt/url/resources/percent-encoding.json b/test/fixtures/wpt/url/resources/percent-encoding.json index eccd1db62fe601..bd81edbdc35ee3 100644 --- a/test/fixtures/wpt/url/resources/percent-encoding.json +++ b/test/fixtures/wpt/url/resources/percent-encoding.json @@ -44,5 +44,13 @@ "output": { "utf-8": "%C3%A1|" } + }, + "Surrogate!", + { + "input": "\ud800", + "output": { + "utf-8": "%EF%BF%BD", + "windows-1252": "%26%2365533%3B" + } } ] diff --git a/test/fixtures/wpt/versions.json b/test/fixtures/wpt/versions.json index 35034a17ebfb17..a726e9cc5af2da 100644 --- a/test/fixtures/wpt/versions.json +++ b/test/fixtures/wpt/versions.json @@ -68,7 +68,7 @@ "path": "streams" }, "url": { - "commit": "0e5b126cd0a8da9186b738b8c9278d19b594c51f", + "commit": "0a187bc16933e67dfb8755935143a6dd5a9e12f2", "path": "url" }, "user-timing": {