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

Unified Diff: client/tests/client/samples/total/total_tests.dart

Issue 8835006: New version of dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typos Created 9 years 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
Index: client/tests/client/samples/total/total_tests.dart
diff --git a/client/tests/client/samples/total/total_tests.dart b/client/tests/client/samples/total/total_tests.dart
index ebd623f8c8740c534e71573ffa60ba7e7dd7c8e7..d1f5834374124103349dafea6fc60e1e5ffe5d17 100644
--- a/client/tests/client/samples/total/total_tests.dart
+++ b/client/tests/client/samples/total/total_tests.dart
@@ -64,7 +64,7 @@ main() {
Document doc = window.document;
Element body = doc.body;
- DivElement div = doc.createElement('div');
+ DivElement div = new Element.tag('div');
body.nodes.add(div);
HtmlUtils.setIntegerProperty(div, "left", 100, "px");
« no previous file with comments | « client/tests/client/samples/dartcombat/dartcombat_tests.dart ('k') | compiler/scripts/generate_my_projects.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698