Index: third_party/WebKit/LayoutTests/fast/repaint/margin.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/margin.html b/third_party/WebKit/LayoutTests/fast/repaint/margin.html |
index 7184b5ecb37a87566a496d2624a4c67e32198028..d4de491c6a55f86bdfbf9e9ee61d89e9bdcf3fce 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/margin.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/margin.html |
@@ -7,7 +7,7 @@ function repaintTest() |
// Should repaint the old position and the new position. |
document.getElementById('target').style.margin = '20px'; |
} |
-window.onload = runRepaintTest; |
+window.onload = runRepaintAndPixelTest; |
</script> |
<style> |
body { |