repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1039883 - release Tiled layer's gralloc when an application is background r=nical
[gecko.git]
/
layout
/
reftests
/
scoped-style
/
scoped-style-014.html
blob
9c2fb88164e15755e9e4f8c2f13fc8b65255ea0a
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>