Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
07f79c932d8fe2bc106eeae5482560190cf7b9a9
/
.
/
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>