summaryrefslogtreecommitdiffstats
path: root/layout/reftests/high-contrast/non-themed-button-002.html
blob: c2ccf9a7f2d3d730570a1baf38215fbe12914d01 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<style>
button {
  border: none;
  padding: 0;
  background-color: red;
}
</style>
<button>Foo</button>