| Index: third_party/WebKit/LayoutTests/fast/repaint/table-col-background-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-col-background-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/table-col-background-expected.html
|
| deleted file mode 100644
|
| index 2f521aeec8cbbbfefdf64143e78534eb69fc4be0..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/table-col-background-expected.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <title>Test for http://bugs.webkit.org/show_bug.cgi?id=5821</title>
|
| -</head>
|
| -<body>
|
| - <div style="height:100px"></div>
|
| - <table>
|
| - <col id="col" style="background-color: green;">
|
| - <tr>
|
| - <td style="width: 100px; height: 100px;">
|
| - </td>
|
| - </tr>
|
| - </table>
|
| -</body>
|
| -</html>
|
|
|