Index: third_party/WebKit/LayoutTests/fast/repaint/clip-unclip-and-change.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/clip-unclip-and-change.html b/third_party/WebKit/LayoutTests/fast/repaint/clip-unclip-and-change.html |
index c0ebee07dedd2e7c5d50d56da9367a228fab60ce..12d067289c16508c1c60fe85cb6b5ab3cd2eb5ba 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/clip-unclip-and-change.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/clip-unclip-and-change.html |
@@ -9,7 +9,7 @@ function repaintTest() { |
onload = function() { |
runAfterLayoutAndPaint(function() { |
container.style.height = '400px'; |
- runRepaintTest(); |
+ runRepaintAndPixelTest(); |
}); |
}; |
</script> |