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