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

Unified Diff: tests/html/canvasrenderingcontext2d_test.dart

Issue 18042008: createPatternFromImage doesn't work on Firefox. Removing until we have a (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/canvasrenderingcontext2d_test.dart
diff --git a/tests/html/canvasrenderingcontext2d_test.dart b/tests/html/canvasrenderingcontext2d_test.dart
index 63d472b866b86233cb51587770ff08b1344b559c..b10756f21dcd502d4ca1dbfe7d68a36ae522287a 100644
--- a/tests/html/canvasrenderingcontext2d_test.dart
+++ b/tests/html/canvasrenderingcontext2d_test.dart
@@ -671,7 +671,7 @@ main() {
test('createPattern', () {
var pattern = context.createPattern(new CanvasElement(), '');
- var pattern2 = context.createPatternFromImage(new ImageElement(), '');
+ //var pattern2 = context.createPatternFromImage(new ImageElement(), '');
Jennifer Messerly 2013/07/02 23:51:37 is it possible to guard this in some sort of an `i
});
});
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698