Index: third_party/WebKit/LayoutTests/fast/repaint/align-content-change-keeping-geometry.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/align-content-change-keeping-geometry.html b/third_party/WebKit/LayoutTests/fast/repaint/align-content-change-keeping-geometry.html |
index 2961a6abfa47a0d48114f1e2b0e8db058353b61c..0cfbdcec1fca154ca75c99605449a3359bf008ac 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/align-content-change-keeping-geometry.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/align-content-change-keeping-geometry.html |
@@ -4,7 +4,7 @@ |
function repaintTest() { |
document.getElementById('container').style.alignContent = 'center'; |
} |
-onload = runRepaintTest; |
+onload = runRepaintAndPixelTest; |
</script> |
<style> |
#container { |