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

Unified Diff: chrome/test/data/webui/webui_resource_test.js

Issue 17450012: Fix test failure in list_selection_model_test.html and port to automated browser test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with trunk. Created 7 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: chrome/test/data/webui/webui_resource_test.js
diff --git a/chrome/test/data/webui/webui_resource_test.js b/chrome/test/data/webui/webui_resource_test.js
index bdaafb6c8555d27ef89fd3a58a4cbcd13a609a6d..1e1205360290e7dea1957e567435e9be773358cd 100644
--- a/chrome/test/data/webui/webui_resource_test.js
+++ b/chrome/test/data/webui/webui_resource_test.js
@@ -73,8 +73,8 @@ function assertThrows(f) {
/**
* Verifies that the contents of the expected and observed arrays match.
- * @param {Array} expected The expected result.
- * @param {Array} observed The actual result.
+ * @param {!Array} expected The expected result.
+ * @param {!Array} observed The actual result.
*/
function assertArrayEquals(expected, observed) {
var v1 = Array.prototype.slice.call(expected);
« no previous file with comments | « chrome/test/data/webui/webui_resource_browsertest.cc ('k') | ui/webui/resources/js/cr/ui/list_selection_model_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698