mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Implement 'empty-cells' for layout 2020 (#32331)
https://drafts.csswg.org/css-tables/#empty-cell-rendering Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
9d57c0de77
commit
5b13604bd8
11 changed files with 46 additions and 133 deletions
|
@ -8,12 +8,6 @@
|
|||
[Property caption-side inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property empty-cells has initial value show]
|
||||
expected: FAIL
|
||||
|
||||
[Property empty-cells inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property table-layout has initial value auto]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[empty-cells-computed.html]
|
||||
[Property empty-cells value 'show']
|
||||
expected: FAIL
|
||||
|
||||
[Property empty-cells value 'hide']
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[empty-cells-valid.html]
|
||||
[e.style['empty-cells'\] = "show" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['empty-cells'\] = "hide" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue