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> |