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

9 lines
133 B
HTML

<!DOCTYPE html>
<body>
<p>First</p>
<div style="text-decoration: underline">
<p>Second</p>
<p>Third</p>
</div>
</body>