Index: third_party/WebKit/LayoutTests/fast/multicol/multicol-on-root-element-quirks-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/multicol-on-root-element-quirks-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/multicol-on-root-element-quirks-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2fb8e83024fdabe8d1fa557372efa3da70fa8547 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/multicol-on-root-element-quirks-expected.html |
@@ -0,0 +1,9 @@ |
+<html style="padding-top:100px;"> |
+ <body style="margin:0;"> |
+ <div style="position:fixed; top:0; left:0;"> |
+ <p>Test that quirks mode doesn't cause weirdness for a columnized root element.</p> |
+ <p>Below there should be a papayawhip square.</p> |
+ </div> |
+ <div style="width:64px; height:64px; background:papayawhip;"></div> |
+ </body> |
+</html> |