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

Side by Side Diff: LayoutTests/fast/canvas/shadow-offset-3.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 <body> 2 <body>
3 <script src="resources/shadow-offset.js"></script> 3 <script src="resources/shadow-offset.js"></script>
4 <script> 4 <script>
5 if (window.testRunner) 5 if (window.testRunner)
6 testRunner.dumpAsText(true); 6 testRunner.dumpAsTextWithPixelResults();
7 7
8 setter = function(ctx, offsetX, offsetY) { 8 setter = function(ctx, offsetX, offsetY) {
9 ctx.setShadow(offsetX, offsetY, 0, "green"); 9 ctx.setShadow(offsetX, offsetY, 0, "green");
10 } 10 }
11 11
12 onload = test(setter); 12 onload = test(setter);
13 </script> 13 </script>
14 </body> 14 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/shadow-offset-2.html ('k') | LayoutTests/fast/canvas/shadow-offset-4.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698