| Index: third_party/WebKit/LayoutTests/fast/repaint/vertical-overflow-child.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/vertical-overflow-child.html b/third_party/WebKit/LayoutTests/fast/repaint/vertical-overflow-child.html
|
| index b209cf143b3d1871e0450d0de657b8e46f45da8b..1195961b6da3ac89d0a76a249dfb548ecd52b2aa 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/vertical-overflow-child.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/vertical-overflow-child.html
|
| @@ -41,7 +41,7 @@
|
| var container = document.getElementsByClassName("container")[0];
|
| runAfterLayoutAndPaint(function() {
|
| container.scrollLeft = 3000;
|
| - runRepaintTest();
|
| + runRepaintAndPixelTest();
|
| });
|
| </script>
|
| </body></html>
|
|
|