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