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

Unified Diff: Tools/GardeningServer/scripts/controllers_unittests.js

Issue 359283003: Remove usages of jquery and add sugar.js from garden-o-matic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT 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/scripts/builders.js ('k') | Tools/GardeningServer/scripts/garden-o-matic.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/controllers_unittests.js
diff --git a/Tools/GardeningServer/scripts/controllers_unittests.js b/Tools/GardeningServer/scripts/controllers_unittests.js
index ae170bdd52c3282fd9c60475a84ac8c8e8fbf707..5ac8ad17d48425f4f63b8392f5a30fadbf794be7 100644
--- a/Tools/GardeningServer/scripts/controllers_unittests.js
+++ b/Tools/GardeningServer/scripts/controllers_unittests.js
@@ -89,7 +89,7 @@ test("controllers.FailingBuilders", 3, function() {
ok(failingBuilders.hasFailures());
equal(view.outerHTML, '<div>' +
- '<li style="opacity: 0;">' +
+ '<li>' +
'<div class="how"></div>' +
'<div class="what">' +
'<div class="problem">dummy message:' +
« no previous file with comments | « Tools/GardeningServer/scripts/builders.js ('k') | Tools/GardeningServer/scripts/garden-o-matic.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698