Index: third_party/WebKit/LayoutTests/fast/repaint/multi-layout-one-frame.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/multi-layout-one-frame.html b/third_party/WebKit/LayoutTests/fast/repaint/multi-layout-one-frame.html |
index 5a87dfa3b52c786812118b93098540b8ebf7f004..4278e4af44f7cbe34f070c04c237fc05755cd9f0 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/multi-layout-one-frame.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/multi-layout-one-frame.html |
@@ -10,7 +10,7 @@ function repaintTest() |
input2.value = "PASSED"; |
} |
-window.addEventListener("load", runRepaintTest, false); |
+window.addEventListener("load", runRepaintAndPixelTest, false); |
</script> |
<body> |
<input id="input1" value="FAILED"></input> |