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

Unified Diff: lib/src/runner/browser/static/index.html

Issue 959383004: Add a host script to run in a browser and start iframes for suites. (Closed) Base URL: git@github.com:dart-lang/unittest@master
Patch Set: Created 5 years, 10 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: lib/src/runner/browser/static/index.html
diff --git a/lib/src/runner/browser/static/index.html b/lib/src/runner/browser/static/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..483c59eb9a1d0cebc2ffb73596b5252793265bb1
--- /dev/null
+++ b/lib/src/runner/browser/static/index.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>unittest Browser Host</title>
+ <script src="host.dart.js"></script>
+</head>
+<!-- TODO(nweiz): add something pleasant to look at on this page to entertain
+ people during long-running tests. -->
Bob Nystrom 2015/03/02 20:31:31 I implemented Pong on the splash screen of an app
nweiz 2015/03/02 22:39:42 👍
+</html>

Powered by Google App Engine
This is Rietveld 408576698