summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scoped-style/scoped-style-017-ref.html
blob: 902861abb320514183d116ca6cb95648d0dc9dd1 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<body>
  <p>First</p>
  <div style="text-decoration: underline">
    <p>Second</p>
    <p>Third</p>
  </div>
</body>