mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Run same tests for layout-2020 and layout-2013 (#30092)
Most tests were only being run for layout-2013, not for layout-2020. This wasn't great since layout-2020 is now the default. So this patch unifies the lists of included tests for both layouts. For layout-2013 this implies adding css/css-content/, css/css-logical/ and css/css-masking/clip/. For layout-2020 this implies adding several additional css tests, and also tests like dom/, js/, html/, etc.
This commit is contained in:
parent
78c7011240
commit
963104e5fc
4797 changed files with 679983 additions and 5390 deletions
|
@ -0,0 +1,3 @@
|
|||
[040.html]
|
||||
[ scheduler: IFRAMEs added with DOM (innerHTML), javascript: URL]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[042.html]
|
||||
[ scheduler: DOM mutation events when adding scripts: DOMNodeInserted ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[043.html]
|
||||
[ scheduler: DOM mutation events when adding external scripts: DOMNodeInserted ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[044.html]
|
||||
[ scheduler: DOM mutation events when adding scripts: DOMNodeInsertedIntoDocument ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[045.html]
|
||||
[ scheduler: DOM mutation events when adding external scripts: DOMNodeInsertedIntoDocument ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[054.html]
|
||||
[ scheduler: removing newly inserted script from DOMNodeInserted handler - external script ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[055.html]
|
||||
[ scheduler: removing newly inserted script from DOMNodeInserted handler - inline script ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[083.html]
|
||||
[ scheduler: event listener defined by script in a document in history]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[108.html]
|
||||
[ scheduler: javascript URL in iframe]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[109.html]
|
||||
[ scheduler: javascript URL in iframe, src set via DOM]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[128.html]
|
||||
[scheduler: appending script element to script ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[131.html]
|
||||
[scheduler: inline svg script ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[132.html]
|
||||
[scheduler: external svg script ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[133.html]
|
||||
[scheduler: inline HTML script added by SVG script ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[134.html]
|
||||
[scheduler: external HTML script added by SVG script ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[135.html]
|
||||
[scheduler: external SVG script added by SVG script ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[136.html]
|
||||
[scheduler: DOM added external SVG script, force-async? ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[138.html]
|
||||
[scheduler: SVG script nested inlines]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[139.html]
|
||||
[scheduler: SVG script nested external in inline]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[140.html]
|
||||
[scheduler: SVG script nested inline in external]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[141.html]
|
||||
[scheduler: SVG inline script that document.writes inline script ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[142.html]
|
||||
[scheduler: SVG inline script that document.writes external script ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[143.html]
|
||||
[scheduler: SVG nested inline script that document.writes inline script ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[144.html]
|
||||
[scheduler: SVG inline script changing the type attribute ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[145.html]
|
||||
[scheduler: SVG inline script adding text to empty script ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[147.html]
|
||||
[scheduler: insert multiple inline scripts; first script moves subsequent scripts ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[148.html]
|
||||
[scheduler: insert multiple inline scripts; first script deletes subsequent script ]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue