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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first-expected.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 | « third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first.html ('k') | no next file » | 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-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first-expected.html
index 2b6be6dd7b2b10504f48da1d31f4ccd4608f3656..f9d2bab4c9d43988527a5a690aa99f60bf3fc37d 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first-expected.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<p>You should see the word 'PASS' twice below (letter spacing will differ):</p>
-<div>PASS<br>&nbsp;</div>
-<div style="-webkit-columns:4; -webkit-column-gap:0; width:4em;">
- P<br>A<br>S<br>S
-</div>
+PASS<br><br>
+<div style="float:left; width:1em;">P</div>
+<div style="float:left; width:1em;">A</div>
+<div style="float:left; width:1em;">S</div>
+<div style="float:left; width:1em;">S</div>
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698