Sync WPT with upstream (25-12-2023) (#30938)

* Update web-platform-tests to revision b'73caf716542762aab6646f0a02de208bc0ec4124'

* Update expectations

---------

Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Servo WPT Sync 2023-12-26 03:08:45 -05:00 committed by GitHub
parent d58fc0d674
commit cad3ca2512
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
279 changed files with 10825 additions and 511 deletions

View file

@ -1,4 +1,4 @@
[iframe_sandbox_popups_escaping-2.html]
expected: CRASH
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: FAIL
expected: TIMEOUT

View file

@ -1,3 +1,4 @@
[iframe_sandbox_popups_nonescaping-1.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL
expected: NOTRUN

View file

@ -0,0 +1,2 @@
[image-loading-lazy-slow.html]
expected: FAIL

View file

@ -181,3 +181,6 @@
[multipart/form-data: backslash in value (formdata event)]
expected: FAIL
[multipart/form-data: 0x00 in name (normal form)]
expected: FAIL

View file

@ -0,0 +1,4 @@
[reparent-form-during-planned-navigation-task.html]
expected: TIMEOUT
[reparent-form-during-planned-navigation-task]
expected: TIMEOUT

View file

@ -161,9 +161,6 @@
[text/plain: lone surrogate in name and value (formdata event)]
expected: FAIL
[text/plain: Basic File test (formdata event)]
expected: FAIL
[text/plain: Basic test (formdata event)]
expected: FAIL
@ -181,3 +178,6 @@
[text/plain: double quote in value (normal form)]
expected: FAIL
[text/plain: double quote in value (formdata event)]
expected: FAIL

View file

@ -1,12 +1,13 @@
[htmlanchorelement_noopener.html]
expected: TIMEOUT
[Check that targeting of rel=noopener with a given name reuses an existing window with that name]
expected: FAIL
[Check that rel=noopener with target=_top does a normal load]
expected: FAIL
expected: NOTRUN
[Check that rel=noopener with target=_parent does a normal load]
expected: FAIL
expected: NOTRUN
[Check that rel=noopener with target=_self does a normal load]
expected: FAIL
expected: NOTRUN