mirror of
https://github.com/servo/servo
synced 2026-05-01 03:47:53 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
/*
|
||||
|
||||
N == 4;
|
||||
|
||||
|
||||
W == max(0, (available-width - ((N - 1) * column-gap)) / N);
|
||||
W == max(0, (14em - ((4 - 1) * 1em)) / 4);
|
||||
W == max(0, (14em - (3 * 1em)) / 4);
|
||||
@@ -50,6 +50,6 @@
|
||||
3r cl
|
||||
4t cl
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user