diff options
Diffstat (limited to 'tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-101.htm')
-rw-r--r-- | tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-101.htm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-101.htm b/tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-101.htm index ce7b5e167e8..b3cbf8a11d2 100644 --- a/tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-101.htm +++ b/tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-101.htm @@ -20,18 +20,18 @@ <div style="position: relative; font-size: 2em;"> <div style="position: relative; z-index: 1; color: red; 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-cell">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> |