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

Side by Side 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, 3 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <p>You should see the word 'PASS' twice below (letter spacing will differ):</p> 2 <p>You should see the word 'PASS' twice below (letter spacing will differ):</p>
3 <div style="-webkit-columns:4; -webkit-column-gap:0; width:4em;"> 3 <div style="-webkit-columns:4; -webkit-column-gap:0; width:4em; orphans:1; widow s:1;">
4 <div> 4 <div>
5 <div style="-webkit-column-span:all;">PASS<br>&nbsp;</div> 5 <div style="-webkit-column-span:all;">PASS<br>&nbsp;</div>
6 </div> 6 </div>
7 P<br>A<br>S<br>S 7 P<br>A<br>S<br>S
8 </div> 8 </div>
OLDNEW
« 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