| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/background-shorthand-with-gradient-and-height-changes.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/background-shorthand-with-gradient-and-height-changes.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/background-shorthand-with-gradient-and-height-changes.html
|
| index 5edb167955009c62d9a329e7c90c6354e3aa1417..7837fe992113d4cb830e9172868d6a63645fda6e 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/background-shorthand-with-gradient-and-height-changes.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/background-shorthand-with-gradient-and-height-changes.html
|
| @@ -23,10 +23,6 @@
|
| <script>
|
| //This test verifies that gradient background gets repainted properly after child box height change.
|
|
|
| -window.expectedPaintInvalidationObjects = [
|
| - "LayoutBlockFlow DIV id='outer'",
|
| - "LayoutBlockFlow DIV id='inner'",
|
| -];
|
| function paintInvalidationTest() {
|
| document.getElementById('inner').style.height = 300 + 'px';
|
| }
|
|
|