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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first.html

Issue 2271633002: Update test that rendered incorrectly because orphans and widows are now 2 by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first.html b/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first.html
index 24f55d8b3260de27ec6ddb29403fe5db76d15c9d..4fb02e705eef9d177e62db7b3f5f795e2cea9be6 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<p>You should see the word 'PASS' twice below (letter spacing will differ):</p>
-<div style="-webkit-columns:4; -webkit-column-gap:0; width:4em;">
+<div style="-webkit-columns:4; -webkit-column-gap:0; width:4em; orphans:1; widows:1;">
<div>
<div style="-webkit-column-span:all;">PASS<br>&nbsp;</div>
</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698