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
/
repaint-via-layout-offset-expected.html
blob
6d416a3f13ab1442b99c87ed0b512c72d804ed29
1
<!DOCTYPE
html
>
2
<style>
3
#container {
4
position: absolute;
5
z-index:
0
;
6
left:
50
px;
7
top:
50
px;
8
}
9
10
.child {
11
position: absolute;
12
width:
40
px;
13
height:
40
px;
14
background-color: red;
15
}
16
17
.embiggen {
18
width:
50
px;
19
height:
50
px;
20
background-color: green;
21
}
22
</style>
23
<div
style
=
"width:200px; height:200px; background-color: lightblue"
></div>
24
<div
id
=
"container"
>
25
<span
class
=
"child embiggen"
></span>
26
</div>