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

Unified Diff: utils/tip/froggertest.html

Issue 10824150: remove old tip util (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 | « utils/tip/fftip/install.rdf ('k') | utils/tip/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tip/froggertest.html
diff --git a/utils/tip/froggertest.html b/utils/tip/froggertest.html
deleted file mode 100644
index c8a90efe5cf245dd07a70ba2f867926dd28a0166..0000000000000000000000000000000000000000
--- a/utils/tip/froggertest.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html> <head><title>Frogger Test</title></head>
-<body>
-<script type="application/javascript"
- src="../../lib/unittest/test_controller.js"></script>
-<script type="application/dart">
-#import('dart:dom_deprecated');
-#import('../../lib/unittest/unittest.dart');
-#import('../../lib/unittest/dom_configuration.dart');
-
-void main() {
- useDomConfiguration();
- test('MathTest', () { Expect.equals(2, 1 + 1); });
- test('BoolTest', () { Expect.notEquals(true, false); });
-}
-</script>
-
-<iframe src="tip.html" style="visibility:hidden;display:none"></iframe>
-</body>
-</html>
« no previous file with comments | « utils/tip/fftip/install.rdf ('k') | utils/tip/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698