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

Unified Diff: tests/html/element_test.dart

Issue 13744003: Add back localName and improve toString for Html nodes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/node_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/element_test.dart
diff --git a/tests/html/element_test.dart b/tests/html/element_test.dart
index f66460b793153fcea557be459281da56bde1e77b..449a0b8d0a95a133238fcd9c9bb0a5d50771a602 100644
--- a/tests/html/element_test.dart
+++ b/tests/html/element_test.dart
@@ -618,7 +618,7 @@ main() {
group('functional', () {
test('toString', () {
final elems = makeElementWithChildren().children;
- expect(elems.toString(), "[BR, IMG, INPUT]");
+ expect(elems.toString(), "[br, img, input]");
final elem = makeElement().children;
expect(elem.toString(), '[]');
});
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/node_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698