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

9 lines
149 B
HTML
Raw Permalink Normal View History

2019-03-11 10:26:37 +00:00
<!DOCTYPE html>
<body>
<p>First</p>
<p style="color: green">
<div style="border: 2px solid black">Second</div>
</p>
<p>Third</p>
</body>