Sign in
chromium
/
chromium
/
src.git
/
lkgr-android-internal
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
layout-table-in-button.html
blob: ccd64a4dc04f141a5953676204a28be5d52c7ae9 [
file
] [
log
] [
blame
]
<div
tabindex
=
-1
role
=
button
>
<div
style
=
"
display
:
table
"
>
<div
style
=
"
display
:
table-row
"
>
<div
style
=
"
display
:
table-cell
"
>
<div
aria-label
=
"Conversation with Foo. 0 unread messages."
>
<span>
Foo
</span>
</div>
</div>
</div>
</div>
</div>