| Index: third_party/WebKit/LayoutTests/compositing/repaint/should-not-clip-composited-viewport-scrolling-layer.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-clip-composited-viewport-scrolling-layer.html b/third_party/WebKit/LayoutTests/compositing/repaint/should-not-clip-composited-viewport-scrolling-layer.html
|
| index f9206e02854ea26bba49fdd433c7cf7160c9e3c6..9136100a2e238dfc1b20034c201d0f75955db62f 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-clip-composited-viewport-scrolling-layer.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/repaint/should-not-clip-composited-viewport-scrolling-layer.html
|
| @@ -7,7 +7,7 @@ function repaintTest() {
|
| document.getElementById('content').style.backgroundColor = 'green';
|
| window.scrollTo(2000, 2000);
|
| }
|
| -window.onload = runRepaintTest;
|
| +window.onload = runRepaintAndPixelTest;
|
| </script>
|
| <style>
|
| #content {
|
|
|