Chromium Code Reviews| Index: content/test/data/accessibility/col.html |
| diff --git a/content/test/data/accessibility/col.html b/content/test/data/accessibility/col.html |
| deleted file mode 100644 |
| index 20ef1f424b3d278d8a9367800e2502bb0b6bb6c4..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/col.html |
| +++ /dev/null |
| @@ -1,20 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html> |
| -<body> |
| -<table> |
| - <colgroup> |
| - <col span="1" style="background-color:blue"> |
| - <col style="background-color:green"> |
| - </colgroup> |
| - <tr> |
| - <th>Browser</th> |
| - <th>Rendering Engine</th> |
| - </tr> |
| - <tr> |
| - <td>Chrome</td> |
| - <td>Blink</td> |
| - </tr> |
| -</table> |
| - |
| -</body> |
| -</html> |