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 |
| deleted file mode 100644 |
| index 330e1560c85d4804888f61c00af737d86f7a48f6..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/aria-valuenow.html |
| +++ /dev/null |
| @@ -1,12 +0,0 @@ |
| -<!-- |
| -@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> |