summaryrefslogtreecommitdiffstats
path: root/layout/reftests/high-contrast/background-transparent-form-control.html
blob: e42b423b979a4c7d19c229be6308b6cc267f6f2c (plain)
1
2
3
4
5
6
7
<!doctype html>
<style>
  button {
    background-color: transparent;
  }
</style>
<button>ABC</button>