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

Unified Diff: LayoutTests/fast/forms/listbox-clear-restore.html

Issue 347773002: Implement select listbox using shadow DOM (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
Index: LayoutTests/fast/forms/listbox-clear-restore.html
diff --git a/LayoutTests/fast/forms/listbox-clear-restore.html b/LayoutTests/fast/forms/listbox-clear-restore.html
index 885da5442842da9604d75b1d50344ac2c67cb6be..9ac37a16887d1e9116c94b741709fbad3f2bb60d 100644
--- a/LayoutTests/fast/forms/listbox-clear-restore.html
+++ b/LayoutTests/fast/forms/listbox-clear-restore.html
@@ -13,6 +13,7 @@ function populateList()
item.value = ii;
item.appendChild(document.createTextNode("Item #" + ii));
myList.appendChild(item);
+ console.log(myList.scrollTop);
}
}

Powered by Google App Engine
This is Rietveld 408576698