| 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 fbedc2745fbd4c3231e8bafd7c26cfa599a5339e..b7e8bea2d4ae4673a940202db42f9b0fe20e2325 100644
|
| --- a/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html
|
| +++ b/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html
|
| @@ -14,7 +14,7 @@
|
| </script>
|
| </head>
|
| <body onload="startTest();" style="overflow:hidden;">
|
| - <div style="-webkit-transform:scale(1.5); -webkit-transform-origin:top left;">
|
| + <div style="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>
|
| </div>
|
|
|