Mypal/layout/reftests/scoped-style/scoped-style-015-ref.html

9 lines
117 B
HTML

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