gecko-dev/layout/reftests/scoped-style/scoped-style-014-ref.html

16 строки
216 B
HTML

<!DOCTYPE html>
<body>
<div>
<p>First</p>
</div>
<blockquote>
<div>
<div>
<div>
<p style="color: green">Second</p>
</div>
</div>
</div>
</blockquote>
</body>