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

Unified Diff: LayoutTests/svg/custom/svg-image-layers-crash.html

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
« no previous file with comments | « LayoutTests/svg/custom/resources-css-scaled.html ('k') | LayoutTests/svg/custom/svg-root-with-opacity.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/svg-image-layers-crash.html
diff --git a/LayoutTests/svg/custom/svg-image-layers-crash.html b/LayoutTests/svg/custom/svg-image-layers-crash.html
index 655ffd75b5b8e085e1e5a5ad046a16ce621477bf..732e64b68dacac81a0fec64be916ee716ebd9842 100644
--- a/LayoutTests/svg/custom/svg-image-layers-crash.html
+++ b/LayoutTests/svg/custom/svg-image-layers-crash.html
@@ -8,7 +8,7 @@
img.src = 'data:image/svg+xml;charset=utf-8,' +
'<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">' +
'<foreignObject width="100%" height="100%">' +
- '<div xmlns="http://www.w3.org/1999/xhtml" style="-webkit-transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, -770, -270, 0, 1);">Transform Me</div>' +
+ '<div xmlns="http://www.w3.org/1999/xhtml" style="transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, -770, -270, 0, 1);">Transform Me</div>' +
'</foreignObject>' +
'</svg>';
« no previous file with comments | « LayoutTests/svg/custom/resources-css-scaled.html ('k') | LayoutTests/svg/custom/svg-root-with-opacity.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698