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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/orphaned-line-at-exact-top-of-column.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/orphaned-line-at-exact-top-of-column.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/orphaned-line-at-exact-top-of-column.html b/third_party/WebKit/LayoutTests/fast/multicol/orphaned-line-at-exact-top-of-column.html
index 96d102cb70c3818892586eda7362f113445ef04a..98c081053a589ddd1a923e08fc2399dccb2cd263 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/orphaned-line-at-exact-top-of-column.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/orphaned-line-at-exact-top-of-column.html
@@ -2,7 +2,7 @@
<script src="../../resources/check-layout.js"></script>
<p>Make sure that we don't skip orphan checking when a line ends up naturally at the top of a column.</p>
<p>All three lines should be in the second column.</p>
-<div id="multicol" style="position:relative; -webkit-columns:2; -webkit-column-rule:1px solid; column-fill:auto; orphans:3; height:8em; line-height:2em; background:yellow;">
+<div id="multicol" style="position:relative; -webkit-columns:2; -webkit-column-rule:1px solid; column-fill:auto; orphans:3; widows:1; height:8em; line-height:2em; background:yellow;">
<div style="height:4em;"></div>
<div data-offset-y="0">
line 1<br>

Powered by Google App Engine
This is Rietveld 408576698