gecko/layout/reftests/scoped-style/scoped-style-012-ref.html

9 lines
155 B
HTML
Raw Normal View History

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