Index: third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry.html b/third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry.html |
index f6b07be1b38d395e58fe85f18a9a142c9f219282..f8a4c7c3af95c1be8c7dd55348123eaeeddf123f 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry.html |
@@ -5,7 +5,7 @@ function repaintTest() { |
document.getElementsByClassName('item')[0].style.alignSelf = 'stretch'; |
document.getElementsByClassName('item')[1].style.alignSelf = 'stretch'; |
} |
-onload = runRepaintTest; |
+onload = runRepaintAndPixelTest; |
</script> |
<style> |
.flex { |