diff options
Diffstat (limited to 'tests/wpt/css-tests/css21_dev/html4/fixed-table-layout-020.htm')
-rw-r--r-- | tests/wpt/css-tests/css21_dev/html4/fixed-table-layout-020.htm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/wpt/css-tests/css21_dev/html4/fixed-table-layout-020.htm b/tests/wpt/css-tests/css21_dev/html4/fixed-table-layout-020.htm index ba9a5613293..78c7e0af7f4 100644 --- a/tests/wpt/css-tests/css21_dev/html4/fixed-table-layout-020.htm +++ b/tests/wpt/css-tests/css21_dev/html4/fixed-table-layout-020.htm @@ -30,11 +30,11 @@ background-color: orange; width: 40%; } - - td {padding: 1px 30px;} + + td {padding: 1px 30px;} td#third-cell {color: orange;} - + div#reference { background-color: blue; @@ -42,13 +42,13 @@ left: 172px; padding: 1px 0px; position: relative; - width: 160px; + width: 160px; /* - + 422px : total width of table - - 12px : total width of horizontal borders of table + 12px : total width of horizontal borders of table - 10px : 5 times horizontal border-spacing ======== @@ -56,7 +56,7 @@ mult by 40% ======== - 160px + 160px */ } |