зеркало из https://github.com/mozilla/gecko-dev.git
9 строки
134 B
HTML
9 строки
134 B
HTML
|
<!DOCTYPE html>
|
||
|
<style>
|
||
|
body { background: green }
|
||
|
@supports (color: red) or (content: "foo
|
||
|
) {
|
||
|
body { background: red }
|
||
|
}
|
||
|
</style>
|