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

Unified Diff: LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html

Issue 588013002: Remove Overlay Scrollbar if not scrollable along the axis (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: added test expectations Created 6 years, 3 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/select/listbox-overlay-scrollbar.html
diff --git a/LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html b/LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html
index f34a20fb30525fb4a1d31bea138b57ba30e78366..c47402945f721b2d4e432778656acba7f79a2b4a 100644
--- a/LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html
+++ b/LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html
@@ -27,10 +27,24 @@ if (window.internals) {
should have a scrollbar on the left.</p>
<div>
-<select multiple class="sel"></select>
+<select multiple class="sel">
+<option></option>
+<option></option>
+<option></option>
+<option></option>
+<option></option>
+<option></option>
+</select>
</div>
<div>
-<select multiple dir="rtl" class="sel"></select>
+<select multiple dir="rtl" class="sel">
+<option></option>
+<option></option>
+<option></option>
+<option></option>
+<option></option>
+<option></option>
+</select>
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698