Index: third_party/WebKit/LayoutTests/svg/repaint/path-pathlength-change.html |
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/path-pathlength-change.html b/third_party/WebKit/LayoutTests/svg/repaint/path-pathlength-change.html |
index 0817f07a1bb7f9576db71e34d45c5f6429f82210..f07b99a28505ed5bfd373843834afee178fe7304 100644 |
--- a/third_party/WebKit/LayoutTests/svg/repaint/path-pathlength-change.html |
+++ b/third_party/WebKit/LayoutTests/svg/repaint/path-pathlength-change.html |
@@ -1,7 +1,7 @@ |
<!DOCTYPE html> |
<script src="../../fast/repaint/resources/text-based-repaint.js"></script> |
<script> |
-window.onload = runRepaintTest; |
+window.onload = runRepaintAndPixelTest; |
function repaintTest() { |
document.querySelector('path').setAttribute('pathLength', 200); |