summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scoped-style/scoped-style-016-ref.html
blob: 28f64c59a529b11a308a0d9840f5eca9cdc71cc3 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<body>
  <p>First</p>
  <div>
    <p>Second</p>
    <p style="color: green">Third</p>
  </div>
</body>