Chromium Code Reviews| Index: content/test/data/accessibility/caption.html |
| diff --git a/content/test/data/accessibility/caption.html b/content/test/data/accessibility/caption.html |
| deleted file mode 100644 |
| index 69141eb6d58643618c6d44aa16f9e4ba43da86cb..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/caption.html |
| +++ /dev/null |
| @@ -1,22 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html> |
| -<body> |
| - |
| -<table> |
| - <caption>Browser and Engine</caption> |
| - <tr> |
| - <th>Browser</th> |
| - <th>Engine</th> |
| - </tr> |
| - <tr> |
| - <td>Chrome</td> |
| - <td>Blink</td> |
| - </tr> |
| - <tr> |
| - <td>Safari</td> |
| - <td>WebKit</td> |
| - </tr> |
| -</table> |
| - |
| -</body> |
| -</html> |