| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-child-of-transformed-move-after-scroll.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-of-transformed-move-after-scroll.html b/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-of-transformed-move-after-scroll.html
|
| index afd460564147b2d80b36440a8f8d755835b286f7..b12b528b4e153f3b9556acd658dcfce40353d445 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-of-transformed-move-after-scroll.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-of-transformed-move-after-scroll.html
|
| @@ -6,7 +6,7 @@
|
| function scrollAndRepaint()
|
| {
|
| scrollBy(0, 200);
|
| - runRepaintTest();
|
| + runRepaintAndPixelTest();
|
| }
|
| function repaintTest()
|
| {
|
|
|