| Index: LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html
|
| diff --git a/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html b/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html
|
| index 5ca3045d6315e7a1e06e5d8c87fed0fd6d14c2d7..fbedc2745fbd4c3231e8bafd7c26cfa599a5339e 100644
|
| --- a/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html
|
| +++ b/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html
|
| @@ -13,7 +13,7 @@
|
| }
|
| </script>
|
| </head>
|
| - <body onload="startTest();">
|
| + <body onload="startTest();" style="overflow:hidden;">
|
| <div style="-webkit-transform:scale(1.5); -webkit-transform-origin:top left;">
|
| <div style="height:300px;width:300px;background-image:-webkit-repeating-linear-gradient(top left, red 10%, blue 30%);border:1px solid">
|
| </div>
|
|
|