Sign in
webkit
/
WebKit
/
2b7db40d04e23e466c35ac26a2cac6ea07d1f8ff
/
.
/
LayoutTests
/
fast
/
backgrounds
/
opaque-scrolled-paint-background-expected.html
blob: 850f75f9a37508823e7cbb8f72ca6365d76ae188 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
#
indicator
{
position
:
absolute
;
top
:
20px
;
left
:
20px
;
width
:
200px
;
height
:
200px
;
background-color
:
green
;
}
</style>
</head>
<body>
<div
id
=
"indicator"
></div>
</body>
</html>