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

branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
equal deleted inserted replaced
-1:000000000000 0:47a9cd12b307
1 <!DOCTYPE html>
2 <body>
3 <div>
4 <p>First</p>
5 </div>
6 <div>
7 <style scoped>
8 div p { color: green }
9 </style>
10 <p>Second</p>
11 </div>
12 </body>

mercurial