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> |