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