blob: d43c86f2962cb0340d42b4a40481d5f0a2b48533 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>test 868</title>
</head>
<body>
<div role="grid">
<div role="row">
<div role="columnheader" id="obj1">obj1</div>
</div>
<div role="row">
<div id="test" aria-label="foo" role="gridcell">obj2</div>
</div>
</div>
</body>
</html>
|