| Index: third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-container.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-container.html b/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-container.html
|
| index 63032559dcbe1bcfad3cf564f6fd7b685dd8292e..d7d73588268ef338ffe92c665b0f043f30fada88 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-container.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-container.html
|
| @@ -4,7 +4,7 @@
|
| function repaintTest() {
|
| document.getElementById('container').style.borderColor = "green";
|
| }
|
| -onload = runRepaintTest;
|
| +onload = runRepaintAndPixelTest;
|
| </script>
|
| <style>
|
| #container {
|
|
|