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

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

Issue 353183003: Update GOM unittests to pass (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/ui_unittests.js
diff --git a/Tools/GardeningServer/scripts/ui_unittests.js b/Tools/GardeningServer/scripts/ui_unittests.js
index c301b565a47e0d8bb368697934507af78564bfbb..2f82a3dfe06026cf0d4036b11abc2ccc7706acfe 100644
--- a/Tools/GardeningServer/scripts/ui_unittests.js
+++ b/Tools/GardeningServer/scripts/ui_unittests.js
@@ -85,8 +85,8 @@ test("results.ResultsGrid", 8, function() {
var comparisons = grid.querySelectorAll("ct-results-comparison");
equal(comparisons[0].type, "text");
- equal(comparisons[0].actualUrl, "");
- equal(comparisons[0].expectedUrl, "");
+ equal(comparisons[0].actualUrl, undefined);
+ equal(comparisons[0].expectedUrl, undefined);
equal(comparisons[0].diffUrl, "http://example.com/foo-bar-diff.txt");
equal(comparisons[1].type, "image");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698