Mypal/layout/reftests/bugs/311366-unknown-inline-2-ref.html
2019-03-11 13:26:37 +03:00

5 lines
127 B
HTML

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