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

Unified Diff: LayoutTests/inspector/elements/styles/svg-style-expected.txt

Issue 649153002: Align -webkit-transform-origin behaviour with transform-origin behaviour (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: git cl try 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/inspector/elements/styles/svg-style-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/svg-style-expected.txt b/LayoutTests/inspector/elements/styles/svg-style-expected.txt
index 15ff0fd5d2542371caf73e04529fda40b00620db..4d2a29f09f6e171e1cdeb60399ba306b883ee4ee 100644
--- a/LayoutTests/inspector/elements/styles/svg-style-expected.txt
+++ b/LayoutTests/inspector/elements/styles/svg-style-expected.txt
@@ -11,9 +11,7 @@ fill: red;
[expanded]
* { (user agent stylesheet)
--webkit-transform-origin-x: 0px;
--webkit-transform-origin-y: 0px;
--webkit-transform-origin-z: initial;
+-webkit-transform-origin: 0px 0px 0px;
« no previous file with comments | « LayoutTests/fast/css/transform-origin-parsing-expected.txt ('k') | LayoutTests/transforms/webkit-transform-origin-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698