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

Side by Side Diff: LayoutTests/fast/multicol/overflow-content-expected.html

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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
(Empty)
1 <style>
2 div.test {
3 -webkit-logical-width: 100px;
4 -webkit-border-before: 5px solid;
5 -webkit-border-after: 15px solid;
6 -webkit-column-count: 2;
7 -webkit-column-gap: 0;
8 column-count: 2;
9 column-gap: 0;
10 column-fill: auto;
11 background-color: lightblue;
12 }
13 div.container {
14 -webkit-logical-height: 120px;
15 background-color: red;
16 -webkit-logical-width: 100px;
17 -webkit-margin-after: 8px;
18 }
19 </style>
20 <div>
21 <div class="container">
22 <div class="test" style="-webkit-logical-height: 100px;">
23 <div>
24 <div style="-webkit-logical-height: 300px; background-color: yel low;"></div>
25 </div>
26 </div>
27 </div>
28
29 <div class="container">
30 <div class="test">
31 <div>
32 <div style="-webkit-logical-height: 200px; background-color: yel low;"></div>
33 </div>
34 </div>
35 </div>
36
37 <div class="container">
38 <div class="test">
39 <div style="-webkit-logical-height: 10px;"></div>
40 <div style="-webkit-column-break-before: always;">
41 <div style="-webkit-logical-height: 100px; background-color: yel low;"></div>
42 </div>
43 <div></div>
44 </div>
45 </div>
46 </div>
47 <div style="-webkit-writing-mode: vertical-rl;">
48 <div class="container">
49 <div class="test" style="-webkit-logical-height: 100px;">
50 <div>
51 <div style="-webkit-logical-height: 300px; background-color: yel low;"></div>
52 </div>
53 </div>
54 </div>
55
56 <div class="container">
57 <div class="test">
58 <div>
59 <div style="-webkit-logical-height: 200px; background-color: yel low;"></div>
60 </div>
61 </div>
62 </div>
63
64 <div class="container">
65 <div class="test">
66 <div style="-webkit-logical-height: 10px;"></div>
67 <div style="-webkit-column-break-before: always;">
68 <div style="-webkit-logical-height: 100px; background-color: yel low;"></div>
69 </div>
70 <div></div>
71 </div>
72 </div>
73 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/overflow-content.html ('k') | LayoutTests/fast/multicol/overflow-into-columngap.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698