Index: content/test/data/accessibility/aria/aria-valuetext.html |
diff --git a/content/test/data/accessibility/aria/aria-progressbar.html b/content/test/data/accessibility/aria/aria-valuetext.html |
similarity index 71% |
copy from content/test/data/accessibility/aria/aria-progressbar.html |
copy to content/test/data/accessibility/aria/aria-valuetext.html |
index 1ef1760966e6309c70837b64cc23571a1549855b..cdbe5f205ea163318f4d2bc041a68dff6664cb4f 100644 |
--- a/content/test/data/accessibility/aria/aria-progressbar.html |
+++ b/content/test/data/accessibility/aria/aria-valuetext.html |
@@ -1,5 +1,5 @@ |
<!-- |
-@MAC-ALLOW:AXRoleDescription=* |
+@MAC-ALLOW:AXRole* |
@MAC-ALLOW:AXValueDescription=* |
@MAC-ALLOW:AXMinValue=* |
@MAC-ALLOW:AXMaxValue=* |
@@ -7,12 +7,10 @@ |
@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> |