| Index: third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border.html b/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border.html
|
| index 32a0c1b033fb73f103cc922ec7d0165e5ef42829..506b3d79acd00c358e1924d52f81c1fd7703a1cf 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border.html
|
| @@ -4,7 +4,7 @@
|
| function repaintTest() {
|
| document.getElementById('scrollable').style.width = '300px';
|
| }
|
| -onload = runRepaintTest;
|
| +onload = runRepaintAndPixelTest;
|
| </script>
|
| <style>
|
| #scrollable {
|
|
|