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