Newer
Older
minerva / Tests / LibWeb / Layout / input / css-appearance-none.html
@minerva minerva on 13 Jul 350 bytes Initial commit
<!doctype html>
<input type="button">Normal button<br>
<input type="button" style="appearance: none">No appearance button<br>
<input type="checkbox">Normal checkbox<br>
<input type="checkbox" style="appearance: none">No appearance checkbox<br>
<input type="radio">Normal radio<br>
<input type="radio" style="appearance: none">No appearance radio<br>