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

Unified Diff: tests/lib_strong/html/private_extension_member_test.dart

Issue 2952363003: Handle toString on DOM types (Closed)
Patch Set: Address comments Created 3 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 | « pkg/dev_compiler/tool/input_sdk/private/js_helper.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib_strong/html/private_extension_member_test.dart
diff --git a/tests/lib_strong/html/private_extension_member_test.dart b/tests/lib_strong/html/private_extension_member_test.dart
index 0425e95eb5e74c9ce6b6c5de83931bb9468ed36d..4512d9edf33a7d72d4cb6e8fabaee2b24f3c1b0c 100644
--- a/tests/lib_strong/html/private_extension_member_test.dart
+++ b/tests/lib_strong/html/private_extension_member_test.dart
@@ -13,6 +13,6 @@ main() {
//
// The createFragment() method sets `_innerHtml` on the element, so we use it
// as a test case.
- Expect.equals("Instance of 'DocumentFragment'",
+ Expect.equals("[object DocumentFragment]",
new BRElement().createFragment("Hi").toString());
}
« no previous file with comments | « pkg/dev_compiler/tool/input_sdk/private/js_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698