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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/select/menulist-appearance-basic.html

Issue 2361113003: Apply SELECT's style on calculating intrinsic width of menulist SELECTs. (Closed)
Patch Set: Created 4 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: third_party/WebKit/LayoutTests/fast/forms/select/menulist-appearance-basic.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/menulist-appearance-basic.html b/third_party/WebKit/LayoutTests/fast/forms/select/menulist-appearance-basic.html
index ebdb5593b94aae32a4fda8f22333f5896a7c6808..4023695b374458aab3024a51e9c7f4e6af1df393 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/select/menulist-appearance-basic.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/select/menulist-appearance-basic.html
@@ -42,10 +42,12 @@ if (window.testRunner)
<!-- shadow -->
<select style="box-shadow: 4px 4px 10px rgba(255,0,0,0.5), inset 4px 4px 4px rgba(0,255,0,0.5);"><option>foo</option></select> <br>
-<!-- font-size -->
+<!-- font -->
<select style="font-size: 16px;"><option>foo</option></select>
<select style="font-size: 20px;"><option>foo</option></select>
-<select style="font-size: 24px;"><option>foo</option></select> <br>
+<select style="font-size: 24px;"><option>foo</option></select>
+<select style="-webkit-appearance:menulist-button; font-weight:bold"><option>September 2016</option></select>
+<br>
<!-- zoom -->
<select style="zoom: 1.5;"><option>foo</option></select>

Powered by Google App Engine
This is Rietveld 408576698