Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/events/scale-and-scroll-iframe-window.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/events/scale-and-scroll-iframe-window.html b/third_party/WebKit/LayoutTests/fast/events/scale-and-scroll-iframe-window.html |
| index 3d10cc2f746ccd7b17c8946216ab20f4284eb85c..06c80a4d878bb6b2123b61ef0a317f1fc0e43c17 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/events/scale-and-scroll-iframe-window.html |
| +++ b/third_party/WebKit/LayoutTests/fast/events/scale-and-scroll-iframe-window.html |
| @@ -1,5 +1,11 @@ |
| <html> |
| <head> |
| + <style> |
| + ::-webkit-scrollbar { |
| + width: 0px; |
| + height: 0px; |
| + } |
| + </style> |
| <script> |
| window.enablePixelTesting = true; |