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