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

Side by Side Diff: LayoutTests/try-ahem/fast/repaint/text-emphasis-v.html

Issue 1204353002: Run try-ahem tests in the original directory of the flaky tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Skip the try-ahem tests in virtual/antialiasedtext 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
« no previous file with comments | « LayoutTests/resources/ahem.js ('k') | LayoutTests/try-ahem/fast/text/whitespace/002.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <style>
2 @font-face { font-family: myahem; src: url(../../../resources/Ahem.ttf); }
3 </style>
4 <body style="-webkit-font-smoothing: none; position: relative;">
5 <div style="color: red; font: 16px myahem; padding-left: 8px;">
6 2 2 2 2<br>
7 2 2 2 2<br>
8 2 2 2 2<br>
9 2 2 2 2<br>
10 2 2 2 2<br>
11 2 2 2 2<br>
12 2 2 2 2<br>
13 2 2 2 2<br>
14 2 2 2 2<br>
15 2 2 2 2<br>
16 2 2 2 2<br>
17 2 2 2 2
18 </div>
19 <div style="font: 32px myahem; color: green; position: absolute; top: 0; left: 0 ;">
20 <div style="-webkit-text-emphasis: 'm';">
21 1111
22 </div>
23 <div style="-webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: unde r;">
24 1111
25 </div>
26
27 <div style="-webkit-writing-mode: horizontal-bt; -webkit-text-emphasis: 'm'; ">
28 1111
29 </div>
30 <div style="-webkit-writing-mode: horizontal-bt; -webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: under;">
31 1111
32 </div>
33 </div>
OLDNEW
« no previous file with comments | « LayoutTests/resources/ahem.js ('k') | LayoutTests/try-ahem/fast/text/whitespace/002.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698