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

9 lines
139 B
HTML
Raw Normal View History

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