| Index: third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-container-and-content.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-container-and-content.html b/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-container-and-content.html
|
| index 38f01bd60f7b6608273facd75e6d8971f2f1d858..68bf76ea410db4ff3110977559cf302ac22c3023 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-container-and-content.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-container-and-content.html
|
| @@ -6,7 +6,7 @@ function repaintTest() {
|
| }
|
| onload = function() {
|
| document.getElementById('container').scrollTop = 50;
|
| - runRepaintTest();
|
| + runRepaintAndPixelTest();
|
| };
|
| </script>
|
| <style>
|
|
|