diff --git a/test/fixtures/wpt/README.md b/test/fixtures/wpt/README.md index 6a22e58b5f1e63..22e6bc3e3b480e 100644 --- a/test/fixtures/wpt/README.md +++ b/test/fixtures/wpt/README.md @@ -28,7 +28,7 @@ Last update: - resource-timing: https://github.com/web-platform-tests/wpt/tree/22d38586d0/resource-timing - resources: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/resources - streams: https://github.com/web-platform-tests/wpt/tree/bc9dcbbf1a/streams -- url: https://github.com/web-platform-tests/wpt/tree/81a2aed262/url +- url: https://github.com/web-platform-tests/wpt/tree/e3c46fdf55/url - urlpattern: https://github.com/web-platform-tests/wpt/tree/a2e15ad405/urlpattern - user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing - wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi diff --git a/test/fixtures/wpt/url/resources/urltestdata.json b/test/fixtures/wpt/url/resources/urltestdata.json index 0fe2ad17fdf719..fd2201cfe3185d 100644 --- a/test/fixtures/wpt/url/resources/urltestdata.json +++ b/test/fixtures/wpt/url/resources/urltestdata.json @@ -6835,6 +6835,34 @@ "search": "", "hash": "" }, + { + "input": "..", + "base": "abc://x/y/z/C:/", + "href": "abc://x/y/z/", + "protocol": "abc:", + "username": "", + "password": "", + "hostname": "x", + "port": "", + "host": "x", + "pathname": "/y/z/", + "search": "", + "hash": "" + }, + { + "input": "..", + "base": "file://x/C:/", + "href": "file://x/C:/", + "protocol": "file:", + "username": "", + "password": "", + "hostname": "x", + "port": "", + "host": "x", + "pathname": "/C:/", + "search": "", + "hash": "" + }, "# Do not drop the host in the presence of a drive letter", { "input": "file://example.net/C:/", diff --git a/test/fixtures/wpt/versions.json b/test/fixtures/wpt/versions.json index 845dea1cc2104c..382038acf9f05b 100644 --- a/test/fixtures/wpt/versions.json +++ b/test/fixtures/wpt/versions.json @@ -72,7 +72,7 @@ "path": "streams" }, "url": { - "commit": "81a2aed262a6e82824afa19509583a736da580ed", + "commit": "e3c46fdf5587369127de2863a7e38295f4e07f16", "path": "url" }, "urlpattern": {