Update web-platform-tests to revision b'015f19c5b653f51f2e38ebe97ec0ff62523f57de' (#32121)

This commit is contained in:
Servo WPT Sync 2024-04-21 01:02:25 -04:00 committed by GitHub
parent bcf538dbc8
commit f3c2edb743
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
626 changed files with 18372 additions and 5676 deletions

View file

@ -808,3 +808,21 @@
[<area>: Setting <http://example.net>.hash = '\x00' Trailing C0 control should be encoded]
expected: FAIL
[<area>: Setting <http://example.net/path>.host = 'example.com?stuff:8080' Stuff after a ? delimiter is ignored, trailing 'port']
expected: FAIL
[<a>: Setting <http://example.net:8080>.host = 'example.com:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error]
expected: FAIL
[<area>: Setting <http://example.net:8080>.host = 'example.com:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error]
expected: FAIL
[<a>: Setting <http://example.net:8080/test>.host = '[::1\]:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error]
expected: FAIL
[<area>: Setting <http://example.net:8080/test>.host = '[::1\]:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error]
expected: FAIL
[<area>: Setting <http://example.net:8080/test>.host = '[::1\]' IPv6 without port]
expected: FAIL

View file

@ -38,6 +38,12 @@
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
expected: FAIL
[URL: Setting <http://example.net:8080>.host = 'example.com:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error]
expected: FAIL
[URL: Setting <http://example.net:8080/test>.host = '[::1\]:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error]
expected: FAIL
[url-setters.any.worker.html?include=javascript]
@ -99,6 +105,12 @@
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
expected: FAIL
[URL: Setting <http://example.net:8080>.host = 'example.com:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error]
expected: FAIL
[URL: Setting <http://example.net:8080/test>.host = '[::1\]:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error]
expected: FAIL
[url-setters.any.worker.html?include=mailto]