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:
@@ -34,19 +34,19 @@
|
||||
td#third-cell {color: orange;}
|
||||
|
||||
div, td {padding: 1px 0px;}
|
||||
|
||||
|
||||
div#reference
|
||||
{
|
||||
background-color: blue;
|
||||
color: blue;
|
||||
left: 172px;
|
||||
/*
|
||||
3 horizontal border-spacing and the table
|
||||
border-left separate the start
|
||||
/*
|
||||
3 horizontal border-spacing and the table
|
||||
border-left 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:
|
||||
|
||||
6px : table border-left
|
||||
@@ -61,17 +61,17 @@
|
||||
+
|
||||
2px : 3rd border-spacing
|
||||
=========
|
||||
172px
|
||||
172px
|
||||
*/
|
||||
|
||||
position: relative;
|
||||
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
|
||||
========
|
||||
@@ -79,7 +79,7 @@
|
||||
mult by
|
||||
40%
|
||||
========
|
||||
160px
|
||||
160px
|
||||
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user