mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
5 lines
118 B
HTML
5 lines
118 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
i > m {background-color:green;}
|
|
</style>
|
|
<i>foo <m>this should have a green background</m></i> |