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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/percent-height-auto-width-form-controls.html

Issue 2171133003: macOS: Respect more CSS properties for menulist SELECT elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaseline more tests 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/percent-height-auto-width-form-controls.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/percent-height-auto-width-form-controls.html b/third_party/WebKit/LayoutTests/fast/forms/percent-height-auto-width-form-controls.html
index 60e579f42d8413b4f421cc3ff4e9c0459b39a3ef..34daeeac8ecac20b5e0beb773f000563a848b9b0 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/percent-height-auto-width-form-controls.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/percent-height-auto-width-form-controls.html
@@ -39,13 +39,13 @@
<div style="width: 100px; background: pink">
<table><tbody><tr><td>
- <select id="select-a" style="height: 100%"><option>aaaaaaaaaaaaaaaaaaaaaaaaa
+ <select id="select-a" style="-webkit-appearance:menulist-button; height: 100%"><option>aaaaaaaaaaaaaaaaaaaaaaaaa
</td></tr></tbody></table>
</div>
<div style="width: 100px; background: pink">
<table><tbody><tr><td>
- <select id="select-b"><option>aaaaaaaaaaaaaaaaaaaaaaaaa
+ <select id="select-b" style="-webkit-appearance:menulist-button;"><option>aaaaaaaaaaaaaaaaaaaaaaaaa
</td></tr></tbody></table>
</div>

Powered by Google App Engine
This is Rietveld 408576698