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

Unified Diff: third_party/WebKit/LayoutTests/svg/css/transform-origin-zoom.svg

Issue 2786643003: Implement support for the 'transform-box' property (Closed)
Patch Set: Rebase; fix property spec; update histogram.xml Created 3 years, 8 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: third_party/WebKit/LayoutTests/svg/css/transform-origin-zoom.svg
diff --git a/third_party/WebKit/LayoutTests/svg/css/transform-origin-zoom.svg b/third_party/WebKit/LayoutTests/svg/css/transform-origin-zoom.svg
index 2236c9b888c2c293ef748e3ef2bff43757e0f51b..faaa8afa568c0d56e35ed290a3635f38e9b298ee 100644
--- a/third_party/WebKit/LayoutTests/svg/css/transform-origin-zoom.svg
+++ b/third_party/WebKit/LayoutTests/svg/css/transform-origin-zoom.svg
@@ -10,6 +10,7 @@
<rect x="301" y="101" width="98" height="98" fill="red" transform="rotate(45, 350, 150)"/>
<rect x="300" y="100" width="100" height="100" fill="green" style="
+ transform-box: fill-box;
transform-origin: 50% 50%;
transform: rotate(45deg);
"/>

Powered by Google App Engine
This is Rietveld 408576698