Index: LayoutTests/fast/multicol/newmulticol/multicol-becomes-regular-block-expected.html |
diff --git a/LayoutTests/fast/multicol/newmulticol/multicol-becomes-regular-block-expected.html b/LayoutTests/fast/multicol/newmulticol/multicol-becomes-regular-block-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..135734e19e523485592b9e06470e55c2598463e9 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/newmulticol/multicol-becomes-regular-block-expected.html |
@@ -0,0 +1,15 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <title>Change multicol to regular block</title> |
+ </head> |
+ <body> |
+ <p>There should be a blue <em>square</em> below.</p> |
+ <div id="elm" style="width:16em; line-height:4em; background:blue;"> |
+ <br> |
+ <br> |
+ <br> |
+ <br> |
+ </div> |
+ </body> |
+</html> |