Update web-platform-tests to revision b'16f18d8135a80e89f2e910ca7548999fa2f7937e' (#31951)

This commit is contained in:
Servo WPT Sync 2024-03-31 01:15:08 -04:00 committed by GitHub
parent fff9ef87e6
commit 8c8d68e415
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1165 changed files with 42920 additions and 6829 deletions

View file

@ -0,0 +1,14 @@
[idlharness.any.worker.html]
[URL interface: operation parse(USVString, optional USVString)]
expected: FAIL
[URL interface: calling parse(USVString, optional USVString) on new URL("http://foo") with too few arguments must throw TypeError]
expected: FAIL
[idlharness.any.html]
[URL interface: operation parse(USVString, optional USVString)]
expected: FAIL
[URL interface: calling parse(USVString, optional USVString) on new URL("http://foo") with too few arguments must throw TypeError]
expected: FAIL

View file

@ -0,0 +1,50 @@
[url-statics-parse.any.worker.html]
[URL.parse(undefined, undefined)]
expected: FAIL
[URL.parse(aaa:b, undefined)]
expected: FAIL
[URL.parse(undefined, aaa:b)]
expected: FAIL
[URL.parse(aaa:/b, undefined)]
expected: FAIL
[URL.parse(undefined, aaa:/b)]
expected: FAIL
[URL.parse(https://test:test, undefined)]
expected: FAIL
[URL.parse(a, https://b/)]
expected: FAIL
[URL.parse() should return a unique object]
expected: FAIL
[url-statics-parse.any.html]
[URL.parse(undefined, undefined)]
expected: FAIL
[URL.parse(aaa:b, undefined)]
expected: FAIL
[URL.parse(undefined, aaa:b)]
expected: FAIL
[URL.parse(aaa:/b, undefined)]
expected: FAIL
[URL.parse(undefined, aaa:/b)]
expected: FAIL
[URL.parse(https://test:test, undefined)]
expected: FAIL
[URL.parse(a, https://b/)]
expected: FAIL
[URL.parse() should return a unique object]
expected: FAIL