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

Unified Diff: trunk/LayoutTests/fast/canvas/script-tests/canvas-drawImage-shadow.js

Issue 23507002: Revert 156733 "Refactoring DrawLooper so that it can apply shado..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: trunk/LayoutTests/fast/canvas/script-tests/canvas-drawImage-shadow.js
===================================================================
--- trunk/LayoutTests/fast/canvas/script-tests/canvas-drawImage-shadow.js (revision 156736)
+++ trunk/LayoutTests/fast/canvas/script-tests/canvas-drawImage-shadow.js (working copy)
@@ -133,13 +133,6 @@
shouldBe('d[2]', '255');
shouldNotBe('d[3]', '255');
- imageData = ctx.getImageData(476, 324, 1, 1);
- d = imageData.data;
- shouldBe('d[0]', '0');
- shouldBe('d[1]', '0');
- shouldBe('d[2]', '255');
- shouldNotBe('d[3]', '255');
-
imageData = ctx.getImageData(400, 500, 1, 1);
d = imageData.data;
shouldBe('d[0]', '0');
Property changes on: trunk\LayoutTests\fast\canvas\script-tests\canvas-drawImage-shadow.js
___________________________________________________________________
Deleted: svn:mime-type
- text/javascript
Deleted: svn:eol-style
- LF

Powered by Google App Engine
This is Rietveld 408576698