Index: third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-keeping-geometry.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-keeping-geometry.html b/third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-keeping-geometry.html |
index 9ba13457f08302a08501ce65834387ccbc159379..c111cc196d6c783ef689de0c829d3c6519943893 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-keeping-geometry.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-keeping-geometry.html |
@@ -5,7 +5,7 @@ function repaintTest() { |
document.getElementsByClassName('item1')[0].style.justifySelf = 'left'; |
document.getElementsByClassName('item2')[0].style.justifySelf = 'right'; |
} |
-onload = runRepaintTest; |
+onload = runRepaintAndPixelTest; |
</script> |
<style> |
body { |