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