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

Unified Diff: tests/html/js_test.html

Issue 1194643002: Enhance dart:js interop in a backwards compatible manner. List objects can now be passed back and f… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: ready for review Created 5 years, 6 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/js_test.html
diff --git a/tests/html/js_test.html b/tests/html/js_test.html
new file mode 100644
index 0000000000000000000000000000000000000000..3f67b2a0a3924217e4dad827b7f98b46e4b06499
--- /dev/null
+++ b/tests/html/js_test.html
@@ -0,0 +1,6 @@
+<html>
+<body>
+<h1>Hello</h1>
+<script src="js_test.dart" type="application/dart"></script>
terry 2015/06/19 14:57:04 Is there a js_test.dart?
Jacob 2015/06/19 20:39:45 ignore this file. Wasn't supposed to be committed.
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698