repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
overflow
/
childFocusRingClip.html
blob
1dd2766306f73d3dce5a6fba59f4761388a6c4cd
1
<div
style
=
"overflow:auto; width:250px; white-space:nowrap;"
>
2
<div
style
=
"padding:5px;"
>
3
<a
id
=
"focus_me"
>
focused overflow:auto text that doesn't fit in its div
</a>
4
</div>
5
</div>
6
<script>
7
document
.
getElementById
(
"focus_me"
).
focus
();
8
</script>