Index: LayoutTests/svg/custom/pattern-userSpaceOnUse-userToBaseTransform.xhtml |
diff --git a/LayoutTests/svg/custom/pattern-userSpaceOnUse-userToBaseTransform.xhtml b/LayoutTests/svg/custom/pattern-userSpaceOnUse-userToBaseTransform.xhtml |
index f7ee1d729c17afab14a5069f7ad9951268f480d1..25be65fba7cfea5f2d88d9c0ed9eee7b8e2f675d 100644 |
--- a/LayoutTests/svg/custom/pattern-userSpaceOnUse-userToBaseTransform.xhtml |
+++ b/LayoutTests/svg/custom/pattern-userSpaceOnUse-userToBaseTransform.xhtml |
@@ -31,7 +31,7 @@ There should be no red displayed on the screen, and the patterns should not chan |
</pattern> |
</defs> |
</svg> |
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg" width="200" height="300" style="border: solid 1px black; -webkit-transform: translateZ(0px); -moz-transform: translateZ(0px); -o-transform: translateZ(0px);"> |
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg" width="200" height="300" style="border: solid 1px black; transform: translateZ(0px); -moz-transform: translateZ(0px); -o-transform: translateZ(0px);"> |
<text x="5" y="280">+Accelerated Compositing</text> |
<g> |
<rect x="0" y="100" width="100" height="100" fill="url(#pattern)"/> |