Sign in
webkit
/
WebKit
/
dbb3923cafb6f84475e7a38fbee3e22998746738
/
.
/
LayoutTests
/
fast
/
overflow
/
childFocusRingClip.html
blob: 1dd2766306f73d3dce5a6fba59f4761388a6c4cd [
file
] [
log
] [
blame
]
<div
style
=
"
overflow
:
auto
;
width
:
250px
;
white-space
:
nowrap
;
"
>
<div
style
=
"
padding
:
5px
;
"
>
<a
id
=
"focus_me"
>
focused overflow:auto text that doesn't fit in its div
</a>
</div>
</div>
<script>
document
.
getElementById
(
"focus_me"
).
focus
();
</script>