Index: content/test/data/accessibility/aria-required.html |
diff --git a/content/test/data/accessibility/aria-required.html b/content/test/data/accessibility/aria-required.html |
deleted file mode 100644 |
index 9f336df3595b7ab450165b212b259ea958cfde12..0000000000000000000000000000000000000000 |
--- a/content/test/data/accessibility/aria-required.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<!-- |
-@MAC-ALLOW:AXRequired* |
-@WIN-ALLOW:IA2_STATE_REQUIRED |
---> |
-<!DOCTYPE html> |
-<html> |
-<body> |
- <div role="radiogroup" aria-required="true"> |
- <div role="radio"></div> |
- <div role="radio"></div> |
- </div> |
-</body> |
-</html> |