Index: third_party/WebKit/LayoutTests/fast/multicol/scrolling-overflow.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/scrolling-overflow.html b/third_party/WebKit/LayoutTests/fast/multicol/scrolling-overflow.html |
index 96a3a47b2a29936d4a20423eccd214943951a84d..2540183c20fe4523f370bbb3c8ae84d647dbb389 100644 |
--- a/third_party/WebKit/LayoutTests/fast/multicol/scrolling-overflow.html |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/scrolling-overflow.html |
@@ -7,7 +7,7 @@ |
</style> |
<p style="position:fixed; top:0;">Below there should be a green square with a black border, and no red.</p> |
-<div style="margin-top:5em; -webkit-columns:3; -webkit-column-gap:50px; column-fill:auto; height:200px; line-height:100px;"> |
+<div style="margin-top:5em; -webkit-columns:3; -webkit-column-gap:50px; column-fill:auto; height:200px; line-height:100px; orphans:1; widows:1;"> |
<div style="width:130px; height:100px; background:red;"></div> |
<br> |
<br> |