Sync WPT with upstream (03-03-2024) (#31482)

* Update web-platform-tests to revision b'1b88c8bd56a924f9865daa15834d444c55dd7327'

* Update expectations

---------

Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Servo WPT Sync 2024-03-03 04:03:40 -05:00 committed by GitHub
parent 50fdb82246
commit 845f503c34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1851 changed files with 18054 additions and 63556 deletions

View file

@ -0,0 +1,3 @@
[Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html]
[Inserting <meta> that uses alternate stylesheets, applies the style during DOM insertion, and before script runs as a result of any atomic insertions]
expected: FAIL

View file

@ -0,0 +1,9 @@
[Node-appendChild-script-and-style.tentative.html]
[Earlier-inserted <script> (via a DocumentFragment) synchronously observes a later-inserted <link rel=stylesheet>'s CSSStyleSheet creation]
expected: FAIL
[Earlier-inserted <script> (via a div) synchronously observes a later-inserted <link rel=stylesheet>'s CSSStyleSheet creation]
expected: FAIL
[Earlier-inserted <script> (via a append()) synchronously observes a later-inserted <link rel=stylesheet>'s CSSStyleSheet creation]
expected: FAIL

View file

@ -0,0 +1,3 @@
[Node-appendChild-script-in-script.tentative.html]
[An outer script does not execute until its inner `<script>` children are finished being inserted into it. The outer script's execution considers any script text that inner scripts added to the outer one.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[Node-appendChild-text-and-script-in-style.tentative.html]
[All style rules appended to a <style> element are inserted and script-observable to scripts inserted in the `<style>` element, by the time scripts execute after DOM insertions.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[Node-appendChild-three-scripts-from-fragment.tentative.html]
[Node.appendChild: inserting three scripts from a document fragment]
expected: FAIL

View file

@ -0,0 +1,3 @@
[Node-appendChild-three-scripts.tentative.html]
[Node.appendChild: inserting three scripts from a div]
expected: FAIL

View file

@ -0,0 +1,2 @@
[blur-event.window.html]
expected: CRASH