summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scoped-style/scoped-style-022.html
blob: 18a2845e98be01b9d4f00253ae5c187717a1345c (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<body>
  <style scoped>
    body > div p { color: green; }
  </style>
  <div>
    <p>Hello</p>
  </div>
</body>