Index: LayoutTests/fast/multicol/tall-float2.html |
diff --git a/LayoutTests/fast/multicol/percent-height.html b/LayoutTests/fast/multicol/tall-float2.html |
similarity index 53% |
copy from LayoutTests/fast/multicol/percent-height.html |
copy to LayoutTests/fast/multicol/tall-float2.html |
index 622aaa37a6690007893b528df55ec1827f795537..68d619ebda2fc462ea005f7074e3778c8c081de3 100644 |
--- a/LayoutTests/fast/multicol/percent-height.html |
+++ b/LayoutTests/fast/multicol/tall-float2.html |
@@ -1,16 +1,17 @@ |
<!DOCTYPE html> |
<html> |
<head> |
- <title>Resolving percent height inside multicol</title> |
<script> |
if (window.internals) |
internals.settings.setRegionBasedColumnsEnabled(true); |
</script> |
</head> |
<body> |
- <p>There should be a blue square below.</p> |
- <div style="-webkit-columns:3; columns:3; -webkit-column-gap:0; column-gap:0; width:99px; height:99px;"> |
- <div style="height:300%; background:blue;"></div> |
+ <p>There should be no red below.</p> |
+ <div style="-webkit-columns:3; columns:3; -webkit-column-gap:0; column-gap:0; background:red;"> |
+ <div style="float:left; width:100%; background:yellow;"> |
+ hest<br>hest<br>hest<br>hest<br>hest<br>hest<br>hest<br>hest<br>hest<br> |
+ </div> |
</div> |
</body> |
</html> |