layout/reftests/scoped-style/scoped-style-021.html

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

mercurial