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

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

Issue 1224183003: Remove LayoutTests/ahem-flakiness (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
(Empty)
1 <body style="-webkit-font-smoothing: none; position: relative;">
2 <div style="color: red; font: 16px Ahem; padding-left: 8px;">
3 1 1 1 1<br>
4 1 1 1 1<br>
5 1 1 1 1<br>
6 1 1 1 1<br>
7 1 1 1 1<br>
8 1 1 1 1<br>
9 1 1 1 1<br>
10 1 1 1 1<br>
11 1 1 1 1<br>
12 1 1 1 1<br>
13 1 1 1 1<br>
14 1 1 1 1
15 </div>
16 <div style="font: 32px Ahem; color: green; position: absolute; top: 0; left: 0;" >
17 <div style="-webkit-text-emphasis: 'm';">
18 1111
19 </div>
20 <div style="-webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: unde r;">
21 1111
22 </div>
23
24 <div style="-webkit-writing-mode: horizontal-bt; -webkit-text-emphasis: 'm'; ">
25 1111
26 </div>
27 <div style="-webkit-writing-mode: horizontal-bt; -webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: under;">
28 1111
29 </div>
30 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698