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

Unified Diff: tests/html/element_test.dart

Issue 10448009: Apply html renames to native wrappers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 8 years, 7 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 | « lib/html/frog/html_frog.dart ('k') | tests/html/htmlelement_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 c90bc5b734b157fa84ff8bc95e6f0525b161ffe6..96630dcd41d8c9f68bc3439289a1f5a4127b76dd 100644
--- a/tests/html/element_test.dart
+++ b/tests/html/element_test.dart
@@ -42,7 +42,7 @@ void testConstructorHelper(String tag, String htmlSnippet,
Expect.isTrue(isExpectedClass(new Element.tag(tag)));
final elementFromSnippet = new Element.html(htmlSnippet);
Expect.isTrue(isExpectedClass(elementFromSnippet));
- Expect.equals(elementFromSnippet.text, expectedText);
+ Expect.equals(expectedText, elementFromSnippet.text);
}
main() {
« no previous file with comments | « lib/html/frog/html_frog.dart ('k') | tests/html/htmlelement_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698