repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
paint
/
invalidation
/
spv2
/
should-not-repaint-composited-descendants-expected.html
blob
6d63878ded8297ac9e66d2dead98105470b29f56
1
<!DOCTYPE
html
>
2
<style>
3
#composited-box {
4
position: absolute;
5
background-color: green;
6
clip: rect(
30
px,
120
px,
120
px,
30
px);
7
}
8
.child {
9
width:
50
px;
10
height:
50
px;
11
background-color: green;
12
}
13
</style>
14
<div
id
=
"composited-box"
>
15
<div
class
=
"child"
></div>
16
<div
class
=
"child"
></div>
17
</div>