Sign in
webkit
/
WebKit
/
e7cca793f3088c00dd40a4e10a91d4129667688e
/
.
/
ManualTests
/
scrollable-positioned-nested-frame.html
blob: 4e53bbbb4af502c87213887b2a23acfb3d83b493 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
The contents of this frame should scroll with the mouse wheel.
</p>
<iframe
width
=
400
scrolling
=
yes
src
=
"scrollable-positioned-frame.html"
style
=
"
position
:
fixed
;
left
:
200px
"
id
=
"frame"
></iframe>
</body>
</html>