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
/
fixed-scroll-in-empty-root-layer-expected.html
blob
38d2b6677a1723085defa963721fbfa02fda686f
1
<!DOCTYPE
html
>
2
<script>
3
onload
=
function
() {
4
window
.
scrollBy
(
0
,
200
);
5
}
6
</script>
7
<body
style
=
"height: 2000px"
>
8
Tests invalidation of fixed element when scrolled in a page with empty root layer. Passes if there is no red.
9
<div
style
=
"
10
position: absolute;
11
top: 250px;
12
left: 0;
13
width: 100px;
14
height: 100px;
15
background: green"
>
16
</div>
17
</body>