| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/justify-content-change.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/justify-content-change.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/justify-content-change.html
|
| index 15e714d6a38df2a09cb2867e6c1aceec397ce7fd..4a8af0a8047ff9861bdf33470ce421bb98fbf434 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/justify-content-change.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/justify-content-change.html
|
| @@ -2,12 +2,6 @@
|
| <!DOCTYPE HTML>
|
| <script src="resources/paint-invalidation-test.js"></script>
|
| <script>
|
| -window.expectedPaintInvalidationObjects = [
|
| - "LayoutBlockFlow DIV class='item'",
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV class='item'",
|
| - "LayoutBlockFlow DIV",
|
| -];
|
| function paintInvalidationTest() {
|
| document.getElementById('container').style.justifyContent = 'space-between';
|
| }
|
|
|