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