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

@ -16,9 +16,9 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#pseudo-algorithm" title="3.4 Pseudo-algorithm" />
<link rel="match" href="reference/multicol-nested-005-ref.xht" />
<!--
The original filename of this test was
The original filename of this test was
multicol-inherit-005.xht
This test also serves as a conversion of
This test also serves as a conversion of
multicol-nested-001.xht
-->
<meta name="flags" content="ahem" />
@ -48,7 +48,7 @@
in each inner column box. So:
13em : width of each outer column box
-
-
2em : horizontal margin of each div inside
=======
11em : width of each inner multi-column elements
@ -63,8 +63,8 @@
W == max(0, 3em);
W == 3em;
So, each duo of 'a', 'm' and 'x' should fill one and only 1 line
box. There are 8 duos; therefore, the first 2 inner
So, each duo of 'a', 'm' and 'x' should fill one and only 1 line
box. There are 8 duos; therefore, the first 2 inner
column boxes should use 3 line boxes and the 3rd inner
column box should be using 2 line boxes.