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

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

Issue 1899193007: Remove special-code for paginating floats followed by lines of text. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/float-big-line-expected.html » ('j') | 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 <style> 2 <style>
3 .columns { 3 .columns {
4 -webkit-columns: 2; 4 -webkit-columns: 2;
5 -webkit-column-gap: 0; 5 -webkit-column-gap: 0;
6 column-fill: auto; 6 column-fill: auto;
7 border: 2px solid black; 7 border: 2px solid black;
8 height: 400px; 8 height: 400px;
9 line-height: 20px; 9 line-height: 20px;
10 } 10 }
(...skipping 14 matching lines...) Expand all
25 This is some text.<br> 25 This is some text.<br>
26 This is some text.<br> 26 This is some text.<br>
27 This is some text.<br> 27 This is some text.<br>
28 This is some text.<br> 28 This is some text.<br>
29 This is some text.<br> 29 This is some text.<br>
30 This is some text.<br> 30 This is some text.<br>
31 This is some text.<br> 31 This is some text.<br>
32 This is some text.<br> 32 This is some text.<br>
33 This is some text.<br> 33 This is some text.<br>
34 <p> 34 <p>
35 <span class="big left">T</span>his is some text.<br> 35 <span class="big left">T</span>
36 This is some text.<br> 36 This is some text.<br>
37 This is some text.<br> 37 This is some text.<br>
38 This is some text.<br> 38 This is some text.<br>
39 This is some text.<br> 39 This is some text.<br>
40 his is some text.<br>
40 This is some text.<br> 41 This is some text.<br>
41 This is some text.<br> 42 This is some text.<br>
42 This is some text.<br> 43 This is some text.<br>
43 This is some text.<br> 44 This is some text.<br>
44 This is some text.<br> 45 This is some text.<br>
45 This is some text.<br> 46 This is some text.<br>
46 This is some text.<br> 47 This is some text.<br>
47 This is some text.<br> 48 This is some text.<br>
48 </p> 49 </p>
49 </div> 50 </div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/float-big-line-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698