Bug 1039883 - release Tiled layer's gralloc when an application is background r=nical
[gecko.git] / layout / reftests / scoped-style / scoped-style-014.html
blob9c2fb88164e15755e9e4f8c2f13fc8b65255ea0a
1 <!DOCTYPE html>
2 <body>
3 <div>
4 <p>First</p>
5 </div>
6 <blockquote>
7 <style scoped>
8 blockquote p { color: green }
9 </style>
10 <div>
11 <div>
12 <div>
13 <p>Second</p>
14 </div>
15 </div>
16 </div>
17 </blockquote>
18 </body>