summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/883987-1d.html
blob: bf33adca9f47e5f6d243c807ce77e162b6c0a0e3 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<style>
body { background: green }
@supports (color: red) or ("foo
) {
  body { background: red }
}
</style>