Index: content/test/data/accessibility/aria-treegrid.html |
diff --git a/content/test/data/accessibility/aria-treegrid.html b/content/test/data/accessibility/aria-treegrid.html |
deleted file mode 100644 |
index b5923c5f804592180e19831ff453ac16d7c04ac4..0000000000000000000000000000000000000000 |
--- a/content/test/data/accessibility/aria-treegrid.html |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-<!-- |
-@MAC-ALLOW:AXRole=* |
-@MAC-ALLOW:AXDisclosureLevel* |
-@WIN-ALLOW:xml-roles:* |
-@WIN-ALLOW:level* |
---> |
-<!DOCTYPE html> |
-<html> |
-<body> |
- <table role="treegrid"> |
- <tr role="row" aria-level="1"> |
- <td role="gridcell">Cell at level 1</td> |
- </tr> |
- <tr role="row" aria-level="2"> |
- <td role="gridcell">Cell at level 2</td> |
- </tr> |
-</table> |
-</body> |
-</html> |