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

Unified Diff: Tools/GardeningServer/run-unittests.html

Issue 350563002: Port first garden-o-matic component over to polymer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add files Created 6 years, 6 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 | « Tools/GardeningServer/polymer-load-warning.html ('k') | Tools/GardeningServer/scripts/ui/results.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/run-unittests.html
diff --git a/Tools/GardeningServer/run-unittests.html b/Tools/GardeningServer/run-unittests.html
index bb1a37338c98d47e36ab6efa2f9fc9432862fc8a..2d0c94e640bc71cf478cdd3dad1e8f965ba39ff2 100644
--- a/Tools/GardeningServer/run-unittests.html
+++ b/Tools/GardeningServer/run-unittests.html
@@ -1,4 +1,3 @@
-<!DOCTYPE html>
<!--
Copyright (C) 2011 Google Inc. All rights reserved.
@@ -23,13 +22,15 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.
-->
-<html>
+
+<!DOCTYPE html>
<head>
<link rel="stylesheet" href="../qunit/qunit/qunit.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min.js"></script>
<script src="../qunit/qunit/qunit.js"></script>
</head>
+
<body>
<h1 id="qunit-header">TestFailures JavaScript Unit Tests</h1>
<h2 id="qunit-banner"></h2>
@@ -71,5 +72,10 @@ THE POSSIBILITY OF SUCH DAMAGE.
<script src="scripts/ui/notifications_unittests.js"></script>
<script src="scripts/controllers_unittests.js"></script>
+<script src="bower_components/platform/platform.js"></script>
+<link rel="import" href="bower_components/polymer/polymer.html">
+<link rel="import" href="polymer-load-warning.html">
+<link rel="import" href="ui/ct-test-output-tests.html">
+<link rel="import" href="ui/ct-results-comparison-tests.html">
+
</body>
-</html>
« no previous file with comments | « Tools/GardeningServer/polymer-load-warning.html ('k') | Tools/GardeningServer/scripts/ui/results.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698