layout/reftests/scoped-style/scoped-style-important-005.html

branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
equal deleted inserted replaced
-1:000000000000 0:ed5d054e3250
1 <!DOCTYPE html>
2 <body>
3 <style scoped>
4 p { color: green !important }
5 </style>
6 <p style="color: red">Hello</p>
7 </body>

mercurial