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

Side by Side Diff: LayoutTests/fast/canvas/canvas-getImageData-large-crash.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 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.testRunner) 4 if (window.testRunner)
5 testRunner.dumpAsText(false); 5 testRunner.dumpAsText();
6 6
7 var canvas = document.createElement("canvas"); 7 var canvas = document.createElement("canvas");
8 canvas.getContext("2d").getImageData(10, 0xffffffff, 2147483647,10); 8 canvas.getContext("2d").getImageData(10, 0xffffffff, 2147483647,10);
9 </script> 9 </script>
10 </head> 10 </head>
11 <body> 11 <body>
12 PASSED (If this page did not crash.) 12 PASSED (If this page did not crash.)
13 </body> 13 </body>
14 </html> 14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698