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

Unified Diff: tests/html/canvas_test.dart

Issue 13647005: Disable some tests due to Chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 | tests/html/xhr_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/canvas_test.dart
diff --git a/tests/html/canvas_test.dart b/tests/html/canvas_test.dart
index 6d95d3a2a2331e6cd4d59c808cca44d094f51a71..475d20bb82e2a8171dc7061c414eee535b1f7eac 100644
--- a/tests/html/canvas_test.dart
+++ b/tests/html/canvas_test.dart
@@ -28,6 +28,8 @@ main() {
expect(data[100], equals(200));
});
+ // TODO(antonm): enable again.
+ if (false)
blois 2013/04/04 17:09:10 Would be great to have brackets for the if stateme
Anton Muhin 2013/04/04 17:09:53 That leads to indent which I don't want to add.
test('toDataUrl', () {
var canvas = new CanvasElement(width: 100, height: 100);
var context = canvas.context2d;
« no previous file with comments | « no previous file | tests/html/xhr_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698