trisquel-icecat/icecat/layout/reftests/high-contrast/non-themed-button-002.html

9 lines
120 B
HTML

<!doctype html>
<style>
button {
border: none;
padding: 0;
background-color: red;
}
</style>
<button>Foo</button>