We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd80521 commit 392d4b7Copy full SHA for 392d4b7
tests/wpt/setters_tests.json
@@ -1909,6 +1909,20 @@
1909
"expected": {
1910
"port": "4"
1911
}
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
1922
+ "new_value": "\n\n\t\t",
1923
1924
+ "port": "3000"
1925
1926
1927
],
1928
"pathname": [
0 commit comments