Skip to content

Commit b22b043

Browse files
authored
test: update web platform tests (#964)
1 parent 523e9e2 commit b22b043

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/wpt/setters_tests.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,15 @@
11951195
"host": "test",
11961196
"hostname": "test"
11971197
}
1198+
},
1199+
{
1200+
"href": "foo://path/to",
1201+
"new_value": ":80",
1202+
"expected": {
1203+
"href": "foo://path/to",
1204+
"host": "path",
1205+
"port": ""
1206+
}
11981207
}
11991208
],
12001209
"hostname": [

0 commit comments

Comments
 (0)