| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/align-self-overflow-change.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/align-self-overflow-change.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/align-self-overflow-change.html
|
| index b9fe1dcc4155d05975e5b4bf7b19b6ca29600999..d2f6546e2119bbdf805a8542c6c6e63d5ff49665 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/align-self-overflow-change.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/align-self-overflow-change.html
|
| @@ -2,13 +2,6 @@
|
| <!DOCTYPE HTML>
|
| <script src="resources/paint-invalidation-test.js"></script>
|
| <script>
|
| -window.expectedPaintInvalidationObjects = [
|
| - "LayoutBlockFlow BODY",
|
| - "LayoutGrid DIV id='container'",
|
| - "LayoutBlockFlow DIV class='item1'",
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV class='item2'",
|
| -];
|
| function paintInvalidationTest() {
|
| document.getElementsByClassName('item1')[0].style.alignSelf = 'end safe';
|
| document.getElementsByClassName('item2')[0].style.alignSelf = 'end safe';
|
|
|