| Index: third_party/WebKit/LayoutTests/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer.html b/third_party/WebKit/LayoutTests/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer.html
|
| index 7da12d655aebb52a5c8ffc9c71fb2a4c9267a640..6d898f655d507adb0e632934458877f35bd1ca0b 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer.html
|
| @@ -9,7 +9,7 @@ function repaintTest() {
|
| container.scrollLeft = 2000;
|
| container.scrollTop = 2000;
|
| }
|
| -window.onload = runRepaintTest;
|
| +window.onload = runRepaintAndPixelTest;
|
| </script>
|
| <style>
|
| #container {
|
|
|