| Index: third_party/WebKit/LayoutTests/fast/repaint/scroll-stacking-context-backface-visiblity-leaves-traces.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/scroll-stacking-context-backface-visiblity-leaves-traces.html b/third_party/WebKit/LayoutTests/fast/repaint/scroll-stacking-context-backface-visiblity-leaves-traces.html
|
| index 952b22c30dae279be86bd5795e7828a97ab62b03..d8868ba39d0be1ab3f7278c47d2bf12d0ff2bca1 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/scroll-stacking-context-backface-visiblity-leaves-traces.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/scroll-stacking-context-backface-visiblity-leaves-traces.html
|
| @@ -43,7 +43,7 @@ function repaintTest()
|
| // We need to skip 2 frames for the bug to show under DRT.
|
| window.requestAnimationFrame(function() {
|
| window.requestAnimationFrame(function() {
|
| - runRepaintTest();
|
| + runRepaintAndPixelTest();
|
| });
|
| });
|
| </script>
|
|
|