Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
div.html
blob: 3ba3665f1ffe76b2e08a2f441dca8b316e86b476 [
file
] [
log
] [
blame
]
<html>
<body>
<div>
Unfocusable div
</div>
<div
tabindex
=
0
>
Focusable div
</div>
</body>
</html>