summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/presentation-role/514.html
blob: 0f7c3480022e965a4aaec910facdd39c36482a2a (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 514 An owned, unfocusable element, with a valid aria-controls attribue set that inherits role="presentation"</title>
</head>
<body>
<table role="presentation">
<tr>
<td aria-controls="foo">Test me</td>
</tr>
</table>
<div id="foo">
</div>
</body>
</html>