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

Side by Side Diff: LayoutTests/fast/repaint/text-emphasis-v.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, 6 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 <body style="-webkit-font-smoothing: none; position: relative;"> 2 <body style="-webkit-font-smoothing: none; position: relative;">
2 <div style="color: red; font: 16px Ahem; padding-left: 8px;"> 3 <div style="color: red; font: 16px Ahem; padding-left: 8px;">
3 2 2 2 2<br> 4 2 2 2 2<br>
4 2 2 2 2<br> 5 2 2 2 2<br>
5 2 2 2 2<br> 6 2 2 2 2<br>
6 2 2 2 2<br> 7 2 2 2 2<br>
7 2 2 2 2<br> 8 2 2 2 2<br>
8 2 2 2 2<br> 9 2 2 2 2<br>
9 2 2 2 2<br> 10 2 2 2 2<br>
10 2 2 2 2<br> 11 2 2 2 2<br>
(...skipping 10 matching lines...) Expand all
21 1111 22 1111
22 </div> 23 </div>
23 24
24 <div style="-webkit-writing-mode: horizontal-bt; -webkit-text-emphasis: 'm'; "> 25 <div style="-webkit-writing-mode: horizontal-bt; -webkit-text-emphasis: 'm'; ">
25 1111 26 1111
26 </div> 27 </div>
27 <div style="-webkit-writing-mode: horizontal-bt; -webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: under;"> 28 <div style="-webkit-writing-mode: horizontal-bt; -webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: under;">
28 1111 29 1111
29 </div> 30 </div>
30 </div> 31 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/text-emphasis-h.html ('k') | LayoutTests/fast/repaint/text-in-relative-positioned-inline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698