Sign in
webkit
/
WebKit
/
6066605f8781c06b79b40ef6d87645cf06ce63cc
/
.
/
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>