Index: LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2.html |
diff --git a/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2.html b/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..de1ae5a967b783724e711208be95a41968695c8c |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2.html |
@@ -0,0 +1,16 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <title>balancing fixed-height multicol</title> |
+ <script> |
+ if (window.internals) |
+ internals.settings.setRegionBasedColumnsEnabled(true); |
+ </script> |
+ </head> |
+ <body style="overflow:hidden;"> |
+ <p>There should be three identical blue rectangles below.</p> |
+ <div style="-webkit-columns:3; -webkit-column-gap:1em; columns:3; column-gap:1em; line-height:2em; height:3.9em; width:20em;"> |
+ <div style="background:blue;"><br><br><br></div> |
+ </div> |
+ </body> |
+</html> |