| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/destroy-scrollbar.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/destroy-scrollbar.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/destroy-scrollbar.html
|
| index b720dab095b6b207e8d8d558b2260c71811e6163..7c164d25f73c359aef88253c63e990c31aafade7 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/destroy-scrollbar.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/destroy-scrollbar.html
|
| @@ -2,10 +2,6 @@
|
| <!DOCTYPE html>
|
| <script src="resources/paint-invalidation-test.js"></script>
|
| <script>
|
| -window.expectedPaintInvalidationObjects = [
|
| - "VerticalScrollbar",
|
| - "LayoutBlockFlow (positioned) DIV",
|
| -];
|
| function paintInvalidationTest() {
|
| document.getElementById('content').style.height = '100px';
|
| }
|
|
|