mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Sync WPT with upstream (26-11-2023) (#30783)
* Update web-platform-tests to revision b'a59ba94da3f2638beee8950e423c5fedfe02e809' * Update expectations * Update expectations again --------- Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
76401823f2
commit
139df1c73b
412 changed files with 7843 additions and 4775 deletions
|
@ -0,0 +1,3 @@
|
|||
[media_fragment_seek.html]
|
||||
[Video should seek to time specified in media fragment syntax]
|
||||
expected: FAIL
|
|
@ -1,4 +1,3 @@
|
|||
[iframe_sandbox_popups_escaping-2.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[iframe_sandbox_popups_nonescaping-1.html]
|
||||
expected: CRASH
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[image-loading-lazy-slow.html]
|
||||
expected: FAIL
|
|
@ -1,3 +1,9 @@
|
|||
[non-active-document.html]
|
||||
[DOMParser]
|
||||
expected: FAIL
|
||||
|
||||
[createHTMLDocument]
|
||||
expected: FAIL
|
||||
|
||||
[<template>]
|
||||
expected: FAIL
|
||||
|
|
|
@ -161,9 +161,6 @@
|
|||
[multipart/form-data: single quote in value (formdata event)]
|
||||
expected: FAIL
|
||||
|
||||
[multipart/form-data: backslash in value (formdata event)]
|
||||
expected: FAIL
|
||||
|
||||
[multipart/form-data: 0x00 in value (normal form)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
[text/plain: 0x00 in filename (normal form)]
|
||||
expected: FAIL
|
||||
|
||||
[text/plain: \\n in name (normal form)]
|
||||
expected: FAIL
|
||||
|
||||
[text/plain: \\n in name (formdata event)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -181,3 +178,6 @@
|
|||
|
||||
[text/plain: 0x00 in value (normal form)]
|
||||
expected: FAIL
|
||||
|
||||
[text/plain: 0x00 in value (formdata event)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -7,3 +7,6 @@
|
|||
|
||||
[Check that rel=noopener with target=_parent does a normal load]
|
||||
expected: FAIL
|
||||
|
||||
[Check that rel=noopener with target=_self does a normal load]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
[sibling-imports-not-blocked.any.html]
|
||||
[Async modules only scheduling microtasks don't block execution of sibling modules]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[sibling-imports-not-blocked.any.worker.html]
|
||||
[Async modules only scheduling microtasks don't block execution of sibling modules]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue