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

Unified Diff: third_party/WebKit/LayoutTests/svg/transforms/change-transform-origin-css.xhtml

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/transforms/change-transform-origin-css.xhtml
diff --git a/third_party/WebKit/LayoutTests/svg/transforms/change-transform-origin-css.xhtml b/third_party/WebKit/LayoutTests/svg/transforms/change-transform-origin-css.xhtml
index 95422db89463cf1adef56e6b03603619128832da..2c89c68b1628f1a7a03265fdaad7d26062f6895e 100644
--- a/third_party/WebKit/LayoutTests/svg/transforms/change-transform-origin-css.xhtml
+++ b/third_party/WebKit/LayoutTests/svg/transforms/change-transform-origin-css.xhtml
@@ -9,7 +9,8 @@ The green 100x100 rectangle should appear at 25,25.
<body>
<svg xmlns="http://www.w3.org/2000/svg" style="position: absolute; top: 0px; left: 0px;">
- <rect id="rect" width="50px" height="50px" x="50" y="50" fill="green" style="transform: scale(2, 2);"/>
+ <rect id="rect" width="50px" height="50px" x="50" y="50" fill="green"
+ style="transform: scale(2, 2); transform-box: fill-box"/>
</svg>
<script><![CDATA[

Powered by Google App Engine
This is Rietveld 408576698