Chromium Code Reviews| Index: content/test/data/accessibility/aria-required.html |
| diff --git a/content/test/data/accessibility/aria-required.html b/content/test/data/accessibility/aria-required.html |
| deleted file mode 100644 |
| index 3dc7f722a90f27fd84d31aa8378b5064a9bf51df..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/aria-required.html |
| +++ /dev/null |
| @@ -1,11 +0,0 @@ |
| -<!-- |
| -@MAC-ALLOW:AXRequired* |
| -@WIN-ALLOW:IA2_STATE_REQUIRED |
| ---> |
| -<!DOCTYPE html> |
| -<html> |
| -<body> |
| - <div role="radio" aria-required="true"></div> |
| - <div role="radio" aria-required="false"></div> |
| -</body> |
| -</html> |