servo/tests/wpt/meta/css/cssom-view/checkVisibility.html.ini
Simon Wülker f3ad078358
Include non-shadowdom children of shadow hosts in style calculation (#34298)
* Include non-shadowdom children of shadow hosts in style calculation

This was previously causing crashes because the layout nodes
of those children would never be assigned style data by stylo.

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* Update WPT expectations

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2024-11-20 19:28:35 +00:00

45 lines
1.3 KiB
INI
Vendored

[checkVisibility.html]
[checkVisibility on visibility:hidden element.]
expected: FAIL
[checkVisibility on content-visibility:hidden element.]
expected: FAIL
[checkVisibility on content-visibility:auto element.]
expected: FAIL
[checkVisibility on content-visibility:auto element which is outside the viewport.]
expected: FAIL
[checkVisibility on display:none element.]
expected: FAIL
[checkVisibility on opacity:0 element.]
expected: FAIL
[checkVisibility on content-visibility:auto with visibility:hidden inside.]
expected: FAIL
[checkVisibility on nested content-visibility:auto containers reports that the content is visible.]
expected: FAIL
[checkVisibility on content-visibility:hidden child after forced layout update.]
expected: FAIL
[checkVisibility on content-visibility:hidden element after forced layout update.]
expected: FAIL
[checkVisibility on element slotted in content-visibility: hidden shadow host.]
expected: FAIL
[checkVisibility on element slotted in display:none shadow host.]
expected: FAIL
[checkVisibility on display:contents element.]
expected: FAIL
[checkVisibility on element slotted in opacity: 0; shadow host.]
expected: FAIL
[checkVisibility on root element with content-visibility: hidden returns true.]
expected: FAIL