mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
9 lines
125 B
HTML
9 lines
125 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body { background: green }
|
|
@supports (color: red) or ("foo
|
|
) {
|
|
body { background: red }
|
|
}
|
|
</style>
|