gecko/layout/reftests/bugs/883987-1b.html

8 lines
145 B
HTML
Raw Normal View History

<!DOCTYPE html>
<style>
body { background: green }
@supports (color: red) or (content: url("foo" "bar")) {
body { background: red }
}
</style>