summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/out-of-flow-in-multicolumn-001-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-break/out-of-flow-in-multicolumn-001-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-break/out-of-flow-in-multicolumn-001-ref.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-break/out-of-flow-in-multicolumn-001-ref.html b/testing/web-platform/tests/css/css-break/out-of-flow-in-multicolumn-001-ref.html
new file mode 100644
index 0000000000..7b6a3c50ca
--- /dev/null
+++ b/testing/web-platform/tests/css/css-break/out-of-flow-in-multicolumn-001-ref.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<link rel="author" title="Benjamin Beaudry" href="mailto:bebeaudr@microsoft.com">
+<p>The abs element should be split equally into the two columns - no red!</p>
+<div style="float:left; border-bottom:10px solid green; width:42px; height: 30px; background:gray;"></div>
+<div style="float:left; margin-left: 16px; border-top:10px solid green; width:42px; height: 30px; background:gray;"></div>