| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/cached-cell-remove.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/cached-cell-remove.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/cached-cell-remove.html
|
| index 795b699459f5ae9831e7c29b3e1d7806db130423..4ff2348f38fd567c6debea50eeb1717eb8cee1b3 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/cached-cell-remove.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/cached-cell-remove.html
|
| @@ -9,17 +9,6 @@ Here we remove cell, expect that cache is invalidated and paint produces expecte
|
| <link rel="stylesheet" href="../../../fast/table/border-collapsing/resources/cached.css">
|
| <script src="resources/paint-invalidation-test.js"></script>
|
| <script type="text/javascript">
|
| - window.expectedPaintInvalidationObjects = [
|
| - "LayoutTableCell TD id='bar'",
|
| - "LayoutTableCell TD",
|
| - "LayoutTableCell TD",
|
| - "LayoutTable TABLE",
|
| - "LayoutTableCell TD",
|
| - "LayoutTableCell TD",
|
| - "LayoutTableSection TBODY",
|
| - "LayoutTableCell TD",
|
| - "LayoutTableCell TD",
|
| - ];
|
| function paintInvalidationTest() {
|
| barCell = document.getElementById("bar");
|
| document.getElementById("row").removeChild(barCell);
|
|
|