Index: LayoutTests/svg/custom/svg-root-with-opacity-expected.html |
diff --git a/LayoutTests/svg/custom/svg-root-with-opacity-expected.html b/LayoutTests/svg/custom/svg-root-with-opacity-expected.html |
index ccae387b8b2e6d75797a1a59c0727660c506694d..4b8f8f19271db3f718662f13ba55ca113882bb21 100644 |
--- a/LayoutTests/svg/custom/svg-root-with-opacity-expected.html |
+++ b/LayoutTests/svg/custom/svg-root-with-opacity-expected.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> |
@@ -34,7 +34,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> |