Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / css / transform-origin-zoom.svg
blob2236c9b888c2c293ef748e3ef2bff43757e0f51b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" style="zoom: 2">
3 <!-- Test for http://crbug.com/375664 -->
5 <rect x="101" y="101" width="98" height="98" fill="red" transform="rotate(45, 150, 150)"/>
6 <rect x="100" y="100" width="100" height="100" fill="green" style="
7 transform-origin: 150px 150px;
8 transform: rotate(45deg);
9 "/>
11 <rect x="301" y="101" width="98" height="98" fill="red" transform="rotate(45, 350, 150)"/>
12 <rect x="300" y="100" width="100" height="100" fill="green" style="
13 transform-origin: 50% 50%;
14 transform: rotate(45deg);
15 "/>
16 </svg>