File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -348,13 +348,11 @@ input[type="number"]::-webkit-outer-spin-button {
348348}
349349
350350/**
351- * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
352- * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
351+ * Address `appearance` set to `searchfield` in Safari and Chrome.
353352 */
354353
355354input [type = "search" ] {
356- -webkit-appearance : textfield; /* 1 */
357- box-sizing : content-box; /* 2 */
355+ -webkit-appearance : textfield;
358356}
359357
360358/**
Original file line number Diff line number Diff line change @@ -429,12 +429,6 @@ <h3 class="Test-it">should be styleable</h3>
429429 < div class ="Test-run ">
430430 < input type ="search " style ="border:1px solid #ADD8E6; padding:10px; width:200px; ">
431431 </ div >
432- < h3 class ="Test-it "> should have a < code > content-box</ code > box model</ h3 >
433- < div class ="Test-run ">
434- < div style ="background:red; display:inline-block; height:62px; width:242px; ">
435- < input type ="search " style ="border:1px solid #ADD8E6; height:20px; padding:20px; width:200px; ">
436- </ div >
437- </ div >
438432 < h3 class ="Test-it "> should not have a cancel button in Safari or Chrome</ h3 >
439433 < div class ="Test-run ">
440434 < input type ="search " value ="search ">
You can’t perform that action at this time.
0 commit comments