Chromium Code Reviews| Index: content/test/data/accessibility/aria/aria-table.html |
| diff --git a/content/test/data/accessibility/aria/aria-table.html b/content/test/data/accessibility/aria/aria-table.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..79de857cbc38d24a293bd01baaf1c34d75b26ffd |
| --- /dev/null |
| +++ b/content/test/data/accessibility/aria/aria-table.html |
| @@ -0,0 +1,19 @@ |
| +<!-- |
| +@MAC-ALLOW:AXRole* |
| +@WIN-ALLOW:xml-roles* |
| +--> |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| +<div role="table"> |
| + <div role="row"> |
| + <span role="columnheader">Browser</span> |
| + <span role="columnheader">Rendering Engine</span> |
| + </div> |
| + <div role="row"> |
| + <span role="cell">Chrome</span> |
| + <span role="cell">Blink</span> |
| + </div> |
| +</div> |
| +</body> |
| +</html> |