515.html (333B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>Test 515 An owned, unfocusable element, with a valid aria-describedby attribue set that inherits role="presentation"</title> 6 </head> 7 <body> 8 <table role="presentation"> 9 <tr> 10 <td aria-describedby="foo">Test me</td> 11 </tr> 12 </table> 13 <div id="foo"> 14 You can 15 </div> 16 </body> 17 </html>