Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/balance-line-overflow.html

Issue 1909233002: Spec-compliant parsing and initial values for 'orphans' and 'widows'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some unit tests had non-conformant widphans assumptions too. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698