mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
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:
parent
92defbb4ef
commit
c06ec90151
2986 changed files with 82877 additions and 27441 deletions
|
@ -1,4 +1,5 @@
|
|||
[nosniff.sub.any.html]
|
||||
expected: TIMEOUT
|
||||
[ORB should block opaque text/plain with nosniff]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -8,6 +9,54 @@
|
|||
[ORB should block opaque response with empty Content-Type and nosniff]
|
||||
expected: FAIL
|
||||
|
||||
[ORB should block opaque text/plain with nosniff: fetch(..., {mode: "no-cors"})]
|
||||
expected: FAIL
|
||||
|
||||
[ORB should block opaque text/plain with nosniff: <audio src=...>]
|
||||
expected: TIMEOUT
|
||||
|
||||
[ORB should block opaque text/plain with nosniff: <video src=...>]
|
||||
expected: NOTRUN
|
||||
|
||||
[ORB should block opaque text/plain with nosniff: <script src=...>]
|
||||
expected: NOTRUN
|
||||
|
||||
[ORB should block opaque-response-blocklisted MIME type with nosniff: fetch(..., {mode: "no-cors"})]
|
||||
expected: NOTRUN
|
||||
|
||||
[ORB should block opaque-response-blocklisted MIME type with nosniff: <img src=...>]
|
||||
expected: NOTRUN
|
||||
|
||||
[ORB should block opaque-response-blocklisted MIME type with nosniff: <audio src=...>]
|
||||
expected: NOTRUN
|
||||
|
||||
[ORB should block opaque-response-blocklisted MIME type with nosniff: <video src=...>]
|
||||
expected: NOTRUN
|
||||
|
||||
[ORB should block opaque-response-blocklisted MIME type with nosniff: <script src=...>]
|
||||
expected: NOTRUN
|
||||
|
||||
[ORB should block opaque response with empty Content-Type and nosniff: fetch(..., {mode: "no-cors"})]
|
||||
expected: NOTRUN
|
||||
|
||||
[ORB should block opaque response with empty Content-Type and nosniff: <img src=...>]
|
||||
expected: NOTRUN
|
||||
|
||||
[ORB should block opaque response with empty Content-Type and nosniff: <audio src=...>]
|
||||
expected: NOTRUN
|
||||
|
||||
[ORB should block opaque response with empty Content-Type and nosniff: <video src=...>]
|
||||
expected: NOTRUN
|
||||
|
||||
[ORB should block opaque response with empty Content-Type and nosniff: <script src=...>]
|
||||
expected: NOTRUN
|
||||
|
||||
[ORB shouldn't block opaque image with empty Content-Type and nosniff: fetch(..., {mode: "no-cors"})]
|
||||
expected: NOTRUN
|
||||
|
||||
[ORB shouldn't block opaque image with empty Content-Type and nosniff: <img src=...>]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[nosniff.sub.any.worker.html]
|
||||
[ORB should block opaque text/plain with nosniff]
|
||||
|
@ -18,3 +67,12 @@
|
|||
|
||||
[ORB should block opaque response with empty Content-Type and nosniff]
|
||||
expected: FAIL
|
||||
|
||||
[ORB should block opaque text/plain with nosniff: fetch(..., {mode: "no-cors"})]
|
||||
expected: FAIL
|
||||
|
||||
[ORB should block opaque-response-blocklisted MIME type with nosniff: fetch(..., {mode: "no-cors"})]
|
||||
expected: FAIL
|
||||
|
||||
[ORB should block opaque response with empty Content-Type and nosniff: fetch(..., {mode: "no-cors"})]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue