Index: third_party/WebKit/LayoutTests/fast/multicol/nested-3-multicols-fixed-height.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-3-multicols-fixed-height.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-3-multicols-fixed-height.html |
index 15c52e90d2ea4271502b91eed7a37d11b6356f0f..4ebd495c7671428f988d4111b8a09c4a1e28e10d 100644 |
--- a/third_party/WebKit/LayoutTests/fast/multicol/nested-3-multicols-fixed-height.html |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-3-multicols-fixed-height.html |
@@ -12,7 +12,7 @@ |
first column should say "outer first". Then comes the middle (and inner) multicol, followed by |
the last line in the last column, which should say "outer last".</p> |
<p>Rules should be drawn between columns in the same row.</p> |
-<div style="line-height:2em; width:572px;"> |
+<div style="line-height:2em; width:572px; orphans:1; widows:1;"> |
<div class="mc" style="height:6em; -webkit-column-rule:solid 8px; background:lime;"> |
outer first |
<div class="mc" style="height:8em; -webkit-column-rule:solid 4px; background:salmon;"> |