gecko/layout/reftests/scoped-style/scoped-style-015-ref.html
2013-01-09 10:25:49 +11:00

9 lines
117 B
HTML

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