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

Side by Side Diff: LayoutTests/fast/multicol/old/vertical-lr/rules-with-border-before.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
1 <style> 1 <style>
2 div.test { 2 div.test {
3 width: 100px; 3 width: 100px;
4 height: 100px; 4 height: 100px;
5 -webkit-writing-mode: vertical-lr; 5 -webkit-writing-mode: vertical-lr;
6 -webkit-columns: 2; 6 -webkit-columns: 2;
7 -webkit-column-rule: 50 solid orange; 7 -webkit-column-rule: 50 solid orange;
8 -webkit-column-gap: 50px; 8 -webkit-column-gap: 50px;
9 columns: 2; 9 columns: 2;
10 column-rule: 50 solid orange; 10 column-rule: 50 solid orange;
11 column-gap: 50px; 11 column-gap: 50px;
12 column-fill: auto; 12 column-fill: auto;
13 } 13 }
14 14
15 div.test div { width: 200px; } 15 div.test div { width: 200px; }
16 </style> 16 </style>
17 <div class="test" style="-webkit-border-before: 50px solid blue;"><div></div></d iv> 17 <div class="test" style="-webkit-border-before: 50px solid blue;"><div></div></d iv>
18 <div class="test" style="-webkit-border-after: 50px solid blue;"><div></div></di v> 18 <div class="test" style="-webkit-border-after: 50px solid blue;"><div></div></di v>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698