blob: 2e781e3d04afcfd168c14f58c8e3a2a35a932725 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>A page with two div elements that have role="toolbar" but not aria-label property.</title>
</head>
<body>
<div id="test" role="toolbar">Toolbar 1</div>
<div id="test2" role="toolbar">Toolbar 2</div>
</body>
</html>