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

Unified Diff: chrome/test/data/webui/settings/about_page_tests.js

Issue 2682423002: [MD settings] change menu and domain icons (Closed)
Patch Set: updated comment Created 3 years, 10 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/settings/about_page_tests.js
diff --git a/chrome/test/data/webui/settings/about_page_tests.js b/chrome/test/data/webui/settings/about_page_tests.js
index b094b634ffa21b3a002589767bd8877122adf198..701bcfcb4be9d325bb82c4bef6eb84d3dc056d24 100644
--- a/chrome/test/data/webui/settings/about_page_tests.js
+++ b/chrome/test/data/webui/settings/about_page_tests.js
@@ -241,7 +241,7 @@ cr.define('settings_about_page', function() {
fireStatusChanged(UpdateStatus.DISABLED_BY_ADMIN);
assertEquals(null, icon.src);
- assertEquals('cr:domain', icon.icon);
+ assertEquals('cr20:domain', icon.icon);
assertEquals(0, statusMessageEl.textContent.trim().length);
fireStatusChanged(UpdateStatus.FAILED);

Powered by Google App Engine
This is Rietveld 408576698