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

Side by Side Diff: LayoutTests/fast/multicol/pageLogicalOffset-vertical-expected.html

Issue 291823004: Update Ahem capitalization in LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
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;
11 margin: 8px; 11 margin: 8px;
12 } 12 }
13 13
14 .margin-before { 14 .margin-before {
15 width: 90px; 15 width: 90px;
16 } 16 }
17 17
18 .test { 18 .test {
19 font: 20px ahem; 19 font: 20px Ahem;
20 background-color: yellow; 20 background-color: yellow;
21 } 21 }
22 </style> 22 </style>
23 <div class="container" style="-webkit-writing-mode: vertical-rl;"> 23 <div class="container" style="-webkit-writing-mode: vertical-rl;">
24 <div> 24 <div>
25 <div class="margin-before"></div> 25 <div class="margin-before"></div>
26 <div class="test">Test</div> 26 <div class="test">Test</div>
27 </div> 27 </div>
28 </div> 28 </div>
29 29
30 <div class="container" style="-webkit-writing-mode: vertical-lr;"> 30 <div class="container" style="-webkit-writing-mode: vertical-lr;">
31 <div> 31 <div>
32 <div class="margin-before"></div> 32 <div class="margin-before"></div>
33 <div class="test">Test</div> 33 <div class="test">Test</div>
34 </div> 34 </div>
35 </div> 35 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/pageLogicalOffset-vertical.html ('k') | LayoutTests/fast/multicol/pagination-h-horizontal-bt.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698