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> |
<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> |