Index: third_party/WebKit/LayoutTests/fast/multicol/balance-line-overflow.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/balance-line-overflow.html b/third_party/WebKit/LayoutTests/fast/multicol/balance-line-overflow.html |
index 25d8e191c9d0f314ffc7d3e19e249a3e9f6afad0..91bd63e70ff4cd26cb72ca2fca988c03f7cf2b1d 100644 |
--- a/third_party/WebKit/LayoutTests/fast/multicol/balance-line-overflow.html |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/balance-line-overflow.html |
@@ -1,7 +1,7 @@ |
<!DOCTYPE html> |
<script src="../../resources/ahem.js"></script> |
<p>There should be 5 short vertical lines below.</p> |
-<div style="columns:6; column-gap:2px; column-rule:2px solid; width:250px; font:20px/14px Ahem;"> |
+<div style="columns:6; column-gap:2px; column-rule:2px solid; width:250px; font:20px/14px Ahem; orphans:1; widows:1;"> |
<!-- We set a 20px tall font and a line height of 14px, so that text will overflow their line |
boxes. We thus get 6px of overflow, and the text will overflow the line equally above and |
below the line box, so that we have 3px on each side. The 3px of overflow below the lines |