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

Side by Side Diff: LayoutTests/compositing/scaling/tiled-layer-recursion.html

Issue 24438004: Rename testRunner.dumpAsText(true) to testRunner.dumpAsTextWithPixelResults() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: more tests Created 7 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <style> 5 <style>
6 .composited { 6 .composited {
7 background-color: green; 7 background-color: green;
8 width: 200px; 8 width: 200px;
9 height: 1333px; 9 height: 1333px;
10 -webkit-transform: translateZ(0); 10 -webkit-transform: translateZ(0);
11 } 11 }
12 </style> 12 </style>
13 <script> 13 <script>
14 if (window.testRunner) 14 if (window.testRunner)
15 testRunner.dumpAsText(true); 15 testRunner.dumpAsTextWithPixelResults();
16 16
17 function scalePage() 17 function scalePage()
18 { 18 {
19 if (window.eventSender) 19 if (window.eventSender)
20 window.eventSender.setPageScaleFactor(1.50025, 0, 0); 20 window.eventSender.setPageScaleFactor(1.50025, 0, 0);
21 } 21 }
22 22
23 window.addEventListener('load', scalePage, false); 23 window.addEventListener('load', scalePage, false);
24 </script> 24 </script>
25 </head> 25 </head>
26 <body> 26 <body>
27 <!-- This test should not crash. --> 27 <!-- This test should not crash. -->
28 <div class="composited"></div> 28 <div class="composited"></div>
29 </body> 29 </body>
30 </html> 30 </html>
OLDNEW
« no previous file with comments | « LayoutTests/compositing/rubberbanding/transform-overhang-w.html ('k') | LayoutTests/compositing/scissor-out-of-viewport.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698