Chromium Code Reviews| Index: content/test/data/accessibility/table-simple.html |
| diff --git a/content/test/data/accessibility/table-simple.html b/content/test/data/accessibility/table-simple.html |
| deleted file mode 100644 |
| index 4493dc18223888da8c0807ffcb968557812eaf56..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/table-simple.html |
| +++ /dev/null |
| @@ -1,29 +0,0 @@ |
| -<!DOCTYPE html> |
| -<!-- |
| -@MAC-ALLOW:AXIndex=* |
| -@MAC-ALLOW:AXColumnIndexRange=* |
| -@MAC-ALLOW:AXRowIndexRange=* |
| ---> |
| -<html> |
| -<head> |
| - <title>Table example</title> |
| -</head> |
| -<body> |
| - |
| -<table border=1> |
| - <tr> |
| - <th>Pair</th> |
| - <th>Single</th> |
| - </tr> |
| - <tr> |
| - <td>AB</td> |
| - <td>B</td> |
| - </tr> |
| - <tr> |
| - <td>CD</td> |
| - <td>D</td> |
| - </tr> |
| -</table> |
| - |
| -</body> |
| -</html> |