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

8 lines
136 B
HTML
Raw Normal View History

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