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

9 lines
139 B
HTML

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