Visibility hidden

Spec

Setting a table to visibility:hidden, but rows and cells to different nested visibility values. Height and width of table should not change.

row 1 row 1 Bottom table is identical to top except entire row group of two rows is hidden, and first row is visible with two hidden cells and a visible span in the left cell. row 1

Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Passtable visibility:hidden doesn't change table height
Asserts run
Pass
assert_equals(29, 29, "table visibility:hidden doesn't change table height")
    at Test.<anonymous> ( /css/css-tables/visibility-hidden-nested-002.html:101:31)
Failtable visibility:hidden doesn't change table widthassert_equals: table visibility:hidden doesn't change table width expected 454 but got 449
    at Test.<anonymous> (https://www1.wpt.live/css/css-tables/visibility-hidden-nested-002.html:101:31)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
    at https://www1.wpt.live/css/css-tables/visibility-hidden-nested-002.html:99:9
Asserts run
Fail
assert_equals(449, 454, "table visibility:hidden doesn't change table width")
    at Test.<anonymous> ( /css/css-tables/visibility-hidden-nested-002.html:101:31)
Passhidden and visible cells should have same height
Asserts run
Pass
assert_equals(111, 111, "hidden and visible cells should have same height")
    at Test.<anonymous> ( /css/css-tables/visibility-hidden-nested-002.html:101:31)
Passhidden and visible cells should have same width
Asserts run
Pass
assert_equals(19, 19, "hidden and visible cells should have same width")
    at Test.<anonymous> ( /css/css-tables/visibility-hidden-nested-002.html:101:31)