Sign in
webkit
/
WebKit
/
2bde0edf56b50cba234b331b5ddd67eb5d2a0a71
/
.
/
LayoutTests
/
fast
/
frames
/
resources
/
iframe-scroll-page-up-down-2.html
blob: 007cb788e8e59a918bbfd0c6054b86e531e80a58 [
file
] [
log
] [
blame
]
<html>
<body
contenteditable
=
true
onclick
=
"
alert
(
'clicked'
);
"
>
<input
id
=
"focus1"
value
=
"focus here and page up"
>
<br>
2
<br>
3
<br>
4
<br>
5
<br>
6
<br>
7
<br>
8
<br>
9
<br>
<input
id
=
"focus2"
value
=
"focus here and page down"
>
</body>
</html>