| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled.html b/third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled.html
|
| index 33a22c936cc3331ed56cf7d09d0664a92a091463..797dfe3ec94901fdb5c4ec8842920f3432dd9880 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled.html
|
| @@ -8,7 +8,7 @@ onload = function() {
|
| // Scroll before repaint test to test correct scroll offset of invalidation rect
|
| // for fixed-position element when it needs repaint.
|
| window.scrollTo(0, 400);
|
| - runRepaintTest();
|
| + runRepaintAndPixelTest();
|
| };
|
| </script>
|
| <style>
|
|
|