mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 12:23:08 +09:00
17 lines
319 B
HTML
17 lines
319 B
HTML
<!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>
|
|
|