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