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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows.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/span/two-rows-then-spanner-then-two-rows.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows.html b/third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows.html
index 611250d9d8b3e5ecee8ee2021abbc90f304dca15..08a1920353f168f2c2ff1a6668d46fb3947ef24d 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows.html
@@ -5,7 +5,7 @@
.third { color:brown; }
</style>
<p>There should be three lines of text below, with large letter spacing. The text on the first line should be blue, the ones on the second should be olive, and the ones on the third should be brown.</p>
-<div style="-webkit-columns:3; -webkit-column-gap:0; column-fill:auto; width:6em; line-height:30px; height:90px;">
+<div style="-webkit-columns:3; -webkit-column-gap:0; column-fill:auto; width:6em; line-height:30px; height:90px; orphans:1; widows:1;">
<div style="-webkit-columns:2; -webkit-column-gap:0;">
<span class="first">S<br></span>
<span class="second">T<br></span>

Powered by Google App Engine
This is Rietveld 408576698