| Index: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-tbody-border-color-expected.html | 
| diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-tbody-border-color-expected.html b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-tbody-border-color-expected.html | 
| deleted file mode 100644 | 
| index 4e025ac6adf972070077f4721c0b920f3544be0c..0000000000000000000000000000000000000000 | 
| --- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-tbody-border-color-expected.html | 
| +++ /dev/null | 
| @@ -1,31 +0,0 @@ | 
| -<!-- | 
| -Calculating collapsed borders for big tables is expensive, so we cache them and recalculate when needed. | 
| -Here we change tbody border color, expect that cache is invalidated and paint produces expected image. | 
| ---> | 
| -<html> | 
| -    <head> | 
| -        <title></title> | 
| -        <link rel="stylesheet" href="resources/cached.css"> | 
| -    </head> | 
| -    <body> | 
| -        <table style="border-collapse:collapse; border:1px solid blue"> | 
| -            <tbody style="border:4px solid yellow" id="tbody"> | 
| -                <tr> | 
| -                    <td style="border:2px solid lime"/> | 
| -                    <td/> | 
| -                </tr> | 
| -                <tr> | 
| -                    <td/> | 
| -                    <td/> | 
| -                </tr> | 
| -            </tbody> | 
| -            <tbody> | 
| -                <tr> | 
| -                    <td/> | 
| -                    <td/> | 
| -                </tr> | 
| -            </tbody> | 
| -        </table> | 
| -    </body> | 
| -</html> | 
| - | 
|  |