Sync WPT with upstream (04-10-2023) (#30493)

* Update web-platform-tests to revision b'dfda99176a5d552fb1129fa353b7e4c69f6ed92c'

* fix linter errors after WPT import

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>

* Update expectations

---------

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Servo WPT Sync 2023-10-05 20:51:48 -04:00 committed by GitHub
parent 92defbb4ef
commit c06ec90151
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2986 changed files with 82877 additions and 27441 deletions

View file

@ -0,0 +1,21 @@
[request-private-network-headers.tentative.any.worker.html]
[Access-Control-Request-Private-Network is a forbidden request header]
expected: FAIL
[Adding invalid request header "Access-Control-Request-Private-Network: KO"]
expected: FAIL
[request-private-network-headers.tentative.any.serviceworker.html]
expected: ERROR
[request-private-network-headers.tentative.any.html]
[Access-Control-Request-Private-Network is a forbidden request header]
expected: FAIL
[Adding invalid request header "Access-Control-Request-Private-Network: KO"]
expected: FAIL
[request-private-network-headers.tentative.any.sharedworker.html]
expected: ERROR

View file

@ -20,6 +20,9 @@
[Blob.slice should not sniff the content for a content type]
expected: FAIL
[Fetching URL.createObjectURL(invalid_type_blob) is OK]
expected: FAIL
[scheme-blob.sub.any.html]
[Fetching URL.createObjectURL(empty_blob) is OK]
@ -42,3 +45,6 @@
[Blob.slice should not sniff the content for a content type]
expected: FAIL
[Fetching URL.createObjectURL(invalid_type_blob) is OK]
expected: FAIL