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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/nested-auto-height.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 <style> 2 <style>
3 .mc { -webkit-columns:2; -webkit-column-gap:0; } 3 .mc { -webkit-columns:2; -webkit-column-gap:0; orphans:1; widows:1; }
4 </style> 4 </style>
5 <p>Basic test for multicol inside multicol, where the inner multicol crosses col umn boundaries in 5 <p>Basic test for multicol inside multicol, where the inner multicol crosses col umn boundaries in
6 the outer multicol, so that it has to establish multiple rows / fragmentatio n groups.</p> 6 the outer multicol, so that it has to establish multiple rows / fragmentatio n groups.</p>
7 <p>Below, the word "PASS" should be seen, with large letter spacing on a lime ba ckground. No red should be seen.</p> 7 <p>Below, the word "PASS" should be seen, with large letter spacing on a lime ba ckground. No red should be seen.</p>
8 <div class="mc" style="width:4em; background:red;"> 8 <div class="mc" style="width:4em; background:red;">
9 <div class="mc" style="background:lime;"> 9 <div class="mc" style="background:lime;">
10 P<br>A<br>S<br>S 10 P<br>A<br>S<br>S
11 </div> 11 </div>
12 </div> 12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698