Chromium Code Reviews| Index: content/test/data/accessibility/aria-row.html |
| diff --git a/content/test/data/accessibility/aria-row.html b/content/test/data/accessibility/aria-row.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..af8be69c48f0aee10abafa0912d205bf64f590cb |
| --- /dev/null |
| +++ b/content/test/data/accessibility/aria-row.html |
| @@ -0,0 +1,12 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + |
| +<table role="grid"> |
| + <tr role="row"> |
| + <th role="gridcell">Browser</th> |
| + </tr> |
| +</table> |
| + |
| +</body> |
| +</html> |