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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8a9cf7399cb8f9353b3d1756ac7c7b03386595dc |
--- /dev/null |
+++ b/content/test/data/accessibility/aria-progressbar.html |
@@ -0,0 +1,22 @@ |
+<!-- |
+@MAC-ALLOW:roleDescription=* |
+@MAC-ALLOW:valueDescription=* |
+@MAC-ALLOW:minValue=* |
+@MAC-ALLOW:maxValue=* |
+@MAC-DENY:value='0' |
+@WIN-ALLOW:READONLY |
+@WIN-ALLOW:STATE_SYSTEM_READONLY |
+@WIN-ALLOW:valuetext:* |
+@WIN-ALLOW:valueNow=* |
+@WIN-ALLOW:minimumValue=* |
+@WIN-ALLOW:maximumValue=* |
+@WIN-DENY:name='' |
+@WIN-DENY:role-name='' |
+@WIN-DENY:description='' |
+--> |
+<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> |