Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!doctype html>
<style>
div { color: red; }
@-moz-document url-prefix() {
div { color: green; }
}
</style>
<div>Should be green</div>