Files
Mozilla/mozilla/layout/reftests/bugs/311366-unknown-inline-2.html
reed%reedloden.com 0e2420cf30 Bug 311366 - "should make custom elements able to contain blocks (<section>)" [p=mrbkap@gmail.com (Blake Kaplan) r=sicking sr=jst a1.9=beltzner]
git-svn-id: svn://10.0.0.236/trunk@247824 18797224-902f-48f8-a5cc-f745e15eee43
2008-03-14 15:15:30 +00:00

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>