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

Unified Diff: third_party/WebKit/LayoutTests/svg/transforms/percent-transform-values.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/percent-transform-values.xhtml
diff --git a/third_party/WebKit/LayoutTests/svg/transforms/percent-transform-values.xhtml b/third_party/WebKit/LayoutTests/svg/transforms/percent-transform-values.xhtml
index 8423608bfb868976388eb4a27364c98f6332afa8..67acdf05c75f26d4bcb570212e36c16304933336 100644
--- a/third_party/WebKit/LayoutTests/svg/transforms/percent-transform-values.xhtml
+++ b/third_party/WebKit/LayoutTests/svg/transforms/percent-transform-values.xhtml
@@ -7,6 +7,7 @@
red rectangles of the same size which have been translated to the same location.
<p>
</p>
+ <style>rect { transform-box: fill-box }</style>
<svg style="position:absolute; left:0px; top:0px;" xmlns="http://www.w3.org/2000/svg">
<rect id="r1" x="10" y="200" width="80" height="60" fill="red" style="transform: translate(50%)"/>
<rect id="r2" x="90" y="260" width="80" height="60" fill="red" style="transform: translate(-50%, -100%)"/>

Powered by Google App Engine
This is Rietveld 408576698