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