Skip to content

Commit ccc837f

Browse files
test: update WPT for url to fc3e651593
1 parent c744f57 commit ccc837f

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

test/fixtures/wpt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Last update:
2828
- resource-timing: https://github.com/web-platform-tests/wpt/tree/22d38586d0/resource-timing
2929
- resources: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/resources
3030
- streams: https://github.com/web-platform-tests/wpt/tree/bc9dcbbf1a/streams
31-
- url: https://github.com/web-platform-tests/wpt/tree/808541773a/url
31+
- url: https://github.com/web-platform-tests/wpt/tree/fc3e651593/url
3232
- urlpattern: https://github.com/web-platform-tests/wpt/tree/a2e15ad405/urlpattern
3333
- user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing
3434
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi

test/fixtures/wpt/url/resources/urltestdata.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4268,6 +4268,36 @@
42684268
"search": "",
42694269
"hash": ""
42704270
},
4271+
{
4272+
"input": "https://localhost?q=🔥",
4273+
"base": null,
4274+
"href": "https://localhost/?q=%F0%9F%94%A5",
4275+
"origin": "https://localhost",
4276+
"protocol": "https:",
4277+
"username": "",
4278+
"password": "",
4279+
"host": "localhost",
4280+
"hostname": "localhost",
4281+
"port": "",
4282+
"pathname": "/",
4283+
"search": "?q=%F0%9F%94%A5",
4284+
"hash": ""
4285+
},
4286+
{
4287+
"input": "https://localhost#🔥",
4288+
"base": null,
4289+
"href": "https://localhost/#%F0%9F%94%A5",
4290+
"origin": "https://localhost",
4291+
"protocol": "https:",
4292+
"username": "",
4293+
"password": "",
4294+
"host": "localhost",
4295+
"hostname": "localhost",
4296+
"port": "",
4297+
"pathname": "/",
4298+
"search": "",
4299+
"hash": "#%F0%9F%94%A5"
4300+
},
42714301
"# resolving a fragment against any scheme succeeds",
42724302
{
42734303
"input": "#",

test/fixtures/wpt/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"path": "streams"
7373
},
7474
"url": {
75-
"commit": "808541773a6208a4c71ce740149a7e94e990922e",
75+
"commit": "fc3e651593fab938433613eb5ad0b4dbd5a4e167",
7676
"path": "url"
7777
},
7878
"urlpattern": {

0 commit comments

Comments
 (0)