aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-multicol-1_dev/html4/multicol-reduce-000.htm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-multicol-1_dev/html4/multicol-reduce-000.htm')
-rw-r--r--tests/wpt/css-tests/css-multicol-1_dev/html4/multicol-reduce-000.htm8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/wpt/css-tests/css-multicol-1_dev/html4/multicol-reduce-000.htm b/tests/wpt/css-tests/css-multicol-1_dev/html4/multicol-reduce-000.htm
index de6e25a737d..a37b173b74a 100644
--- a/tests/wpt/css-tests/css-multicol-1_dev/html4/multicol-reduce-000.htm
+++ b/tests/wpt/css-tests/css-multicol-1_dev/html4/multicol-reduce-000.htm
@@ -23,7 +23,7 @@
{
column-gap: 0;
column-width: 201px;
-
+
/*
N == max(1, floor((U + column-gap)/(column-width + column-gap)))
@@ -32,14 +32,14 @@
N == max(1, floor(2.985))
N == max(1, 2)
N == 2;
-
+
W == max(0, ((U + column-gap)/N - column-gap))
W == max(0, ((600px + 0px)/2 - 0px))
W == max(0, ((600px)/2 - 0px))
W == max(0, (300px - 0px))
W == max(0, 300px)
W == 300px;
-
+
*/
}
@@ -58,6 +58,6 @@
1 2 3 4 5 6 7 8<span>A B C D E F G H </span><br>
9 0 1 2 3 4 5 6<span>I J K L M N O P </span>
</div>
-
+
</body>
</html> \ No newline at end of file