mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +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 @@
|
|||
[composed.window.html]
|
||||
[Focus events are composed]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[document-level-apis.html]
|
||||
[When a child browsing context is focused, its browsing context container is also focused]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[focus-fixup-rule-one-no-dialogs.html]
|
||||
[Changing the first legend element in disabled <fieldset>]
|
||||
expected: FAIL
|
||||
|
||||
[Disabling contenteditable]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[preventScroll.html]
|
||||
[Sanity test]
|
||||
expected: FAIL
|
||||
|
||||
[elm.focus() without arguments]
|
||||
expected: FAIL
|
||||
|
||||
[elm.focus(undefined)]
|
||||
expected: FAIL
|
||||
|
||||
[elm.focus(null)]
|
||||
expected: FAIL
|
||||
|
||||
[elm.focus({})]
|
||||
expected: FAIL
|
||||
|
||||
[elm.focus({preventScroll: false})]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[focus-tabindex-default-value.html]
|
||||
[The default value of tabIndex attribute must be 0 for elements that are focusable]
|
||||
expected: FAIL
|
||||
|
||||
[The default value of tabIndex attribute must be -1 for elements that are not focusable]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[tabindex-getter-frame.html]
|
||||
[disconnected frame element .tabIndex should return 0 by default]
|
||||
expected: FAIL
|
||||
|
||||
[disconnected frame element .tabIndex should return -1 when set to -1]
|
||||
expected: FAIL
|
||||
|
||||
[disconnected frame element .tabIndex should return 0 when set to 0]
|
||||
expected: FAIL
|
||||
|
||||
[disconnected frame element .tabIndex should return 1 when set to 1]
|
||||
expected: FAIL
|
||||
|
||||
[connected frame element inside frameset .tabIndex should return 0 by default]
|
||||
expected: FAIL
|
||||
|
||||
[connected frame element inside frameset .tabIndex should return -1 when set to -1]
|
||||
expected: FAIL
|
||||
|
||||
[connected frame element inside frameset .tabIndex should return 0 when set to 0]
|
||||
expected: FAIL
|
||||
|
||||
[connected frame element inside frameset .tabIndex should return 1 when set to 1]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[tabindex-getter.html]
|
||||
expected: ERROR
|
|
@ -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