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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/text-emphasis-h.html

Issue 2327223002: Move all remaining fast/repaint tests to paint/invalidation (Closed)
Patch Set: Created 4 years, 3 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
OLDNEW
(Empty)
1 <script src="../../resources/ahem.js"></script>
2 <body style="-webkit-font-smoothing: none; position: relative;">
3 <div style="color: red; font: 16px Ahem; padding-top: 8px;">
4 222222222222<br><br>
5 222222222222<br><br>
6 222222222222<br><br>
7 222222222222
8 </div>
9 <div style="-webkit-writing-mode: vertical-lr; font: 32px Ahem; color: green; po sition: absolute; top: 0; left: 0;">
10 <div style="-webkit-text-emphasis: 'm';">
11 1111
12 </div>
13 <div style="-webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: unde r;">
14 1111
15 </div>
16
17 <div style="-webkit-writing-mode: vertical-rl; -webkit-text-emphasis: 'm';">
18 1111
19 </div>
20 <div style="-webkit-writing-mode: vertical-rl; -webkit-text-emphasis: 'm'; - webkit-text-emphasis-position: under;">
21 1111
22 </div>
23 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698