Index: LayoutTests/fast/multicol/change-block-child-height-expected.html |
diff --git a/LayoutTests/fast/multicol/change-block-child-height-expected.html b/LayoutTests/fast/multicol/change-block-child-height-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fe0cb1942e4b47a7c5a44a66cdfbef95d53e5ddb |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/change-block-child-height-expected.html |
@@ -0,0 +1,11 @@ |
+<!DOCTYPE html> |
+<script> |
+ if (window.internals) |
+ internals.settings.setRegionBasedColumnsEnabled(true); |
+</script> |
+<p>There should be a blue <em>square</em> below, with no red.</p> |
+<div style="-webkit-columns:3; columns:3; -webkit-column-gap:0; column-gap:0; width:9em; line-height:9em; background:blue;"> |
+ <br> |
+ <br> |
+ <br> |
+</div> |