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