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

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

Issue 251433002: Remove calls to testRunner testRepaint/repaintSweep* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add focus-ring expectation Created 6 years, 7 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> 1 <script>
2 if (window.testRunner) { 2 if (window.internals) {
3 testRunner.testRepaint(); 3 window.internals.settings.setForceCompositingMode(true);
4 testRunner.repaintSweepHorizontally();
5 } 4 }
6 </script> 5 </script>
7 <body style="-webkit-font-smoothing: none; position: relative;"> 6 <body style="-webkit-font-smoothing: none; position: relative;">
8 <div style="color: red; font: 16px ahem; padding-top: 8px;"> 7 <div style="color: red; font: 16px ahem; padding-top: 8px;">
9 222222222222<br><br> 8 222222222222<br><br>
10 222222222222<br><br> 9 222222222222<br><br>
11 222222222222<br><br> 10 222222222222<br><br>
12 222222222222 11 222222222222
13 </div> 12 </div>
14 <div style="-webkit-writing-mode: vertical-lr; font: 32px ahem; color: green; po sition: absolute; top: 0; left: 0;"> 13 <div style="-webkit-writing-mode: vertical-lr; font: 32px ahem; color: green; po sition: absolute; top: 0; left: 0;">
15 <div style="-webkit-text-emphasis: 'm';"> 14 <div style="-webkit-text-emphasis: 'm';">
16 1111 15 1111
17 </div> 16 </div>
18 <div style="-webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: unde r;"> 17 <div style="-webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: unde r;">
19 1111 18 1111
20 </div> 19 </div>
21 20
22 <div style="-webkit-writing-mode: vertical-rl; -webkit-text-emphasis: 'm';"> 21 <div style="-webkit-writing-mode: vertical-rl; -webkit-text-emphasis: 'm';">
23 1111 22 1111
24 </div> 23 </div>
25 <div style="-webkit-writing-mode: vertical-rl; -webkit-text-emphasis: 'm'; - webkit-text-emphasis-position: under;"> 24 <div style="-webkit-writing-mode: vertical-rl; -webkit-text-emphasis: 'm'; - webkit-text-emphasis-position: under;">
26 1111 25 1111
27 </div> 26 </div>
28 </div> 27 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/table-writing-modes-v.html ('k') | LayoutTests/fast/repaint/text-emphasis-v.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698