diff options
Diffstat (limited to 'tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-104.htm')
-rw-r--r-- | tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-104.htm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-104.htm b/tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-104.htm index a7ad6afa33d..536d735ff58 100644 --- a/tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-104.htm +++ b/tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-104.htm @@ -20,18 +20,18 @@ <div style="position: relative; font-size: 2em;"> <div style="position: absolute; z-index: 2; top: 0; color: green; padding: 1px;"> - <span style="display: table-row-group"> + <span style="display: table-row-group"> <span style="display: table-cell">Row 1, Col 1</span> <span style="display: table-cell">Row 1, Col 2</span> <span style="display: table-cell">Row 1, Col 3</span> </span> - <span style="display: table-row-group"> + <span style="display: table-row-group"> <span style="display: table-cell">Row 22, Col 1</span> <span id="t" style="display: table-row">To be removed</span> <span style="display: table-cell">Row 22, Col 2</span> <span style="display: table-cell">Row 22, Col 3</span> </span> - <span style="display: table-row-group"> + <span style="display: table-row-group"> <span style="display: table-cell">Row 333, Col 1</span> <span style="display: table-cell">Row 333, Col 2</span> <span style="display: table-cell">Row 333, Col 3</span> |