Chromium Code Reviews| 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; |