Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/old/pageLogicalOffset-vertical.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.
Jump to:
View unified diff |
OLDNEW
1 <style> 1 <style>
2 .container { 2 .container {
3 background-color: lightblue; 3 background-color: lightblue;
4 height: 200px; 4 height: 200px;
5 width: 100px; 5 width: 100px;
6 -webkit-columns: 2; 6 -webkit-columns: 2;
7 -webkit-column-gap: 0; 7 -webkit-column-gap: 0;
8 columns: 2; 8 columns: 2;
9 column-gap: 0; 9 column-gap: 0;
10 column-fill: auto; 10 column-fill: auto;
(...skipping 16 matching lines...)
27 <div class="test">Test</div> 27 <div class="test">Test</div>
28 </div> 28 </div>
29 </div> 29 </div>
30 30
31 <div class="container" style="-webkit-writing-mode: vertical-lr;"> 31 <div class="container" style="-webkit-writing-mode: vertical-lr;">
32 <div> 32 <div>
33 <div class="margin-before"></div> 33 <div class="margin-before"></div>
34 <div class="test">Test</div> 34 <div class="test">Test</div>
35 </div> 35 </div>
36 </div> 36 </div>
OLDNEW

Powered by Google App Engine