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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/nested-3-multicols-fixed-height.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/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;">

Powered by Google App Engine
This is Rietveld 408576698