Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/883987-1b.html

7 lines
145 B
HTML

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