mirror of
https://github.com/servo/servo
synced 2026-04-28 02:19:14 +02: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.
19 lines
545 B
INI
19 lines
545 B
INI
[calc-background-position-002.html]
|
|
[testing background-position: calc(2px + 3px) calc(4px + 5px)]
|
|
expected: FAIL
|
|
|
|
[testing background-position: calc(18px - 7px) calc(19px - 7px)]
|
|
expected: FAIL
|
|
|
|
[testing background-position: calc(4 * 5px) calc(6px * 4)]
|
|
expected: FAIL
|
|
|
|
[testing background-position: calc(100px / 4) calc(119px / 7)]
|
|
expected: FAIL
|
|
|
|
[testing background-position: calc(6px + 21%) calc(7em + 22%)]
|
|
expected: FAIL
|
|
|
|
[testing background-position: calc(-8px + 23%) calc(-9em + 24%)]
|
|
expected: FAIL
|