| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-child-of-transformed-scrolled.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-of-transformed-scrolled.html b/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-of-transformed-scrolled.html
|
| index 1bd2961e6e3ecfd2004b967d593aa89122ba4aa6..ac3b81608927e276ef2a64a148e86254ad2dd62f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-of-transformed-scrolled.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-of-transformed-scrolled.html
|
| @@ -6,7 +6,7 @@ function repaintTest() {
|
| }
|
| onload = function() {
|
| document.getElementById('transformed').scrollTop = 50;
|
| - runRepaintTest();
|
| + runRepaintAndPixelTest();
|
| }
|
| </script>
|
| <style>
|
|
|