mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
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.
69 lines
1.9 KiB
INI
Vendored
69 lines
1.9 KiB
INI
Vendored
[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
|