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

Side by Side Diff: LayoutTests/fast/repaint/focus-ring.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 <style> 5 <style>
6 div { 6 div {
7 width: 100px; 7 width: 100px;
8 height: 100px; 8 height: 100px;
9 outline: auto; 9 outline: auto;
10 outline-width: 10px; 10 outline-width: 10px;
11 background-color: lightyellow; 11 background-color: lightyellow;
12 } 12 }
13 </style> 13 </style>
14 <div style="margin: 20px; "></div> 14 <div style="margin: 20px; "></div>
15 <div style="position: absolute; top: 148px; left: 28px; clip: rect(-10px 50px 50 px -10px)"></div> 15 <div style="position: absolute; top: 148px; left: 28px; clip: rect(-10px 50px 50 px -10px)"></div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/flexible-box-overflow-horizontal.html ('k') | LayoutTests/fast/repaint/inline-block-overflow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698