summaryrefslogtreecommitdiffstats
path: root/layout/reftests/high-contrast/non-themed-button-001-ref.html
blob: 956e337dd5a3adc3ce1f9e084ae38d86aebaa9f5 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<style>
button {
  border: none;
  background-color: transparent;
  padding: 0;
  -moz-appearance: none;
}
</style>
<button>Foo</button>