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

Unified Diff: tests/html/element_add_test.dart

Issue 512043002: Improve document.appendText test as follow up to "Fix Try Dart newline handling on IE11" change. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/element_add_test.dart
===================================================================
--- tests/html/element_add_test.dart (revision 39626)
+++ tests/html/element_add_test.dart (working copy)
@@ -84,6 +84,7 @@
expect(el.nodes.length, equals(1));
expect(el.nodes[0], isText);
expect(el.nodes[0].text, equals(twoNewLines));
+ expect(el.text, equals(twoNewLines));
});
test('documentFragment', () {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698