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

Unified Diff: client/tests/client/dom/InstanceOfTest.dart

Issue 10140025: Adjust tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « client/tests/client/dom/CanvasUsingHtmlTest.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/dom/InstanceOfTest.dart
diff --git a/client/tests/client/dom/InstanceOfTest.dart b/client/tests/client/dom/InstanceOfTest.dart
index 5a3707a8f64a71b711554dd35d0a76a124a71cf9..a70e499c880fe1ec6979c855d96d11bf414deb23 100644
--- a/client/tests/client/dom/InstanceOfTest.dart
+++ b/client/tests/client/dom/InstanceOfTest.dart
@@ -45,7 +45,7 @@ main() {
Expect.isFalse(bytes is HTMLElement);
Expect.isFalse(bytes is HTMLCanvasElement);
Expect.isFalse(bytes is ImageData);
- Expect.isTrue(bytes is CanvasPixelArray);
+ Expect.isTrue(bytes is Uint8ClampedArray);
Siggi Cherem (dart-lang) 2012/04/24 16:06:59 I haven't look into this in detail, but is it poss
Anton Muhin 2012/04/24 16:13:41 Yes, that's very probably the case. I've tried to
// FIXME: Ensure this is an HTMLSpanElement when we next update
// WebKit IDL.
« no previous file with comments | « client/tests/client/dom/CanvasUsingHtmlTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698