mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user