| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/button-spurious-layout-hint.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/button-spurious-layout-hint.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/button-spurious-layout-hint.html
|
| index 5f4ab7c1dbba40e8a0fcd535cb3e682206f0271c..4fe476c5050b12a55e7d3d457b5c599868d1e0b2 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/button-spurious-layout-hint.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/button-spurious-layout-hint.html
|
| @@ -2,9 +2,6 @@
|
| <head>
|
| <script src="resources/paint-invalidation-test.js" type="text/javascript"></script>
|
| <script>
|
| - window.expectedPaintInvalidationObjects = [
|
| - "LayoutButton BUTTON id='target'",
|
| - ];
|
| function paintInvalidationTest()
|
| {
|
| document.getElementById("target").style.backgroundColor = "lightpink";
|
|
|