mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -28,22 +28,22 @@
|
||||
background-color: orange;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
|
||||
td#third-cell {color: orange;}
|
||||
|
||||
|
||||
div, td {padding: 1px 0px;}
|
||||
|
||||
|
||||
div#reference
|
||||
{
|
||||
background-color: blue;
|
||||
color: blue;
|
||||
left: 172px;
|
||||
/*
|
||||
3 horizontal border-spacing separate the start
|
||||
/*
|
||||
3 horizontal border-spacing separate the start
|
||||
of table box and the start of 3rd column.
|
||||
The first 2 columns should each be 80px exactly
|
||||
since "Any remaining columns equally divide the
|
||||
remaining horizontal table space (minus [table] borders or
|
||||
since "Any remaining columns equally divide the
|
||||
remaining horizontal table space (minus [table] borders or
|
||||
cell spacing)." So:
|
||||
|
||||
0px : table border-left
|
||||
@@ -58,18 +58,18 @@
|
||||
+
|
||||
4px: 3rd border-spacing
|
||||
========
|
||||
172px
|
||||
172px
|
||||
*/
|
||||
|
||||
position: relative;
|
||||
width: 160px;
|
||||
|
||||
/*
|
||||
|
||||
|
||||
420px : total width of table
|
||||
-
|
||||
20px : 5 times horizontal border-spacing
|
||||
-
|
||||
-
|
||||
0px : total of horizontal table borders
|
||||
========
|
||||
400px
|
||||
|
||||
Reference in New Issue
Block a user