Index: LayoutTests/fast/multicol/newmulticol/regular-block-becomes-multicol-expected.html |
diff --git a/LayoutTests/fast/multicol/newmulticol/regular-block-becomes-multicol-expected.html b/LayoutTests/fast/multicol/newmulticol/regular-block-becomes-multicol-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fb4fdf8ca5f36f395e29b3ad1bcdd9f057df2912 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/newmulticol/regular-block-becomes-multicol-expected.html |
@@ -0,0 +1,21 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <title>Change regular block to multicol</title> |
+ <script> |
+ if (window.internals) |
+ internals.settings.setRegionBasedColumnsEnabled(true); |
+ </script> |
+ </head> |
+ <body> |
+ <p>You should see the word 'PASS' below.</p> |
+ <div style="font-family:monospace; float:left;"> |
+ <div id="elm" style="-webkit-columns:4; columns:4; -webkit-column-gap:0; column-gap:0; orphans:1; widows:1;"> |
+ P<br> |
+ A<br> |
+ S<br> |
+ S<br> |
+ </div> |
+ </div> |
+ </body> |
+</html> |