mirror of
https://github.com/servo/servo.git
synced 2025-09-22 21:00:14 +01:00
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:
parent
50fdb82246
commit
845f503c34
1851 changed files with 18054 additions and 63556 deletions
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
[Node-appendChild-three-scripts-from-fragment.tentative.html]
|
||||
[Node.appendChild: inserting three scripts from a document fragment]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[Node-appendChild-three-scripts.tentative.html]
|
||||
[Node.appendChild: inserting three scripts from a div]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[blur-event.window.html]
|
||||
expected: CRASH
|
Loading…
Add table
Add a link
Reference in a new issue