Skip to content

Commit 392d4b7

Browse files
authored
test: update web platform tests (#962)
1 parent bd80521 commit 392d4b7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/wpt/setters_tests.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1909,6 +1909,20 @@
19091909
"expected": {
19101910
"port": "4"
19111911
}
1912+
},
1913+
{
1914+
"href": "https://domain.com:3000",
1915+
"new_value": "\n\t80\n\t80\n\t",
1916+
"expected": {
1917+
"port": "8080"
1918+
}
1919+
},
1920+
{
1921+
"href": "https://domain.com:3000",
1922+
"new_value": "\n\n\t\t",
1923+
"expected": {
1924+
"port": "3000"
1925+
}
19121926
}
19131927
],
19141928
"pathname": [

0 commit comments

Comments
 (0)