Index: content/test/data/accessibility/aria-pressed.html |
diff --git a/content/test/data/accessibility/aria-pressed.html b/content/test/data/accessibility/aria-pressed.html |
deleted file mode 100644 |
index 700308daba78a089972a07c527ee8c1b2e464dae..0000000000000000000000000000000000000000 |
--- a/content/test/data/accessibility/aria-pressed.html |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-<!-- |
-@WIN-DENY:name* |
-@WIN-ALLOW:PRESSED |
-@WIN-ALLOW:checkable:true |
-@MAC-ALLOW:AXSubrole=* |
-@MAC-ALLOW:AXRoleDescription=* |
---> |
-<!DOCTYPE html> |
-<html> |
-<body> |
-<div tabindex=0 role="button">Regular button</div> |
-<div tabindex=1 role="button" aria-pressed="false">Toggle button unpressed</div> |
-<div tabindex=2 role="button" aria-pressed="true">Toggle button pressed</div> |
-<div tabindex=3 role="button" aria-pressed="mixed">Toggle button mixed</div> |
-</body> |
-</html> |