Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger
2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View File

@@ -50,7 +50,7 @@
margin-left: 70px;
/*
"
In the fixed table layout algorithm, the width of each column is determined as follows:
@@ -64,54 +64,54 @@
Middle column width calculations
--------------------------------
60px : half of border-left since such border must be split with cell in 1st column
60px : half of border-left since such border must be split with cell in 1st column
+
80px : width of cell in the middle column
=======
140px : width of the middle column
So,
400px : table set width
-
So,
400px : table set width
-
140px : width of the middle column
======
260px
So, each of the 2 remaining columns must be
half of such extra horizontal table space,
======
260px
So, each of the 2 remaining columns must be
half of such extra horizontal table space,
which is 260px divided by 2 == 130px.
1st column width calculations
-----------------------------
(solve) : width of cell in 1st column
+
60px : border-left of cell in 1st column
======
130px : width of 1st column
So, the width of the cell in first column must be exactly 70px.
3rd column width calculations
-----------------------------
(solve) : width of cell in 3rd column
=======
130px : width of 3rd column
So, the width of the cell in 3rd column must be exactly 130px.
Finally, the precise horizontal point where the border-right of cell
in first column begins to be drawn, painted is:
70px : width of cell in 1st column
Therefore the margin-left: 70px value of the div#reference.
*/
width: 200px;
}
]]></style>