Chromium Code Reviews| Index: LayoutTests/compositing/repaint/page-scale-repaint.html |
| diff --git a/LayoutTests/compositing/repaint/page-scale-repaint.html b/LayoutTests/compositing/repaint/page-scale-repaint.html |
| index e69453febe9a747601d543259bc651a8d1043125..49be06af606e52edec964db21b7346590c4b237e 100644 |
| --- a/LayoutTests/compositing/repaint/page-scale-repaint.html |
| +++ b/LayoutTests/compositing/repaint/page-scale-repaint.html |
| @@ -1,6 +1,14 @@ |
| <!DOCTYPE html> |
| <html> |
| -<body style="height:10000px;background-image:url('resources/grid.png')" onload="runTest();"> |
| +<head> |
| +<style> |
| + ::-webkit-scrollbar { |
| + width: 0px; |
| + height: 0px; |
| + } |
| +</style> |
| +</head> |
| +<body style="width: 4000px; height:10000px;background-image:url('resources/grid.png')" onload="runTest();"> |
| <script src="../../resources/run-after-display.js"></script> |
| <script> |
| function runTest() { |