Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Unified Diff: LayoutTests/svg/custom/pattern-userSpaceOnUse-userToBaseTransform.xhtml

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)"/>

Powered by Google App Engine
This is Rietveld 408576698