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 {
348
348
}
349
349
350
350
/**
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.
353
352
*/
354
353
355
354
input [type = "search" ] {
356
- -webkit-appearance : textfield; /* 1 */
357
- box-sizing : content-box; /* 2 */
355
+ -webkit-appearance : textfield;
358
356
}
359
357
360
358
/**
Original file line number Diff line number Diff line change @@ -429,12 +429,6 @@ <h3 class="Test-it">should be styleable</h3>
429
429
< div class ="Test-run ">
430
430
< input type ="search " style ="border:1px solid #ADD8E6; padding:10px; width:200px; ">
431
431
</ 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 >
438
432
< h3 class ="Test-it "> should not have a cancel button in Safari or Chrome</ h3 >
439
433
< div class ="Test-run ">
440
434
< input type ="search " value ="search ">
You can’t perform that action at this time.
0 commit comments