Index: third_party/WebKit/LayoutTests/fast/repaint/relative-inline-positioned-movement-repaint.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/relative-inline-positioned-movement-repaint.html b/third_party/WebKit/LayoutTests/fast/repaint/relative-inline-positioned-movement-repaint.html |
index 36f1df067f5d923647088fbcc36d40f735acffd5..94153edb8f1287f79e02d2818296802b6c1abcc4 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/relative-inline-positioned-movement-repaint.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/relative-inline-positioned-movement-repaint.html |
@@ -19,6 +19,6 @@ |
var div = document.getElementById("block"); |
div.style.left = '50px'; |
} |
- window.onload = runRepaintTest; |
+ window.onload = runRepaintAndPixelTest; |
</script> |
<div id="block">When this layer moves it shouldn't generate a repaint rect.</div> |