| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/table-section-repaint.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/table-section-repaint.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/table-section-repaint.html
|
| index 7d02308e85303aec7e24963d3c830b8267cfff7e..d51719482735cb0efcf2408ec6823e1baa91e2c1 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/table-section-repaint.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/table-section-repaint.html
|
| @@ -13,34 +13,6 @@
|
| </style>
|
| <script src="resources/paint-invalidation-test.js" type="text/javascript"></script>
|
| <script type="text/javascript">
|
| - window.expectedPaintInvalidationObjects = [
|
| - "LayoutBlockFlow CAPTION id='caption1' class='blue half'",
|
| - "LayoutTableSection TBODY",
|
| - "LayoutTableRow TR",
|
| - "LayoutTableCell TD class='red half'",
|
| - "LayoutTableRow TR",
|
| - "LayoutTableCell TD class='green half'",
|
| - "LayoutTableCell TD",
|
| - "LayoutBlockFlow DIV id='top' class='blue half'",
|
| - "LayoutTableSection TBODY",
|
| - "LayoutTableRow TR",
|
| - "LayoutTableCell TD class='red half'",
|
| - "LayoutTableRow TR",
|
| - "LayoutTableCell TD class='green half'",
|
| - "LayoutBlockFlow CAPTION id='caption2' class='zero'",
|
| - "LayoutTableSection TBODY",
|
| - "LayoutTableRow TR",
|
| - "LayoutTableCell TD class='green half'",
|
| - "LayoutTableRow TR",
|
| - "LayoutTableCell TD class='red half'",
|
| - "LayoutTable TABLE",
|
| - "LayoutBlockFlow DIV id='innerDiv'",
|
| - "LayoutTableSection TBODY",
|
| - "LayoutTableRow TR",
|
| - "LayoutTableCell TD class='half'",
|
| - "LayoutTableRow TR",
|
| - "LayoutTableCell TD class='half'",
|
| - ];
|
| function paintInvalidationTest()
|
| {
|
| var caption1 = document.getElementById("caption1");
|
|
|