Chromium Code Reviews| Index: content/test/data/accessibility/dl.html |
| diff --git a/content/test/data/accessibility/dl.html b/content/test/data/accessibility/dl.html |
| deleted file mode 100644 |
| index 2773cbffa47fd42048b7dc9b498ee8f0348d165a..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/dl.html |
| +++ /dev/null |
| @@ -1,14 +0,0 @@ |
| -<!-- |
| -@MAC-ALLOW:AXRole* |
| -@MAC-ALLOW:AXSubrole* |
| ---> |
| -<!DOCTYPE html> |
| -<html> |
| -<body> |
| -<dl> |
| - <dt>Term</dt> |
| - <dd>Description</dd> |
| -</dl> |
| -<div role="definition">Definition</div> |
| -</body> |
| -</html> |