Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/image-resize.html |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/image-resize.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/image-resize.html |
index dfc9efd58554f6fd7aa12fa046f74e56c8359a37..052c5bc7322544b4dff637b2523569fd2400f651 100644 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/image-resize.html |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/image-resize.html |
@@ -4,9 +4,6 @@ |
<script> |
if (window.testRunner) |
testRunner.dumpAsText(); |
-window.expectedPaintInvalidationObjects = [ |
- "LayoutImage (positioned) IMG", |
-]; |
function paintInvalidationTest() { |
var img = document.getElementsByTagName('img')[0]; |
img.style.width = '100px'; |