Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!DOCTYPE html>
<style>
p > m {background-color:green;}
</style>
<p>foo <m>this should have a green background</m></p>
<!DOCTYPE html>
<style>
p > m {background-color:green;}
</style>
<p>foo <m>this should have a green background</m></p>