blob: a24595a10492eee1d9ae4951b68ba090346a9c7e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>&lt;div&gt; with role row; inherited supported state or property "aria-activedescendant"
value of "obj1"
</title>
</head>
<body>
<div role="grid">
<div id="test" role="row" tabindex="0" aria-activedescendant="obj1">
<div id="obj1" role="gridcell">obj1</div>
<div id="obj2" role="gridcell">obj2</div>
</div>
</div>
</body>
</html>