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
|
@ -1,2 +1,108 @@
|
|||
[modify.tentative.html]
|
||||
expected: ERROR
|
||||
[LTR text with left direction in ltr context]
|
||||
expected: FAIL
|
||||
|
||||
[RTL text with left direction in ltr context]
|
||||
expected: FAIL
|
||||
|
||||
[RTL+LTR text with left direction in ltr context]
|
||||
expected: FAIL
|
||||
|
||||
[LTR+RTL text with left direction in ltr context]
|
||||
expected: FAIL
|
||||
|
||||
[LTR+RTL+LTR text with left direction in ltr context]
|
||||
expected: FAIL
|
||||
|
||||
[RTL+LTR+RTL text with left direction in ltr context]
|
||||
expected: FAIL
|
||||
|
||||
[LTR text with right direction in ltr context]
|
||||
expected: FAIL
|
||||
|
||||
[RTL text with right direction in ltr context]
|
||||
expected: FAIL
|
||||
|
||||
[RTL+LTR text with right direction in ltr context]
|
||||
expected: FAIL
|
||||
|
||||
[LTR+RTL text with right direction in ltr context]
|
||||
expected: FAIL
|
||||
|
||||
[LTR+RTL+LTR text with right direction in ltr context]
|
||||
expected: FAIL
|
||||
|
||||
[RTL+LTR+RTL text with right direction in ltr context]
|
||||
expected: FAIL
|
||||
|
||||
[LTR text with left direction in rtl context]
|
||||
expected: FAIL
|
||||
|
||||
[RTL text with left direction in rtl context]
|
||||
expected: FAIL
|
||||
|
||||
[RTL+LTR text with left direction in rtl context]
|
||||
expected: FAIL
|
||||
|
||||
[LTR+RTL text with left direction in rtl context]
|
||||
expected: FAIL
|
||||
|
||||
[LTR+RTL+LTR text with left direction in rtl context]
|
||||
expected: FAIL
|
||||
|
||||
[RTL+LTR+RTL text with left direction in rtl context]
|
||||
expected: FAIL
|
||||
|
||||
[LTR text with right direction in rtl context]
|
||||
expected: FAIL
|
||||
|
||||
[RTL text with right direction in rtl context]
|
||||
expected: FAIL
|
||||
|
||||
[RTL+LTR text with right direction in rtl context]
|
||||
expected: FAIL
|
||||
|
||||
[LTR+RTL text with right direction in rtl context]
|
||||
expected: FAIL
|
||||
|
||||
[LTR+RTL+LTR text with right direction in rtl context]
|
||||
expected: FAIL
|
||||
|
||||
[RTL+LTR+RTL text with right direction in rtl context]
|
||||
expected: FAIL
|
||||
|
||||
[LTR text with left direction in ltr context (which was previously rtl)]
|
||||
expected: FAIL
|
||||
|
||||
[RTL text with left direction in ltr context (which was previously rtl)]
|
||||
expected: FAIL
|
||||
|
||||
[RTL+LTR text with left direction in ltr context (which was previously rtl)]
|
||||
expected: FAIL
|
||||
|
||||
[LTR+RTL text with left direction in ltr context (which was previously rtl)]
|
||||
expected: FAIL
|
||||
|
||||
[LTR+RTL+LTR text with left direction in ltr context (which was previously rtl)]
|
||||
expected: FAIL
|
||||
|
||||
[RTL+LTR+RTL text with left direction in ltr context (which was previously rtl)]
|
||||
expected: FAIL
|
||||
|
||||
[LTR text with right direction in ltr context (which was previously rtl)]
|
||||
expected: FAIL
|
||||
|
||||
[RTL text with right direction in ltr context (which was previously rtl)]
|
||||
expected: FAIL
|
||||
|
||||
[RTL+LTR text with right direction in ltr context (which was previously rtl)]
|
||||
expected: FAIL
|
||||
|
||||
[LTR+RTL text with right direction in ltr context (which was previously rtl)]
|
||||
expected: FAIL
|
||||
|
||||
[LTR+RTL+LTR text with right direction in ltr context (which was previously rtl)]
|
||||
expected: FAIL
|
||||
|
||||
[RTL+LTR+RTL text with right direction in ltr context (which was previously rtl)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[empty-elements.html]
|
||||
[Selection can be placed inside the empty element]
|
||||
expected: FAIL
|
|
@ -1,12 +0,0 @@
|
|||
[cefalse-on-boundaries.html]
|
||||
[Selection can start on cE=false element at the beginning of the cE=true element]
|
||||
expected: FAIL
|
||||
|
||||
[Selection can end on cE=false element at the end of the cE=true element]
|
||||
expected: FAIL
|
||||
|
||||
[Selection can start and end on cE=false elements at the boundaries of cE=true element]
|
||||
expected: FAIL
|
||||
|
||||
[Range#selectNodeContents() correctly select contents of cE=true element with cE=false elements on boundaries]
|
||||
expected: FAIL
|
|
@ -1,4 +1,45 @@
|
|||
[modify.tentative.html]
|
||||
expected: ERROR
|
||||
[Selection.modify() must not select outside of the host]
|
||||
expected: FAIL
|
||||
|
||||
[Selection.modify('move', 'forward', 'lineboundary') must be within the inline editing host: inline]
|
||||
expected: FAIL
|
||||
|
||||
[Selection.modify('move', 'backward', 'lineboundary') must be within the inline editing host: inline]
|
||||
expected: FAIL
|
||||
|
||||
[Selection.modify('move', 'forward', 'lineboundary') must be within the inline editing host: inline-block]
|
||||
expected: FAIL
|
||||
|
||||
[Selection.modify('move', 'backward', 'lineboundary') must be within the inline editing host: inline-block]
|
||||
expected: FAIL
|
||||
|
||||
[Selection.modify('move', 'forward', 'lineboundary') must be within the inline editing host: suffix only]
|
||||
expected: FAIL
|
||||
|
||||
[Selection.modify('move', 'backward', 'lineboundary') must be within the inline editing host: suffix only]
|
||||
expected: FAIL
|
||||
|
||||
[Selection.modify('move', 'forward', 'lineboundary') must be within the inline editing host: prefix only]
|
||||
expected: FAIL
|
||||
|
||||
[Selection.modify('move', 'backward', 'lineboundary') must be within the inline editing host: prefix only]
|
||||
expected: FAIL
|
||||
|
||||
[Selection.modify('move', 'forward', 'lineboundary') must be within the inline editing host: standalone]
|
||||
expected: FAIL
|
||||
|
||||
[Selection.modify('move', 'backward', 'lineboundary') must be within the inline editing host: standalone]
|
||||
expected: FAIL
|
||||
|
||||
[Selection.modify('move', 'forward', 'lineboundary') must be within the inline editing host: inline linebreak]
|
||||
expected: FAIL
|
||||
|
||||
[Selection.modify('move', 'backward', 'lineboundary') must be within the inline editing host: inline linebreak]
|
||||
expected: FAIL
|
||||
|
||||
[Selection.modify('move', 'forward', 'lineboundary') must be within the inline editing host: inline-block linebreak]
|
||||
expected: FAIL
|
||||
|
||||
[Selection.modify('move', 'backward', 'lineboundary') must be within the inline editing host: inline-block linebreak]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[script-and-style-elements.html]
|
||||
[Selection: STYLE and SCRIPT elements should be included in Selection.toString() if they are display!=none]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[onselectionchange-content-attribute.html]
|
||||
[handler set from parser]
|
||||
expected: FAIL
|
|
@ -1,2 +1,13 @@
|
|||
[selectionchange-bubble.html]
|
||||
expected: ERROR
|
||||
expected: TIMEOUT
|
||||
[selectionchange bubbles from input]
|
||||
expected: TIMEOUT
|
||||
|
||||
[selectionchange bubbles from input when focused]
|
||||
expected: NOTRUN
|
||||
|
||||
[selectionchange bubbles from textarea]
|
||||
expected: NOTRUN
|
||||
|
||||
[selectionchange bubbles from textarea when focused]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,2 +1,132 @@
|
|||
[selectionchange.html]
|
||||
expected: ERROR
|
||||
[Modifying selectionStart value of the input element]
|
||||
expected: FAIL
|
||||
|
||||
[Modifying selectionEnd value of the input element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling setSelectionRange() on the input element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling select() on the input element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling setRangeText() on the input element]
|
||||
expected: FAIL
|
||||
|
||||
[Setting the same selectionStart value twice on the input element]
|
||||
expected: FAIL
|
||||
|
||||
[Setting the same selectionEnd value twice on the input element]
|
||||
expected: FAIL
|
||||
|
||||
[Setting the same selection range twice on the input element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling select() twice on the input element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling setRangeText() after select() on the input element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling setRangeText() repeatedly on the input element]
|
||||
expected: FAIL
|
||||
|
||||
[Modifying selectionStart value of the disconnected input element]
|
||||
expected: FAIL
|
||||
|
||||
[Modifying selectionEnd value of the disconnected input element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling setSelectionRange() on the disconnected input element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling select() on the disconnected input element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling setRangeText() on the disconnected input element]
|
||||
expected: FAIL
|
||||
|
||||
[Setting the same selectionStart value twice on the disconnected input element]
|
||||
expected: FAIL
|
||||
|
||||
[Setting the same selectionEnd value twice on the disconnected input element]
|
||||
expected: FAIL
|
||||
|
||||
[Setting the same selection range twice on the disconnected input element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling select() twice on the disconnected input element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling setRangeText() after select() on the disconnected input element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling setRangeText() repeatedly on the disconnected input element]
|
||||
expected: FAIL
|
||||
|
||||
[Modifying selectionStart value of the textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Modifying selectionEnd value of the textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling setSelectionRange() on the textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling select() on the textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling setRangeText() on the textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Setting the same selectionStart value twice on the textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Setting the same selectionEnd value twice on the textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Setting the same selection range twice on the textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling select() twice on the textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling setRangeText() after select() on the textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling setRangeText() repeatedly on the textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Modifying selectionStart value of the disconnected textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Modifying selectionEnd value of the disconnected textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling setSelectionRange() on the disconnected textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling select() on the disconnected textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling setRangeText() on the disconnected textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Setting the same selectionStart value twice on the disconnected textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Setting the same selectionEnd value twice on the disconnected textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Setting the same selection range twice on the disconnected textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling select() twice on the disconnected textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling setRangeText() after select() on the disconnected textarea element]
|
||||
expected: FAIL
|
||||
|
||||
[Calling setRangeText() repeatedly on the disconnected textarea element]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue