Mypal/layout/reftests/scoped-style/scoped-style-pseudo-002-ref...

9 lines
149 B
HTML

<!DOCTYPE html>
<body>
<p>First</p>
<p style="color: green">
<div style="border: 2px solid black">Second</div>
</p>
<p>Third</p>
</body>