Chromium Code Reviews| Index: content/test/data/accessibility/colgroup.html |
| diff --git a/content/test/data/accessibility/colgroup.html b/content/test/data/accessibility/colgroup.html |
| deleted file mode 100644 |
| index cebe7728aa143d01c27cfe9e01f7e8e037b5100e..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/colgroup.html |
| +++ /dev/null |
| @@ -1,21 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html> |
| -<body> |
| - |
| -<table border=1> |
| - <colgroup> |
| - <col span="1" style="background-color:red"> |
| - <col style="background-color:yellow"> |
| - </colgroup> |
| - <tr> |
| - <th>Single</th> |
| - <th>Pair</th> |
| - </tr> |
| - <tr> |
| - <td>A</td> |
| - <td>AA</td> |
| - </tr> |
| -</table> |
| - |
| -</body> |
| -</html> |