| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-tranformed.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-tranformed.html b/third_party/WebKit/LayoutTests/fast/repaint/fixed-tranformed.html
|
| index 42f6de9a26c368116ece651e7ad333069e7eec2c..a0a58886ae36f044f449b4767afaf429a52c4a4e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-tranformed.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-tranformed.html
|
| @@ -30,7 +30,7 @@
|
|
|
| function setupTest() {
|
| window.scrollBy(0, 50);
|
| - runRepaintTest();
|
| + runRepaintAndPixelTest();
|
| };
|
| window.addEventListener('load', setupTest, false);
|
| </script>
|
|
|