Index: content/test/data/accessibility/html/meter.html |
diff --git a/content/test/data/accessibility/html/meter.html b/content/test/data/accessibility/html/meter.html |
index a28aa1664c9a8ad9052fcbacd8bb7960229ec60f..ac076d770adf1d811044c402ce642a66f58fa2b1 100644 |
--- a/content/test/data/accessibility/html/meter.html |
+++ b/content/test/data/accessibility/html/meter.html |
@@ -1,9 +1,15 @@ |
<!DOCTYPE html> |
<!-- |
@MAC-ALLOW:AXRoleDescription=* |
+@MAC-ALLOW:AXMaxValue=* |
+@MAC-ALLOW:AXMinValue=* |
+@MAC-ALLOW:AXValue=* |
+@WIN-ALLOW:currentValue=* |
+@WIN-ALLOW:maximumValue=* |
+@WIN-ALLOW:minimumValue=* |
--> |
<html> |
<body> |
-<meter value="2" min="0" max="10">2 out of 10</meter> |
+<meter value="2" min="1" max="10">2 out of 10</meter> |
</body> |
</html> |