blob: 5e9b6a1a3d840b6bd15b567c276c7bf42203c2ea (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Plain <div> with role "menubar" and no states or properties</title>
</head>
<body>
<div role="menubar" id="test">Placeholder content</div>
</body>
</html>
|