diff options
Diffstat (limited to 'tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-092.htm')
-rw-r--r-- | tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-092.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-092.htm b/tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-092.htm index ffe9861458a..9f8add6810f 100644 --- a/tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-092.htm +++ b/tests/wpt/css-tests/css21_dev/html4/table-anonymous-objects-092.htm @@ -13,7 +13,7 @@ <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"> + <span style="display: table-row"> <!-- Trailing spaces in the spans needed only if the first test in infer-cells-1.html is valid --> <span>Row 1, </span> @@ -21,7 +21,7 @@ <span style="display: table-cell">Row 1, Col 2</span> <span style="display: table">Row 1, Col 3</span> </span> - <span style="display: table-row"> + <span style="display: table-row"> <span style="display: table-cell">Row 22, Col 1</span> <span>Row </span> <span>22, </span> |