Index: third_party/WebKit/LayoutTests/paint/invalidation/fixed-img-src-change-after-scroll.html |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-img-src-change-after-scroll.html b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-img-src-change-after-scroll.html |
index 3f7e65ca755ea5aed71f14691afc49e7ecc29290..0b7c91220725649dd7db83f392a7068ef5afeebd 100644 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-img-src-change-after-scroll.html |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-img-src-change-after-scroll.html |
@@ -3,7 +3,7 @@ |
<script> |
function repaintTest() { |
window.scrollTo(0, 1000); |
- document.getElementById('img').src = '../../fast/images/resources/green.jpg'; |
+ document.getElementById('img').src = '../../images/resources/green.jpg'; |
} |
onload = runRepaintAndPixelTest; |
</script> |