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