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

Side by Side Diff: LayoutTests/fast/multicol/float-big-line.html

Issue 699593003: Replace fast/multicol/float-paginate-complex with float-big-line. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reupload with --no-find-copies. Created 6 years, 1 month 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 .columns {
4 -webkit-columns: 2;
5 -webkit-column-gap: 0;
6 column-fill: auto;
7 border: 2px solid black;
8 height: 400px;
mstensho (USE GERRIT) 2014/11/03 13:45:45 You seem to be making assumptions about the line h
andersr 2014/11/04 11:24:24 Done.
9 }
10 .big { font-size: 128px; }
11 .left { float: left; }
12 </style>
13 <div class="columns">
14 This is some text.<br>
15 This is some text.<br>
16 This is some text.<br>
17 This is some text.<br>
18 This is some text.<br>
19 This is some text.<br>
20 This is some text.<br>
21 This is some text.<br>
22 This is some text.<br>
23 This is some text.<br>
24 This is some text.<br>
25 This is some text.<br>
26 This is some text.<br>
27 This is some text.<br>
28 This is some text.<br>
29 <p>
30 <span class="big left">T</span>his is some text.<br>
31 This is some text.<br>
32 This is some text.<br>
33 This is some text.<br>
34 This is some text.<br>
35 This is some text.<br>
36 This is some text.<br>
37 This is some text.<br>
38 This is some text.<br>
39 This is some text.<br>
40 This is some text.<br>
41 This is some text.<br>
42 This is some text.<br>
43 </p>
44 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698