summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/presentation-role/517.html
blob: 3154b9da2fa4b61c3325a611dc8c4fb0b8be968f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Test 517 An owned, unfocusable element, having aria-dropeffect="move" that inherits role="presentation"</title>
</head>
<body>
<table role="presentation">
<tr>
<td aria-dropeffect="move">Test me</td>
</tr>
</table>
</body>
</html>