summaryrefslogtreecommitdiffstats
path: root/layout/reftests/color-scheme/color-scheme-themed-button.html
blob: 8d920e666fc3faafa8f81c6b9a5c8254c60f2859 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<style>
  button {
    color-scheme: dark;
    /* We want to test the theme background rendering, not the text color which
       is set via CSS. */
    color: transparent;
  }
</style>
<button>ABC</button>