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

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: final Created 6 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/select/listbox-overlay-scrollbar-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..388ed39dbc85cb77da74e48472f1c92acc3d28df 100644
--- a/LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html
+++ b/LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html
@@ -12,6 +12,8 @@ html, body {
height: 100px;
background-color: lime;
display: block;
+ font-family: "Arial";
+ font-size : 12pt;
}
</style>
<script>
@@ -27,10 +29,22 @@ if (window.internals) {
should have a scrollbar on the left.</p>
<div>
-<select multiple class="sel"></select>
+<select multiple class="sel" size=5">
+<option>foo1</option>
enne (OOO) 2014/10/07 18:57:22 Can you tell me why you needed to add all these op
MuVen 2014/10/07 23:45:42 This test is for to check overlay scrollbar with i
+<option>foo2</option>
+<option>foo3</option>
+<option>foo4</option>
+<option>foo5</option>
+</select>
</div>
<div>
-<select multiple dir="rtl" class="sel"></select>
+<select multiple dir="rtl" class="sel" size=5">
+<option>foo1</option>
+<option>foo2</option>
+<option>foo3</option>
+<option>foo4</option>
+<option>foo5</option>
+</select>
</div>
</body>
</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/select/listbox-overlay-scrollbar-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698