| Index: LayoutTests/fast/repaint/scale-page-shrink.html
|
| diff --git a/LayoutTests/fast/repaint/scale-page-shrink.html b/LayoutTests/fast/repaint/scale-page-shrink.html
|
| index 50303ba5aa38f48a20761fe589be2f570773180b..5f77f38e3a9af52a7fb174c234ec490046ee4d79 100644
|
| --- a/LayoutTests/fast/repaint/scale-page-shrink.html
|
| +++ b/LayoutTests/fast/repaint/scale-page-shrink.html
|
| @@ -1,5 +1,11 @@
|
| <html>
|
| <head>
|
| +<style>
|
| + ::-webkit-scrollbar {
|
| + width: 0px;
|
| + height: 0px;
|
| + }
|
| +</style>
|
| <script type="text/javascript">
|
| function runTest()
|
| {
|
| @@ -11,7 +17,7 @@
|
| </script>
|
| </head>
|
|
|
| -<body onload="runTest();">
|
| +<body onload="runTest();" style="width: 4000px;">
|
| This test must be run in DumpRenderTree as a pixel test. There should not be visual aritfacts after scaling the page.
|
| <div style="width:500px; height:500px; background-color:green;"></div>
|
| </body>
|
|
|