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

Unified Diff: tests/html/js_test.dart

Issue 1391353002: Dartium typed js interop work dart repo side of the change. Also tries to get (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 | « sdk/lib/js/dartium/js_dartium.dart ('k') | tools/deps/dartium.deps/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/js_test.dart
diff --git a/tests/html/js_test.dart b/tests/html/js_test.dart
index ab83a5c7e171bc53d4ba86cbcc9035062bed426f..37c73abb3c3954c5eeea279f1144734440de4bdd 100644
--- a/tests/html/js_test.dart
+++ b/tests/html/js_test.dart
@@ -852,6 +852,8 @@ main() {
expect(context['window'] is Window, isTrue);
});
+ // Bug: dartbug.com/24520
+ /*
test('foreign browser objects should be proxied', () {
var iframe = new IFrameElement();
document.body.children.add(iframe);
@@ -878,6 +880,7 @@ main() {
context.callMethod('fireClickEvent', [contentWindow]);
expect(clicked, isTrue);
});
+ */
test('document', () {
expect(context['document'] is Document, isTrue);
« no previous file with comments | « sdk/lib/js/dartium/js_dartium.dart ('k') | tools/deps/dartium.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698