| Index: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-remove-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/cached-cell-remove-expected.html b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-remove-expected.html
|
| similarity index 74%
|
| copy from third_party/WebKit/LayoutTests/paint/invalidation/spv2/cached-cell-remove-expected.html
|
| copy to third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-remove-expected.html
|
| index 4a3b70a839d54fae5d4aaf64667223db81bf8b95..3cbb1398b8fbf556685c4ef446b1656f3fd1ec84 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/cached-cell-remove-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-remove-expected.html
|
| @@ -5,12 +5,12 @@ Here we remove cell, expect that cache is invalidated and paint produces expecte
|
| <html>
|
| <head>
|
| <title></title>
|
| - <link rel="stylesheet" href="../../../fast/table/border-collapsing/resources/cached.css">
|
| + <link rel="stylesheet" href="resources/cached.css">
|
| </head>
|
| <body>
|
| <table style="border-collapse:collapse; border:2px solid blue">
|
| <tr id="row">
|
| - <td style="border:4px solid lime"/>
|
| + <td style="border:4px solid lime"></td>
|
| <td/>
|
| </tr>
|
| </table>
|
|
|