Chromium Code Reviews| Index: content/test/data/accessibility/aria-haspopup.html |
| diff --git a/content/test/data/accessibility/aria-haspopup.html b/content/test/data/accessibility/aria-haspopup.html |
| deleted file mode 100644 |
| index 64c00d5a96c3351f79990cc55fb10950d5d4cad9..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/aria-haspopup.html |
| +++ /dev/null |
| @@ -1,16 +0,0 @@ |
| -<!-- |
| -@MAC-ALLOW:AXExpanded* |
| -@MAC-ALLOW:AXShowMenu* |
| -@MAC-ALLOW:AXPress* |
| -@WIN-ALLOW:EXPANDED* |
| -@WIN-ALLOW:HASPOPUP* |
| ---> |
| -<!DOCTYPE html> |
| -<html> |
| -<body> |
| - <div tabindex=0 role="combobox" aria-haspopup="true"> |
| - </div> |
| - <div tabindex=1 role="combobox" aria-haspopup="false"> |
| - </div> |
| -</body> |
| -</html> |