Index: third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state.html |
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state.html b/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state.html |
index 98ee22889c551316b0a7190a54deca568db11b3a..0cb44259f2f390ced639387f286f70cbeab89463 100644 |
--- a/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state.html |
+++ b/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state.html |
@@ -10,7 +10,7 @@ window.onload = function() { |
// position change in repaintTest() can repaint the old location correctly. |
document.getElementsByTagName('g')[0].setAttribute('transform', 'scale(2)'); |
document.getElementsByTagName('rect')[0].setAttribute('x', '50'); |
- runRepaintTest(); |
+ runRepaintAndPixelTest(); |
} |
</script> |