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