Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 19a52a1

Browse filesBrowse files
nodejs-github-botaduh95
authored andcommitted
test: update WPT for url to fc3e651593
PR-URL: #62379 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 1c6f5ed commit 19a52a1
Copy full SHA for 19a52a1

3 files changed

+47-2Lines changed: 47 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎test/fixtures/wpt/README.md‎

Copy file name to clipboardExpand all lines: test/fixtures/wpt/README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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/c928b19ab0/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
Collapse file

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

Copy file name to clipboardExpand all lines: test/fixtures/wpt/url/resources/urltestdata.json
+45Lines changed: 45 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": "#",
@@ -6095,6 +6125,21 @@
60956125
"search": "",
60966126
"hash": ""
60976127
},
6128+
{
6129+
"input": "https://0000000000000000000000000000000000000000177.0.0.1",
6130+
"base": null,
6131+
"href": "https://127.0.0.1/",
6132+
"origin": "https://127.0.0.1",
6133+
"protocol": "https:",
6134+
"username": "",
6135+
"password": "",
6136+
"host": "127.0.0.1",
6137+
"hostname": "127.0.0.1",
6138+
"port": "",
6139+
"pathname": "/",
6140+
"search": "",
6141+
"hash": ""
6142+
},
60986143
"More IPv4 parsing (via https://github.com/jsdom/whatwg-url/issues/92)",
60996144
{
61006145
"input": "https://0x100000000/test",
Collapse file

‎test/fixtures/wpt/versions.json‎

Copy file name to clipboardExpand all lines: test/fixtures/wpt/versions.json
+1-1Lines 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": "c928b19ab04a4525807238e9299c23f3a1cca582",
75+
"commit": "fc3e651593fab938433613eb5ad0b4dbd5a4e167",
7676
"path": "url"
7777
},
7878
"urlpattern": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.