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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-appearance-coarse.html

Issue 2824123002: SELECT popup: Fix OPTGROUP rendering on a device with a touch-screen. (Closed)
Patch Set: remove padding-bottom Created 3 years, 8 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: third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-appearance-coarse.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-appearance-coarse.html b/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-appearance-coarse.html
index 8be5a2d59054cd468a7dbab0cc7e02f23b7e4e3a..83b9711944a831241cb1a5a9ddb1553c0ba414a3 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-appearance-coarse.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-appearance-coarse.html
@@ -13,6 +13,10 @@ window.enablePixelTesting = true;
<option selected>bar</option>
<option style="font-size:8px;">qux</option>
<option style="font-size:40px;">baz</option>
+ <optgroup label="Group1">
+ <option>Item 5</option>
+ <option>Item 6</option>
+ </optgroup>
</select>
<p id="description" style="opacity: 0"></p>
<div id="console" style="opacity: 0"></div>

Powered by Google App Engine
This is Rietveld 408576698