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-expected.html
blob
8378cb59c2b82d86fd390106966485c56226dce2
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
background-color: green;
14
}
15
</style>
16
<div
id
=
"container"
>
17
<div
id
=
"block"
></div>
18
</div>
19
This test passes if the green block stays at the same place after repaint.