mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
This feature is part of --enable-experimental-web-platform-features, so it should be enabled on all tests. It's not really implemented beyond parsing, but it should be safe to enable. It mostly changes test results from ERROR to FAIL. This is part of #36315 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
42 lines
1.1 KiB
INI
Vendored
42 lines
1.1 KiB
INI
Vendored
[display-none.html]
|
|
[getComputedStyle when element is display:none]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle when parent is display:none]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle when ancestor is display:none]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle when element in nested container is display:none]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle when element becomes display:none]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle when parent becomes display:none]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle when ancestor becomes display:none]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle when container becomes display:none]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle when intermediate container becomes display:none]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle when ::before is display:none]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle when originating element is display:none]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle on ::before when ancestor element is display:none]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle on ::before when container is display:none]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle when in display:none with layout dirty outer element]
|
|
expected: FAIL
|