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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2.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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>balancing fixed-height multicol</title> 4 <title>balancing fixed-height multicol</title>
5 </head> 5 </head>
6 <body style="overflow:hidden;"> 6 <body style="overflow:hidden;">
7 <p>There should be three identical blue rectangles below.</p> 7 <p>There should be three identical blue rectangles below.</p>
8 <div style="-webkit-columns:3; -webkit-column-gap:1em; columns:3; column -gap:1em; line-height:2em; height:3.9em; width:20em;"> 8 <div style="-webkit-columns:3; -webkit-column-gap:1em; columns:3; column -gap:1em; line-height:2em; height:3.9em; width:20em; orphans:1; widows:1;">
9 <div style="background:blue;"><br><br><br></div> 9 <div style="background:blue;"><br><br><br></div>
10 </div> 10 </div>
11 </body> 11 </body>
12 </html> 12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698