Sign in
chromium
/
external
/
selenium
/
master
/
.
/
common
/
src
/
web
/
scroll2.html
blob: c0890958c0f50329146db0c4da4e48a0dcd0f725 [
file
] [
log
] [
blame
]
<html>
<head>
</head>
<body>
<ul
style
=
'
overflow
:
scroll
;
height
:
100px
;
'
>
<li></li>
<li></li>
<li
id
=
"desired"
>
Text
</li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</body>
</html>