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

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: Code review changes 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
« no previous file with comments | « lib/src/runner/browser/static/host.dart.js.map ('k') | lib/src/util/multi_channel.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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. -->
+</html>
« no previous file with comments | « lib/src/runner/browser/static/host.dart.js.map ('k') | lib/src/util/multi_channel.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698