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

Unified Diff: tests/html/safe_dom_test.dart

Issue 24084004: Exposing document.createElement (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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
Index: tests/html/safe_dom_test.dart
diff --git a/tests/html/safe_dom_test.dart b/tests/html/safe_dom_test.dart
index 7407d76d49c3da9ec382a456bb138fba0ab99bf4..ee2ddaa0dbea6b12dc91184a28e1e672ff0edc02 100644
--- a/tests/html/safe_dom_test.dart
+++ b/tests/html/safe_dom_test.dart
@@ -64,7 +64,7 @@ DocumentFragment createContextualFragment(String html, [String contextTag]) {
var contextElement;
if (contextTag != null) {
- contextElement = doc.$dom_createElement(contextTag);
+ contextElement = doc.createElement(contextTag);
} else {
contextElement = doc.body;
}
« no previous file with comments | « tests/html/custom/document_register_type_extensions_test.dart ('k') | tools/dom/scripts/htmldartgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698