summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/presentation-role/511.html
blob: d9a3043fe317570a4fa9b98fd5e38a5da6c4e3c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Test 511 An owned, focusable element, tied to an aria relationship that inherits role="presentation"</title>
</head>
<body>
<table role="presentation">
<tr>
<td tabindex="0" id="foo">Test me</td>
</tr>
</table>
<div aria-controls="foo">
</div>
</body>
</html>