summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1499386.html
blob: e84642a79fce11d7ecfa778198b8e0c2cff0d114 (plain)
1
2
3
4
5
6
<!doctype html>
<style>
  @supports selector(div) {
    :root { background: green }
  }
</style>