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

Side by Side Diff: LayoutTests/fast/text/orientation-sideways.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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 body { overflow: hidden; }
2 .vertical-rl { -webkit-writing-mode: vertical-rl; padding: 10px 0; } 3 .vertical-rl { -webkit-writing-mode: vertical-rl; padding: 10px 0; }
3 .vertical-lr { -webkit-writing-mode: vertical-lr; } 4 .vertical-lr { -webkit-writing-mode: vertical-lr; }
4 5
5 .upright { -webkit-text-orientation: upright; color: blue; } 6 .upright { -webkit-text-orientation: upright; color: blue; }
6 .sideways { -webkit-text-orientation: sideways; color: brown; } 7 .sideways { -webkit-text-orientation: sideways; color: brown; }
7 .sideways-right { -webkit-text-orientation: sideways-right; color: teal; } 8 .sideways-right { -webkit-text-orientation: sideways-right; color: teal; }
8 9
9 .hiragino { font-family: "hiragino mincho pron"; } 10 .hiragino { font-family: "hiragino mincho pron"; }
10 .times { font-family: "times"; } 11 .times { font-family: "times"; }
11 </style> 12 </style>
(...skipping 29 matching lines...) Expand all
41 <div class="sideways">&#x653b;&#x6bbb;&#x2307;&#x30fc;&#xff1c;&#xff1d;4< /div> 42 <div class="sideways">&#x653b;&#x6bbb;&#x2307;&#x30fc;&#xff1c;&#xff1d;4< /div>
42 </div> 43 </div>
43 44
44 <div class="vertical-lr hiragino"> 45 <div class="vertical-lr hiragino">
45 <div>&#x653b;&#x6bbb;&#x2307;&#x30fc;&#xff1c;&#xff1d;4</div> 46 <div>&#x653b;&#x6bbb;&#x2307;&#x30fc;&#xff1c;&#xff1d;4</div>
46 <div class="upright">&#x653b;&#x6bbb;&#x2307;&#x30fc;&#xff1c;&#xff1d;4</ div> 47 <div class="upright">&#x653b;&#x6bbb;&#x2307;&#x30fc;&#xff1c;&#xff1d;4</ div>
47 <div class="sideways-right">&#x653b;&#x6bbb;&#x2307;&#x30fc;&#xff1c;&#xf f1d;4</div> 48 <div class="sideways-right">&#x653b;&#x6bbb;&#x2307;&#x30fc;&#xff1c;&#xf f1d;4</div>
48 <div class="sideways">&#x653b;&#x6bbb;&#x2307;&#x30fc;&#xff1c;&#xff1d;4< /div> 49 <div class="sideways">&#x653b;&#x6bbb;&#x2307;&#x30fc;&#xff1c;&#xff1d;4< /div>
49 </div> 50 </div>
50 </body> 51 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/large-text-composed-char.html ('k') | LayoutTests/fast/text/sub-pixel/text-scaling-pixel.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698