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