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

Side by Side Diff: LayoutTests/fast/ruby/position-after.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 div.container { 2 div.container {
3 -webkit-logical-width: 8em; 3 -webkit-logical-width: 8em;
4 font: 20px ahem; 4 font: 20px Ahem;
5 -webkit-font-smoothing: none; 5 -webkit-font-smoothing: none;
6 outline: thin dashed lightblue; 6 outline: thin dashed lightblue;
7 -webkit-ruby-position: after; 7 -webkit-ruby-position: after;
8 margin: 8px 0; 8 margin: 8px 0;
9 } 9 }
10 10
11 span.emphasis { 11 span.emphasis {
12 -webkit-text-emphasis-style: "w"; 12 -webkit-text-emphasis-style: "w";
13 -webkit-text-emphasis-color: purple; 13 -webkit-text-emphasis-color: purple;
14 } 14 }
(...skipping 23 matching lines...) Expand all
38 xxxxx xx <ruby>xxxx<rt>yyy</rt></ruby> xxx xxx xxxx 38 xxxxx xx <ruby>xxxx<rt>yyy</rt></ruby> xxx xxx xxxx
39 <ruby>xxxxx<rt>y<br>y</rt></ruby> <span class="emphasis">xx</span> 39 <ruby>xxxxx<rt>y<br>y</rt></ruby> <span class="emphasis">xx</span>
40 xxx xxxx 40 xxx xxxx
41 </div> 41 </div>
42 <div class="container" style="-webkit-writing-mode: vertical-rl;"> 42 <div class="container" style="-webkit-writing-mode: vertical-rl;">
43 xxxxx xx <ruby>xxxx<rt>yyy</rt></ruby> xxx xxx xxxx 43 xxxxx xx <ruby>xxxx<rt>yyy</rt></ruby> xxx xxx xxxx
44 <ruby>xxxxx<rt>y<br>y</rt></ruby> <span class="emphasis">xx</span> 44 <ruby>xxxxx<rt>y<br>y</rt></ruby> <span class="emphasis">xx</span>
45 xxx xxxx 45 xxx xxxx
46 </div> 46 </div>
47 </div> 47 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698