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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/nested-iframe-scroll-outer.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
1 <html> 1 <html>
2 <head> 2 <head>
3 <link rel="stylesheet" href="resources/default.css"> 3 <link rel="stylesheet" href="resources/default.css">
4 <script type="text/javascript"> 4 <script type="text/javascript">
5 if (window.testRunner) 5 if (window.testRunner)
6 testRunner.dumpAsTextWithPixelResults(); 6 testRunner.dumpAsTextWithPixelResults();
7 function runTest() 7 function runTest()
8 { 8 {
9 document.getElementById('iframe').contentWindow.scrollTo(200, 200); 9 document.getElementById('iframe').contentWindow.scrollTo(200, 200);
10 } 10 }
11 </script> 11 </script>
12 </head> 12 </head>
13 <body onload="runTest()"> 13 <body onload="runTest()">
14 <!-- You should 3 non-overlapping rectangle (from left to right): a green, a yellow and a blue. --> 14 <!-- You should 3 non-overlapping rectangle (from left to right): a green, a yellow and a blue. -->
15 <iframe id="iframe" src="resources/iframe-outer.html"></iframe> 15 <iframe id="iframe" src="resources/iframe-outer.html"></iframe>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698