blob: aff3beeb1b2b9fcec0a2b252a87627818895715c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><div> with role toolbar; inherited supported state or property "aria-expanded" value
of "false"
</title>
</head>
<body>
<div id="test" role="toolbar" aria-expanded="false">
<div id="obj1" role="button">obj1</div>
<div id="obj2" role="button">obj2</div>
</div>
</body>
</html>
|