We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb20f33 commit 3f45ba3Copy full SHA for 3f45ba3
testing/web-platform/tests/css/css-multicol/multicol-fill-balance-005.html
@@ -0,0 +1,8 @@
1
+<!DOCTYPE html>
2
+<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
3
+<link rel="help" href="https://www.w3.org/TR/css-multicol-1/#filling-columns">
4
+<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
5
+<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
6
+<div style="columns:2; column-gap:0; width:100px; height:20px; max-height:40px; min-height:100px; background:red;">
7
+ <div style="height:200px; background:green;"></div>
8
+</div>
0 commit comments