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

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

Issue 2651813002: MD Settings: fix focus outline getting cut off in manage password page (Closed)
Patch Set: update comment format Created 3 years, 11 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 | « chrome/browser/resources/settings/settings_shared_css.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/settings_passwords_section_browsertest.js
diff --git a/chrome/test/data/webui/settings/settings_passwords_section_browsertest.js b/chrome/test/data/webui/settings/settings_passwords_section_browsertest.js
index 4443d97a155c6b4e2281d2d112e25af29553c331..215f67e00fe0fd89f4b88c26266fa173d748be90 100644
--- a/chrome/test/data/webui/settings/settings_passwords_section_browsertest.js
+++ b/chrome/test/data/webui/settings/settings_passwords_section_browsertest.js
@@ -55,7 +55,7 @@ SettingsPasswordSectionBrowserTest.prototype = {
assert(node);
var passwordInfo = passwordList[0];
assertEquals(passwordInfo.loginPair.originUrl,
- node.querySelector('#originUrl').textContent);
+ node.querySelector('#originUrl').textContent.trim());
assertEquals(passwordInfo.linkUrl,
node.querySelector('#originUrl').href);
assertEquals(passwordInfo.loginPair.username,
« no previous file with comments | « chrome/browser/resources/settings/settings_shared_css.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698