| Index: LayoutTests/svg/custom/svg-root-with-opacity.html
|
| diff --git a/LayoutTests/svg/custom/svg-root-with-opacity.html b/LayoutTests/svg/custom/svg-root-with-opacity.html
|
| index eb1e5221facedc7488c252ab224a5617d6651b5e..66aa02119fd6e0ce3fb5c4c3592bfbbb212d676a 100644
|
| --- a/LayoutTests/svg/custom/svg-root-with-opacity.html
|
| +++ b/LayoutTests/svg/custom/svg-root-with-opacity.html
|
| @@ -22,7 +22,7 @@
|
| </svg>
|
| </div>
|
|
|
| - <div style="opacity: 0.5; -webkit-transform: translateZ(0);">
|
| + <div style="opacity: 0.5; transform: translateZ(0);">
|
| <svg>
|
| <rect width="100" height="100"></rect>
|
| </svg>
|
| @@ -35,7 +35,7 @@
|
| </div>
|
|
|
| <div>
|
| - <svg style="opacity: 0.5; -webkit-transform: translateZ(0);">
|
| + <svg style="opacity: 0.5; transform: translateZ(0);">
|
| <rect width="100" height="100"></rect>
|
| </svg>
|
| </div>
|
|
|