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

Side by Side Diff: LayoutTests/fast/ruby/position-after.html

Issue 1204023002: Deflake tests using ahem font with @font-face. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline and fix an svg test Created 5 years, 5 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 <script src="../../resources/ahem.js"></script>
1 <style> 2 <style>
2 div.container { 3 div.container {
3 -webkit-logical-width: 8em; 4 -webkit-logical-width: 8em;
4 font: 20px Ahem; 5 font: 20px Ahem;
5 -webkit-font-smoothing: none; 6 -webkit-font-smoothing: none;
6 outline: thin dashed lightblue; 7 outline: thin dashed lightblue;
7 -webkit-ruby-position: after; 8 -webkit-ruby-position: after;
8 margin: 8px 0; 9 margin: 8px 0;
9 } 10 }
10 11
(...skipping 27 matching lines...) Expand all
38 xxxxx xx <ruby>xxxx<rt>yyy</rt></ruby> xxx xxx xxxx 39 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> 40 <ruby>xxxxx<rt>y<br>y</rt></ruby> <span class="emphasis">xx</span>
40 xxx xxxx 41 xxx xxxx
41 </div> 42 </div>
42 <div class="container" style="-webkit-writing-mode: vertical-rl; -webkit-tex t-orientation: sideways-right;"> 43 <div class="container" style="-webkit-writing-mode: vertical-rl; -webkit-tex t-orientation: sideways-right;">
43 xxxxx xx <ruby>xxxx<rt>yyy</rt></ruby> xxx xxx xxxx 44 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> 45 <ruby>xxxxx<rt>y<br>y</rt></ruby> <span class="emphasis">xx</span>
45 xxx xxxx 46 xxx xxxx
46 </div> 47 </div>
47 </div> 48 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698