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