Index: LayoutTests/fast/multicol/newmulticol/avoid-column-break-inside-expected.html |
diff --git a/LayoutTests/fast/multicol/newmulticol/avoid-column-break-inside-expected.html b/LayoutTests/fast/multicol/newmulticol/avoid-column-break-inside-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f23b433096dd54bd3898802feb0cecbdb914a28c |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/newmulticol/avoid-column-break-inside-expected.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <title>Avoid column break inside block</title> |
+ </head> |
+ <body> |
+ <p>There should be a blue square below.</p> |
+ <div style="width:100px; height:100px; background:blue;"></div> |
+ </body> |
+</html> |