blob: 5bdf02c9c5f12d5af78f566ebd96383ff6c785ee (
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 "definition" and no states or properties</title>
</head>
<body>
<div role="definition" id="test">Placeholder content</div>
</body>
</html>
|