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

Side by Side Diff: LayoutTests/fast/multicol/old/vertical-rl/rule-style.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 body { 2 body {
3 -webkit-writing-mode: vertical-rl; 3 -webkit-writing-mode: vertical-rl;
4 } 4 }
5 5
6 div.columns { 6 div.columns {
7 -webkit-columns: 2; 7 -webkit-columns: 2;
8 -webkit-column-rule-color: gray; 8 -webkit-column-rule-color: gray;
9 -webkit-column-rule-width: 12px; 9 -webkit-column-rule-width: 12px;
10 columns: 2; 10 columns: 2;
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 <div></div> 45 <div></div>
46 </div> 46 </div>
47 47
48 <div class="columns" style="-webkit-column-rule-style: outset; column-rule-style : outset;"> 48 <div class="columns" style="-webkit-column-rule-style: outset; column-rule-style : outset;">
49 <div></div> 49 <div></div>
50 </div> 50 </div>
51 51
52 <div class="columns" style="-webkit-column-rule-style: double; column-rule-style : double;"> 52 <div class="columns" style="-webkit-column-rule-style: double; column-rule-style : double;">
53 <div></div> 53 <div></div>
54 </div> 54 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698