Sync WPT with upstream (12-11-2023) (#30724)

* Update web-platform-tests to revision b'46476776fdbf0a62522621002ba8af68e4d478b6'

* wpt import: update expectation

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

---------

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
Servo WPT Sync 2023-11-15 00:55:31 -05:00 committed by GitHub
parent 354d1d8d11
commit 3fc584d1a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1389 changed files with 1688178 additions and 8868 deletions

View file

@ -77,3 +77,11 @@
[HTMLLinkElement with rel=preload and as=worker fetches with a "worker" Request.destination]
expected: FAIL
[Import declaration with `type: "css"` fetches with a "style" Request.destination]
expected: FAIL
[Import declaration with `type: "json"` fetches with a "json" Request.destination]
expected: FAIL
[HTMLLinkElement with rel=preload and as=json fetches with a "json" Request.destination]
expected: FAIL

View file

@ -0,0 +1,21 @@
[big-gzip-body.https.any.sharedworker.html]
expected: ERROR
[big-gzip-body.https.any.worker.html]
[large gzip data should be decompressed successfully]
expected: FAIL
[large gzip data should be decompressed successfully with byte stream]
expected: FAIL
[big-gzip-body.https.any.html]
[large gzip data should be decompressed successfully]
expected: FAIL
[large gzip data should be decompressed successfully with byte stream]
expected: FAIL
[big-gzip-body.https.any.serviceworker.html]
expected: ERROR

View file

@ -1,2 +0,0 @@
[send-on-discard.tentative.https.window.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[not-send-after-abort.tentative.https.window.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[send-multiple-with-activate-after.tentative.https.window.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[send-multiple.tentative.https.window.html]
expected: ERROR

View file

@ -185,3 +185,6 @@
[border-image sec-fetch-site - HTTPS downgrade (header not sent)]
expected: FAIL
[background-image sec-fetch-site - HTTPS downgrade (header not sent)]
expected: TIMEOUT

View file

@ -0,0 +1,45 @@
[window-open.tentative.https.window.html]
[private to local: failed preflight.]
expected: FAIL
[private to local: missing CORS headers.]
expected: FAIL
[private to local: missing PNA header.]
expected: FAIL
[public to local: failed preflight.]
expected: FAIL
[public to local: missing CORS headers.]
expected: FAIL
[public to local: missing PNA header.]
expected: FAIL
[public to private: failed preflight.]
expected: FAIL
[public to private: missing CORS headers.]
expected: FAIL
[public to private: missing PNA header.]
expected: FAIL
[treat-as-public-address to local: failed preflight.]
expected: FAIL
[treat-as-public-address to local: missing CORS headers.]
expected: FAIL
[treat-as-public-address to local: missing PNA header.]
expected: FAIL
[treat-as-public-address to private: failed preflight.]
expected: FAIL
[treat-as-public-address to private: missing CORS headers.]
expected: FAIL
[treat-as-public-address to private: missing PNA header.]
expected: FAIL

View file

@ -0,0 +1,15 @@
[window-open.tentative.window.html]
[private to local: failure.]
expected: FAIL
[public to local: failure.]
expected: FAIL
[public to private: failure.]
expected: FAIL
[treat-as-public-address to local: failure.]
expected: FAIL
[treat-as-public-address to private: failure.]
expected: FAIL