Chromium Code Reviews| Index: content/test/data/accessibility/aria-valuenow.html |
| diff --git a/content/test/data/accessibility/aria-valuenow.html b/content/test/data/accessibility/aria-valuenow.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1b37cf8745b33be8aad52f2068641efb9da89d22 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/aria-valuenow.html |
| @@ -0,0 +1,12 @@ |
| +<!-- |
| +@MAC-ALLOW:AXRoleDescription=* |
| +@MAC-ALLOW:AXValue=* |
| +@WIN-ALLOW:currentValue* |
| +@WIN-ALLOW:xml-roles* |
| +--> |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + <div role="progressbar" aria-valuenow="3"></div> |
| +</body> |
| +</html> |