Chromium Code Reviews| Index: content/test/data/accessibility/aria/aria-cell.html |
| diff --git a/content/test/data/accessibility/aria/aria-cell.html b/content/test/data/accessibility/aria/aria-cell.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..23f93f77f9892a9847c55e1b5265f1b67135dd8e |
| --- /dev/null |
| +++ b/content/test/data/accessibility/aria/aria-cell.html |
| @@ -0,0 +1,20 @@ |
| +<!-- |
| +@MAC-ALLOW:AXRole* |
| +@WIN-ALLOW:*SELECTABLE |
| +@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> |