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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select/menulist-clip.html

Issue 1509853008: Move select/option/optgroup-related tests in fast/forms to fast/forms/select. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 unified diff | Download patch
OLDNEW
1 <p> 1 <p>
2 Rendering test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15156" >http://bugs.webkit.org/show_bug.cgi?id=15156</a> 2 Rendering test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15156" >http://bugs.webkit.org/show_bug.cgi?id=15156</a>
3 REGRESSION (r24594-r24668): The bottom of styled &lt;select> button text is clipped out</i>. 3 REGRESSION (r24594-r24668): The bottom of styled &lt;select> button text is clipped out</i>.
4 </p> 4 </p>
5 <select style="-webkit-appearance: none; font-size: 18px; height: 30px;"> 5 <select style="-webkit-appearance: none; font-size: 18px; height: 30px;">
6 <option>Apple</option> 6 <option>Apple</option>
7 </select> 7 </select>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698