summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scoped-style/scoped-style-020.html
blob: 818e8da057964293d7309adc958e60731ae60366 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<body>
  <p style="color: green">
    <style scoped>
      p { color: red }
    </style>
    Hello
  </p>
</body>