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

Side by Side Diff: LayoutTests/fast/canvas/shadow-offset-3.html

Issue 408813007: Remove non-standard API entry points in CanvasRenderingContext2D (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove some unnecessary mac/virtual/gpu baselines Created 6 years, 1 month 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
(Empty)
1 <!DOCTYPE HTML>
2 <body>
3 <script src="resources/shadow-offset.js"></script>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsTextWithPixelResults();
7
8 setter = function(ctx, offsetX, offsetY) {
9 ctx.setShadow(offsetX, offsetY, 0, "green");
10 }
11
12 onload = test(setter);
13 </script>
14 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/shadow-offset-2-expected.txt ('k') | LayoutTests/fast/canvas/shadow-offset-3-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698