Mypal/layout/reftests/scoped-style/scoped-style-005-ref.html

7 lines
138 B
HTML

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