Index: third_party/WebKit/LayoutTests/fast/repaint/justify-content-change.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/justify-content-change.html b/third_party/WebKit/LayoutTests/fast/repaint/justify-content-change.html |
index fe754438561e0a08aba3671757730823b33d0ad1..4a14c4666a75bdb6db5da89597dafa775233e7c2 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/justify-content-change.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/justify-content-change.html |
@@ -4,7 +4,7 @@ |
function repaintTest() { |
document.getElementById('container').style.justifyContent = 'space-between'; |
} |
-onload = runRepaintTest; |
+onload = runRepaintAndPixelTest; |
</script> |
<style> |
body { |