Index: third_party/WebKit/LayoutTests/fast/multicol/dynamic/remove-and-insert-block-before-spanner.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/dynamic/remove-and-insert-block-before-spanner.html b/third_party/WebKit/LayoutTests/fast/multicol/dynamic/remove-and-insert-block-before-spanner.html |
index 78bebebfd5077bd72f655e766fb139d3b9c7ad5c..217d481d34f098abad45c9a112b1aa7073ee22d2 100644 |
--- a/third_party/WebKit/LayoutTests/fast/multicol/dynamic/remove-and-insert-block-before-spanner.html |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/dynamic/remove-and-insert-block-before-spanner.html |
@@ -14,5 +14,5 @@ |
</style> |
<p>Test removal of of a block right before a spanner, then insertion of another block at the same position.</p> |
<p>You should see two lines with the word "PASS" on a lime background below. Letter spacing is expected to vary.</p> |
-<div style="-webkit-columns:4; -webkit-column-gap:0; overflow:hidden; width:4em; background:lime;"><div id="elm" style="background:red;">F<br>A<br>I<br>L</div><div id="elm2" style="display:none;">P<br>A<br>S<br>S</div><div class="spanner">PASS</div> |
+<div style="-webkit-columns:4; -webkit-column-gap:0; overflow:hidden; width:4em; orphans:1; widows:1; background:lime;"><div id="elm" style="background:red;">F<br>A<br>I<br>L</div><div id="elm2" style="display:none;">P<br>A<br>S<br>S</div><div class="spanner">PASS</div> |
</div> |