aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-multicol-1_dev/html4/multicol-nested-005.htm
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2015-12-09 01:48:05 -0500
committerMs2ger <Ms2ger@gmail.com>2015-12-10 10:03:03 -0500
commit35c74aecc22e60ccb3dbb03000c8546941b8250c (patch)
tree91cc0748250b0808b56652bd4162414074490410 /tests/wpt/css-tests/css-multicol-1_dev/html4/multicol-nested-005.htm
parent9aa1b1e408f3c7cc9c7774da203d261ac0922866 (diff)
downloadservo-35c74aecc22e60ccb3dbb03000c8546941b8250c.tar.gz
servo-35c74aecc22e60ccb3dbb03000c8546941b8250c.zip
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
Diffstat (limited to 'tests/wpt/css-tests/css-multicol-1_dev/html4/multicol-nested-005.htm')
-rw-r--r--tests/wpt/css-tests/css-multicol-1_dev/html4/multicol-nested-005.htm10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/wpt/css-tests/css-multicol-1_dev/html4/multicol-nested-005.htm b/tests/wpt/css-tests/css-multicol-1_dev/html4/multicol-nested-005.htm
index 001f229ef7d..8e076a6476e 100644
--- a/tests/wpt/css-tests/css-multicol-1_dev/html4/multicol-nested-005.htm
+++ b/tests/wpt/css-tests/css-multicol-1_dev/html4/multicol-nested-005.htm
@@ -7,9 +7,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.htm">
<!--
- 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">
@@ -39,7 +39,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
@@ -54,8 +54,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.