summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scoped-style/scoped-style-018-ref.html
blob: ea87d4a7abc5c07f6f0cd52769639ba13bfcd3b6 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<body>
  <div>
    <div>
      <p style="color: green">This should be green.</p>
    </div>
  </div>
</body>