mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +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 @@
|
|||
[autofocus-on-stable-document.html]
|
||||
[Autofocus should work if an element with autofocus is inserted into a document which was loaded some time ago.]
|
||||
expected: FAIL
|
|
@ -1,7 +1,6 @@
|
|||
[document-with-fragment-nonexistent.html]
|
||||
expected: TIMEOUT
|
||||
[Autofocus elements in iframed documents with non-existent fragments should work.]
|
||||
expected: FAIL
|
||||
|
||||
[Autofocus elements in top-level browsing context's documents with non-existent fragments should work.]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -4,4 +4,3 @@
|
|||
|
||||
[Autofocus elements in top-level browsing context's documents with "top" fragments should work.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[first-reconnected.html]
|
||||
[The second autofocus element wins if the first autofocus element was disconnected and reconnected before flushing the autofocus candidates.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[first-when-later-but-before.html]
|
||||
[The temporally first autofocus in the document wins, even if an element is inserted later that is previous in the document tree.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[first-when-later.html]
|
||||
[The first autofocus in the document wins, even if elements are inserted later.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[first.html]
|
||||
[The first autofocus element in the document should win.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[no-autofocus-on-changing-input-type.html]
|
||||
[Changing input type should not refocus on the element.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[queue-non-focusable.html]
|
||||
[If the first autofocus element is not focusable, but becomes focusable before a frame, it should be focused.]
|
||||
expected: FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[skip-another-top-level-browsing-context.html]
|
||||
expected: TIMEOUT
|
||||
[Autofocus elements queued in another top-level browsing context's documents should be skipped.]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[skip-non-focusable.html]
|
||||
[Non-focusable autofocus element is skipped.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[spin-by-blocking-style-sheet.html]
|
||||
[Script-blocking style sheet should pause flushing autofocus candidates.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue