Index: content/test/data/accessibility/aria-progressbar.html |
diff --git a/content/test/data/accessibility/aria-progressbar.html b/content/test/data/accessibility/aria-progressbar.html |
deleted file mode 100644 |
index 1ef1760966e6309c70837b64cc23571a1549855b..0000000000000000000000000000000000000000 |
--- a/content/test/data/accessibility/aria-progressbar.html |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-<!-- |
-@MAC-ALLOW:AXRoleDescription=* |
-@MAC-ALLOW:AXValueDescription=* |
-@MAC-ALLOW:AXMinValue=* |
-@MAC-ALLOW:AXMaxValue=* |
-@WIN-ALLOW:valuetext:* |
-@WIN-ALLOW:currentValue=* |
-@WIN-ALLOW:minimumValue=* |
-@WIN-ALLOW:maximumValue=* |
-@WIN-DENY:name='' |
-@WIN-ALLOW:xml-roles* |
---> |
-<html> |
-<body> |
- <div role="progressbar" aria-valuenow="3" aria-valuemin="1" aria-valuemax="37"></div> |
- <div role="progressbar" aria-valuetext="three" aria-value="3" aria-valuemin="1" aria-valuemax="96"></div> |
-</body> |
-</html> |