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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows-expected.html

Issue 1487083003: It's not just the last column set that may need additional fragmentainer groups. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sqrt(squareheight) Created 5 years 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
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .first { color:blue; }
4 .second { color:olive; }
5 .third { color:brown; }
6 .line { clear:both; }
7 .fakeColumn { float: left; width:1em;; }
8 </style>
9 <p>There should be three lines of text below, with large letter spacing. The tex t on the first line should be blue, the ones on the second should be olive, and the ones on the third should be brown.</p>
10 <div style="line-height:30px;">
11 <div class="line first">
12 <div class="fakeColumn">S</div>
13 <div class="fakeColumn">E</div>
14 <div class="fakeColumn">R</div>
15 <div class="fakeColumn">V</div>
16 <div class="fakeColumn">E</div>
17 </div>
18 <div class="line second">
19 <div class="fakeColumn">T</div>
20 <div class="fakeColumn">H</div>
21 <div class="fakeColumn">E</div>
22 </div>
23 <div class="line third">
24 <div class="fakeColumn">B</div>
25 <div class="fakeColumn">E</div>
26 <div class="fakeColumn">E</div>
27 <div class="fakeColumn">R</div>
28 </div>
29 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698