Index: third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows.html b/third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows.html |
index 611250d9d8b3e5ecee8ee2021abbc90f304dca15..08a1920353f168f2c2ff1a6668d46fb3947ef24d 100644 |
--- a/third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows.html |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows.html |
@@ -5,7 +5,7 @@ |
.third { color:brown; } |
</style> |
<p>There should be three lines of text below, with large letter spacing. The text on the first line should be blue, the ones on the second should be olive, and the ones on the third should be brown.</p> |
-<div style="-webkit-columns:3; -webkit-column-gap:0; column-fill:auto; width:6em; line-height:30px; height:90px;"> |
+<div style="-webkit-columns:3; -webkit-column-gap:0; column-fill:auto; width:6em; line-height:30px; height:90px; orphans:1; widows:1;"> |
<div style="-webkit-columns:2; -webkit-column-gap:0;"> |
<span class="first">S<br></span> |
<span class="second">T<br></span> |