Sign in
webkit
/
WebKit
/
896f2e1627ae91d975ee73fd9010259c3dd716cd
/
.
/
LayoutTests
/
fast
/
scrolling
/
selection-reveal-with-overflow-clip-expected.html
blob: 6e5c2d69f576d52f778dc04691ba6c1997d859f7 [
file
] [
log
] [
blame
]
<style>
.
container
{
width
:
100px
;;
height
:
100px
;
background-color
:
green
;
overflow
:
hidden
;
}
</style>
<div
class
=
container
>
<input
id
=
inputField
>
</div>
<script>
inputField
.
focus
();
inputField
.
value
=
"text"
;
</script>