| Index: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-color-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-color-expected.html b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-color-expected.html
|
| deleted file mode 100644
|
| index b6d5b1b9db63ab23c6b7b9918059a694868ab78e..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-color-expected.html
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -<!--
|
| -Calculating collapsed borders for big tables is expensive, so we cache them and recalculate when needed.
|
| -Here we change col 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">
|
| - <colgroup>
|
| - <col style="border:4px solid yellow" id="col">
|
| - <col>
|
| - </colgroup>
|
| - <tbody>
|
| - <tr>
|
| - <td style="border:2px solid lime"/>
|
| - <td/>
|
| - </tr>
|
| - <tr>
|
| - <td/>
|
| - <td/>
|
| - </tr>
|
| - </tbody>
|
| - </table>
|
| - </body>
|
| -</html>
|
| -
|
|
|