mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05: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,2 @@
|
|||
[grouping-ol-rev-reftest-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[grouping-ol-start-reftest-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[grouping-ol-start-reftest-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[grouping-ol-type-reftest-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[grouping-ol-type-reftest-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,69 @@
|
|||
[grouping-ol.html]
|
||||
['reversed' property should be defined on OL.]
|
||||
expected: FAIL
|
||||
|
||||
['start' property should be defined on OL.]
|
||||
expected: FAIL
|
||||
|
||||
['type' property should be defined on OL.]
|
||||
expected: FAIL
|
||||
|
||||
[OL's 'reversed' IDL property reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[OL's 'start' IDL property reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[OL's 'type' IDL property reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL 'reversed' attribute value false when content attribute absent]
|
||||
expected: FAIL
|
||||
|
||||
[IDL 'reversed' attribute value true when content attribute exists]
|
||||
expected: FAIL
|
||||
|
||||
[Default start value for non-reversed list should be 1]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of '.5' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of 'A' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[Default start value (if none provided) for reversed list = 1.]
|
||||
expected: FAIL
|
||||
|
||||
[Default start value (if failed to parse) for reversed list = 1.]
|
||||
expected: FAIL
|
||||
|
||||
[Default start value for reversed list = 1 (even with tons of other child elements).]
|
||||
expected: FAIL
|
||||
|
||||
[Adding child element to reversed list does not change start value]
|
||||
expected: FAIL
|
||||
|
||||
[Deleting child element from reversed list does not change start value]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of '2' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of '-10' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of '4.03' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of '-4.03' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of '4.9' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of '-4.9' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of '7e2' correctly.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[ol.start-reflection-1.html]
|
||||
[ol.start - reflection test]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[ol.start-reflection-2.html]
|
||||
[ol.start - reflection test]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue