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