https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ba2d3606cd94cb31f5832db1aa35714601e70db4 authored by Ian Kilpatrick on 16 March 2018, 20:51:08 UTC
[shapes] Remove shape-outside avoiding behaviour for new-FCs/replaced.
Tip revision: ba2d360
521.html
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Test 521 An owned, unfocusable element, having aria-hidden="true" that inherits role="presentation"</title>
</head>
<body>
<table role="presentation">
<tr>
<td aria-hidden="true">Test me</td>
</tr>
</table>
</body>
</html>

back to top