Index: third_party/WebKit/LayoutTests/fast/repaint/positioned-great-grandparent-change-location.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/positioned-great-grandparent-change-location.html b/third_party/WebKit/LayoutTests/fast/repaint/positioned-great-grandparent-change-location.html |
index f54ad8d468d4efb16f68fc37e755951ae987eef4..d0512d2247fa4830d160d767a31b032e68e93c7c 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/positioned-great-grandparent-change-location.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/positioned-great-grandparent-change-location.html |
@@ -4,7 +4,7 @@ |
function repaintTest() { |
document.getElementById('great-grandparent').style.top = '-100px'; |
} |
-onload = runRepaintTest; |
+onload = runRepaintAndPixelTest; |
</script> |
Tests paint invalidation of the target when the great-grandparent changes location. |
Passes if there is only one green square. |