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

Side by Side Diff: LayoutTests/fast/repaint/inline-block-overflow.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 <html> 1 <html>
2 <head> 2 <head>
3 <script type="text/javascript"> 3 <script type="text/javascript">
4 if (window.testRunner) { 4 if (window.internals) {
5 testRunner.testRepaint(); 5 window.internals.settings.setForceCompositingMode(true);
6 } 6 }
7 </script> 7 </script>
8 <style> 8 <style>
9 div > span { background: silver; } 9 div > span { background: silver; }
10 </style> 10 </style>
11 </head> 11 </head>
12 <body> 12 <body>
13 <p> 13 <p>
14 This is a repaint test of inline blocks with overflow. 14 This is a repaint test of inline blocks with overflow.
15 </p> 15 </p>
16 <hr> 16 <hr>
17 <span>Here comes an <span style="background: silver; display: inline-block; width: 100px; vertical-align: top; height: 20px;">inline block with overflow.</s pan></span> 17 <span>Here comes an <span style="background: silver; display: inline-block; width: 100px; vertical-align: top; height: 20px;">inline block with overflow.</s pan></span>
18 </body> 18 </body>
19 </html> 19 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/focus-ring.html ('k') | LayoutTests/fast/repaint/layer-child-outline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698