Mypal/layout/reftests/bugs/883987-1c.html

8 lines
136 B
HTML

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