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

Side by Side 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, 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 | « third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first.html ('k') | no next file » | 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>PASS<br>&nbsp;</div> 3 PASS<br><br>
4 <div style="-webkit-columns:4; -webkit-column-gap:0; width:4em;"> 4 <div style="float:left; width:1em;">P</div>
5 P<br>A<br>S<br>S 5 <div style="float:left; width:1em;">A</div>
6 </div> 6 <div style="float:left; width:1em;">S</div>
7 <div style="float:left; width:1em;">S</div>
OLDNEW
« 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