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

Unified Diff: pkg/third_party/angular_tests/directive/ng_template_test.html

Issue 133843003: Merging all Angular tests into a single file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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: pkg/third_party/angular_tests/directive/ng_template_test.html
diff --git a/pkg/third_party/angular_tests/directive/ng_template_test.html b/pkg/third_party/angular_tests/directive/ng_template_test.html
deleted file mode 100644
index 69bec88b1a2e3447f001086b6cc69c60bba19e0b..0000000000000000000000000000000000000000
--- a/pkg/third_party/angular_tests/directive/ng_template_test.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="dart.unittest" content="full-stack-traces">
- <title> ng_template_test.dart </title>
- <style>
- .unittest-table { font-family:monospace; border:1px; }
- .unittest-pass { background: #6b3;}
- .unittest-fail { background: #d55;}
- .unittest-error { background: #a11;}
- </style>
- <script src="/packages/shadow_dom/shadow_dom.debug.js"></script>
-</head>
-<body>
- <h1> Running ng_template_test.dart </h1>
- <script type="text/javascript"
- src="/packages/unittest/test_controller.js"></script>
- <script type="text/javascript"
- src="/packages/browser/interop.js"></script>
- %TEST_SCRIPTS%
-</body>
-</html>
-

Powered by Google App Engine
This is Rietveld 408576698