mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
* 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>
45 lines
1.3 KiB
INI
Vendored
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
|