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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/nested-balancing-with-line-at-exact-top.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-balancing-with-line-at-exact-top.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-balancing-with-line-at-exact-top.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-balancing-with-line-at-exact-top.html
index efd2812531e5199c1da49e1ea8867c5cd8c82a63..0d6f3ba621a9d3e21dc7c13fe34a641ab7941dae 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/nested-balancing-with-line-at-exact-top.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-balancing-with-line-at-exact-top.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<script src="../../resources/check-layout.js"></script>
<p>The word BOMBINATE should be seen below.</p>
-<div id="outer" style="position:relative; overflow:hidden; -webkit-column-count:2; -webkit-column-gap:0; column-fill:auto; width:500px; height:70px; line-height:20px;">
+<div id="outer" style="position:relative; overflow:hidden; -webkit-column-count:2; -webkit-column-gap:0; column-fill:auto; width:500px; height:70px; line-height:20px; orphans:1; widows:1;">
<div data-expected-height="110" style="-webkit-column-count:2; -webkit-column-gap:0;">
<div style="height:120px;"></div>
<br> <!-- last line in second column in first row. Exactly no space left after this. -->

Powered by Google App Engine
This is Rietveld 408576698