tenfourfox/layout/reftests/bugs/311366-unknown-inline-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

5 lines
127 B
HTML

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