Sync WPT with upstream (29-10-2023) (#30641)

* Update web-platform-tests to revision b'9f24a7061dc47c00ffe3f0f6dda5822a9b15c2a5'

* Update expectations

---------

Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
Servo WPT Sync 2023-10-31 01:06:17 -04:00 committed by GitHub
parent 61f7e43322
commit 4ea042cb14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
438 changed files with 10674 additions and 2524 deletions

View file

@ -0,0 +1,4 @@
[order-in-bfcache-restore.html]
expected: TIMEOUT
[pagereveal event fires and in correct order on restoration from BFCache]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[order-in-new-document-navigation.html]
[pagereveal event fires and in correct order on new-document navigation]
expected: FAIL

View file

@ -0,0 +1,2 @@
[order-in-prerender-activation.html]
expected: ERROR

View file

@ -5,8 +5,8 @@
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank?foo']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank#foo']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']
expected: FAIL

View file

@ -10,3 +10,6 @@
[load event does not fire on window.open('about:blank?foo')]
expected: FAIL
[load event does not fire on window.open('about:blank')]
expected: FAIL

View file

@ -4,3 +4,15 @@
[Test javascript URL string return values in direct and indirect (target) frame contexts. 9]
expected: FAIL
[0041 set in href="" targeting a frame and clicked]
expected: FAIL
[0080 00FF set in href="" targeting a frame and clicked]
expected: FAIL
[0080 00FF 0100 set in href="" targeting a frame and clicked]
expected: FAIL
[D83D DE0D set in href="" targeting a frame and clicked]
expected: FAIL

View file

@ -0,0 +1,3 @@
[navigation-unload-cross-origin.sub.window.html]
[Cross-origin navigation started from unload handler must be ignored]
expected: FAIL

View file

@ -1,3 +0,0 @@
[navigation-unload-same-origin.window.html]
[Same-origin navigation started from unload handler must be ignored]
expected: FAIL

View file

@ -1,3 +1,4 @@
[nav-cancelation-2.sub.html]
expected: TIMEOUT
[grandparent cancels a pending navigation in a cross-origin grandchild]
expected: FAIL
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[traverse-during-unload.html]
expected: TIMEOUT
[Traversing the history during unload]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[traverse_the_history_5.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -1,5 +1,4 @@
[cross-origin-objects.html]
expected: TIMEOUT
[Basic sanity-checking (cross-origin)]
expected: FAIL

View file

@ -0,0 +1,3 @@
[creating_browsing_context_test_01.html]
[first argument: absolute url]
expected: FAIL

View file

@ -1,5 +1,5 @@
[embedded-opener-remove-frame.html]
expected: CRASH
expected: TIMEOUT
[opener of discarded nested browsing context]
expected: FAIL

View file

@ -0,0 +1,66 @@
[dir-auto-form-associated.window.html]
[<input dir=auto type=hidden> directionality]
expected: FAIL
[<input dir=auto type=text> directionality]
expected: FAIL
[<input dir=auto type=search> directionality]
expected: FAIL
[<input dir=auto type=tel> directionality]
expected: FAIL
[<input dir=auto type=url> directionality]
expected: FAIL
[<input dir=auto type=email> directionality]
expected: FAIL
[<input dir=auto type=password> directionality]
expected: FAIL
[<input dir=auto type=submit> directionality]
expected: FAIL
[<input dir=auto type=reset> directionality]
expected: FAIL
[<input dir=auto type=button> directionality]
expected: FAIL
[<input dir=auto type=date> directionality]
expected: FAIL
[<input dir=auto type=month> directionality]
expected: FAIL
[<input dir=auto type=week> directionality]
expected: FAIL
[<input dir=auto type=time> directionality]
expected: FAIL
[<input dir=auto type=datetime-local> directionality]
expected: FAIL
[<input dir=auto type=number> directionality]
expected: FAIL
[<input dir=auto type=range> directionality]
expected: FAIL
[<input dir=auto type=color> directionality]
expected: FAIL
[<input dir=auto type=checkbox> directionality]
expected: FAIL
[<input dir=auto type=radio> directionality]
expected: FAIL
[<input dir=auto type=image> directionality]
expected: FAIL
[<textarea dir=auto> directionality]
expected: FAIL

View file

@ -0,0 +1,3 @@
[lang-attribute.window.html]
[unnamespaced lang attribute only works on elements in the HTML namespace]
expected: FAIL

View file

@ -1,4 +1,3 @@
[iframe_sandbox_popups_escaping-1.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

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

@ -1,3 +1,9 @@
[non-active-document.html]
[DOMParser]
expected: FAIL
[createHTMLDocument]
expected: FAIL
[<template>]
expected: FAIL

View file

@ -31,3 +31,6 @@
[invokeAction reflects tostring value 2]
expected: FAIL
[invokeAction reflects same casing]
expected: FAIL

View file

@ -0,0 +1,3 @@
[module-static-import-delayed.html]
[document.write in an imported module]
expected: FAIL

View file

@ -2,6 +2,3 @@
expected: TIMEOUT
[The incumbent settings object while executing the compiled callback via Web IDL's invoke must be that of the node document]
expected: TIMEOUT
[The entry settings object while executing the compiled callback via Web IDL's invoke must be that of the node document]
expected: FAIL

View file

@ -1,9 +1,10 @@
[promise-job-entry-different-function-realm.html]
expected: TIMEOUT
[Fulfillment handler on fulfilled promise]
expected: FAIL
[Rejection handler on pending-then-rejected promise]
expected: FAIL
expected: TIMEOUT
[Thenable resolution]
expected: FAIL
@ -12,4 +13,4 @@
expected: FAIL
[Fulfillment handler on pending-then-fulfilled promise]
expected: FAIL
expected: TIMEOUT

View file

@ -1,10 +1,9 @@
[promise-job-entry.html]
expected: TIMEOUT
[Fulfillment handler on fulfilled promise]
expected: FAIL
[Rejection handler on pending-then-rejected promise]
expected: TIMEOUT
expected: FAIL
[Sanity check: this all works as expected with no promises involved]
expected: FAIL
@ -16,4 +15,4 @@
expected: FAIL
[Fulfillment handler on pending-then-fulfilled promise]
expected: TIMEOUT
expected: FAIL