gecko-dev/layout/reftests/high-contrast/non-themed-button-001.html

10 строки
128 B
HTML

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