blob: dd718b0e70341ddd773583fda2882b1b4b49fea5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>&lt;div&gt; with role tabpanel; inherited supported state or property "aria-expanded" value
of "true"
</title>
</head>
<body>
<div role="tablist">
<div id="obj1" role="tab">obj1</div>
<div id="obj2" role="tab">obj2</div>
</div>
<div id="test" role="tabpanel" aria-expanded="true">Placeholder content</div>
</body>
</html>