Mypal/layout/reftests/bugs/311366-unknown-block-2.html

5 lines
132 B
HTML

<!DOCTYPE html>
<style>
section > p {background-color:green;}
</style>
<section><i>foo</i><p>this should have a green background</p>