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

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

Issue 1914653002: Make lists in the passwords section aware of the scroll target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 4 years, 2 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/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..d0f41e3fca8195fd3ea465d7255d37f97c1378f1 100644
--- a/chrome/test/data/webui/settings/settings_passwords_section_browsertest.js
+++ b/chrome/test/data/webui/settings/settings_passwords_section_browsertest.js
@@ -110,6 +110,7 @@ SettingsPasswordSectionBrowserTest.prototype = {
var passwordsSection = document.createElement('passwords-section');
passwordsSection.savedPasswords = passwordList;
passwordsSection.passwordExceptions = exceptionList;
+ passwordsSection.scrollTarget = passwordsSection;
document.body.appendChild(passwordsSection);
this.flushPasswordSection_(passwordsSection);
return passwordsSection;

Powered by Google App Engine
This is Rietveld 408576698