Chromium Code Reviews| Index: content/test/data/accessibility/details.html |
| diff --git a/content/test/data/accessibility/details.html b/content/test/data/accessibility/details.html |
| deleted file mode 100644 |
| index b0612d56f3fee6d39a0170fd8bf3cda77c7e659b..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/details.html |
| +++ /dev/null |
| @@ -1,20 +0,0 @@ |
| -<!-- |
| -@MAC-ALLOW:AXRole* |
| -@MAC-ALLOW:AXExpanded=* |
| -@WIN-ALLOW:EXPANDED |
| -@WIN-ALLOW:COLLAPSED |
| ---> |
| -<!DOCTYPE html> |
| -<html> |
| -<body> |
| - <details> |
| - <summary>details tag</summary> |
| - <p>The details tag specifies additional details that the user can view or hide on demand.</p> |
| - </details> |
| - |
| - <details open> |
| - <summary>details tag open</summary> |
| - <p>The details tag with open specifies that the details should be visible (open) to the user.</p> |
| - </details> |
| -</body> |
| -</html> |