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

9 lines
155 B
HTML

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