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