테스트 목적: border-radius: 0, input[type=search]까지 적용 범위를 명시할 필요성 확인
input, button, textarea, select에 -webkit-appearance: none; 적용border-radius: 0input[type=search]까지 추가color: black; background-color: #eee까지 추가input, button, textarea, select에는 border-radius: 0만 적용. button에 -webkit-appearance: none; 적용-webkit-appearance: none;까지 제거해서 맨 처음으로 돌림type checkbox
type color
type date
type datetime-local
type month
type radio
type range
type time
type week
border-radius: 0은 필요하다.
border-radius가 남는다.border-radius가 남는다.type radio, checkbox, range는 appearance: none이 능사는 아니다.