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

Side by Side Diff: lib/src/runner/browser/static/index.html

Issue 1053443002: Rename the package to "test". (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Fix a test. Created 5 years, 8 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>unittest Browser Host</title> 4 <title>test Browser Host</title>
5 <script src="host.dart.js"></script> 5 <script src="host.dart.js"></script>
6 </head> 6 </head>
7 <!-- TODO(nweiz): add something pleasant to look at on this page to entertain 7 <!-- TODO(nweiz): add something pleasant to look at on this page to entertain
8 people during long-running tests. --> 8 people during long-running tests. -->
9 </html> 9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698