mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
8 lines
136 B
HTML
8 lines
136 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body { background: green }
|
|
@supports (color: red) or (url("foo" "bar")) {
|
|
body { background: red }
|
|
}
|
|
</style>
|