Sign in
chromium
/
chromium
/
src.git
/
lkgr-android-internal
/
.
/
content
/
test
/
data
/
accessibility
/
relations
/
ignore-duplicate-relation-ids.html
blob: 4deb620a644ae721823c69ceb2f4bc1652ff9058 [
file
] [
log
] [
blame
]
<!--
@WIN-ALLOW:details=*
-->
<!DOCTYPE html>
<html>
<body>
<p>
This
<span
aria-details
=
"details2 details2"
>
text
</span>
has details
</p>
<div
role
=
"group"
id
=
"details2"
>
Text details
</div>
</body>
</html>