Index: third_party/WebKit/LayoutTests/fast/repaint/overhanging-float-detach-repaint.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overhanging-float-detach-repaint.html b/third_party/WebKit/LayoutTests/fast/repaint/overhanging-float-detach-repaint.html |
index 57779c55bfa20796e0dfd9ccb48fc051a0afcfd6..cb12f3ab1b974420b5c9f22ed00213f6cc681f2d 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/overhanging-float-detach-repaint.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/overhanging-float-detach-repaint.html |
@@ -11,7 +11,7 @@ |
floatContainer.style.display = "none"; |
} |
- window.addEventListener("load", runRepaintTest); |
+ window.addEventListener("load", runRepaintAndPixelTest); |
</script> |
<style> |
.floatWithHeight { |