Chromium Code Reviews| Index: content/test/data/accessibility/aria-marquee.html |
| diff --git a/content/test/data/accessibility/aria-marquee.html b/content/test/data/accessibility/aria-marquee.html |
| deleted file mode 100644 |
| index d3a523990568d14ffa8d835226caba55f548f93a..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/aria-marquee.html |
| +++ /dev/null |
| @@ -1,17 +0,0 @@ |
| -<!-- |
| -@MAC-ALLOW:AXSubrole=* |
| -@MAC-ALLOW:AXRole* |
| -@MAC-ALLOW:AXARIALive* |
| -@WIN-ALLOW:xml-roles:* |
| -@WIN-ALLOW:live* |
| -@WIN-ALLOW:container* |
| -@WIN-ALLOW:BUSY* |
| ---> |
| -<!DOCTYPE html> |
| -<html> |
| - <body> |
| - <div tabindex=0 role="marquee" aria-live="off"></div> |
| - <div tabindex=1 role="marquee" aria-live="polite"></div> |
| - <div tabindex=2 role="marquee" aria-live="assertive"></div> |
| - </body> |
| -</html> |