summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/311366-unknown-block-2.html
blob: 51920456b73e0bbd6112c09e9abb852aad034dfe (plain)
1
2
3
4
5
<!DOCTYPE html>
<style>
section > p {background-color:green;}
</style>
<section><i>foo</i><p>this should have a green background</p>