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

Unified Diff: LayoutTests/svg/custom/svg-root-with-opacity.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
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>
« no previous file with comments | « LayoutTests/svg/custom/svg-image-layers-crash.html ('k') | LayoutTests/svg/custom/svg-root-with-opacity-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698