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

Unified Diff: tests/html/window_open_test.dart

Issue 11418075: Dartifying members. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixing menuelement.compact exclusion. Created 8 years, 1 month 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 | « tests/html/url_test.dart ('k') | tests/html/xmldocument_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/window_open_test.dart
diff --git a/tests/html/window_open_test.dart b/tests/html/window_open_test.dart
index 664953fdf3ecfa766bbe8a2d1d8ff309aa451d31..8fbe664ba32c837decf73cbf6d3a6049fa7f8427 100644
--- a/tests/html/window_open_test.dart
+++ b/tests/html/window_open_test.dart
@@ -7,7 +7,7 @@ main() {
useHtmlConfiguration();
evaluateJavaScript(code) {
final scriptTag = new Element.tag('script');
- scriptTag.innerHTML = code;
+ scriptTag.innerHtml = code;
document.body.nodes.add(scriptTag);
}
evaluateJavaScript('(testRunner || layoutTestController).setCanOpenWindows()');
« no previous file with comments | « tests/html/url_test.dart ('k') | tests/html/xmldocument_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698