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

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

Powered by Google App Engine
This is Rietveld 408576698