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

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 console.error 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
Index: Tools/GardeningServer/run-unittests.html
diff --git a/Tools/GardeningServer/run-unittests.html b/Tools/GardeningServer/run-unittests.html
index bb1a37338c98d47e36ab6efa2f9fc9432862fc8a..18d45b01814870947992bceb639398dfd97e25e7 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>
esprehn 2014/06/23 05:25:05 Ditto, you can't do this.
<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-results-comparison-tests.html">
+
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698