Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!DOCTYPE html>
<style>
p { color: red; }
@supports (color: green) {
p { color: green; }
}
</style>
<p>This text should be green.</p>