Sign in
webkit
/
WebKit
/
5f149ec359e42103ef84148247c17c244c452e22
/
.
/
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>