Index: LayoutTests/fast/multicol/newmulticol/unresolvable-percent-height-2.html |
diff --git a/LayoutTests/fast/multicol/newmulticol/unresolvable-percent-height-2.html b/LayoutTests/fast/multicol/newmulticol/unresolvable-percent-height-2.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..65b486fa31a14acf18a51a709cc0c9298b03994e |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/newmulticol/unresolvable-percent-height-2.html |
@@ -0,0 +1,16 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <title>Multicol with unresolvable percentage height</title> |
+ <script> |
+ if (window.internals) |
+ internals.settings.setRegionBasedColumnsEnabled(true); |
+ </script> |
+ </head> |
+ <body> |
+ <p>There should be a blue square below, and no unnecessary scrollbar.</p> |
+ <div style="-webkit-columns:2; columns:2; width:200px; height:100%; max-height:200px; background:blue;"> |
+ <div style="height:600px;"></div> |
+ </div> |
+ </body> |
+</html> |