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

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

Issue 2131303003: Do not use the fixed height for HTML select element if appearance is none. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 3rd rebase Created 4 years, 5 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-none.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/menulist-appearance-none.html b/third_party/WebKit/LayoutTests/fast/forms/select/menulist-appearance-none.html
new file mode 100644
index 0000000000000000000000000000000000000000..85e0f639d93c54984494b406abad0f384591ab38
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/forms/select/menulist-appearance-none.html
@@ -0,0 +1,7 @@
+<p>
+ Rendering test for <i><a href="https://bugs.chromium.org/p/chromium/issues/detail?id=626278">https://bugs.chromium.org/p/chromium/issues/detail?id=626278</a>
+ Regression: HTML Select's text appears chopped if appearance is set to none</i>.
+</p>
+<select style="-webkit-appearance: none; line-height: 40px;">
+ <option>Test</option>
+</select>
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/layout/LayoutMenuList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698