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
/
fixed-position-descendant-paint-offset-indirect-expected.html
blob
eb2a4b0a24a27fff6f3632ba30d6ef58c222276b
1
<!DOCTYPE
html
>
2
<style>
3
#container {
4
position: fixed;
5
top:
200
px;
6
left:
100
px;
7
}
8
9
#block {
10
position: relative;
11
width:
100
px;
12
height:
100
px;
13
top:
50
px;
14
background-color: green;
15
}
16
</style>
17
<div
id
=
"container"
>
18
<div
id
=
"block"
></div>
19
</div>
20
This test passes if the green block stays at the same place after repaint.