Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / viewport-update2.svg
blobeb220253651dc5331fa63b6418d02de984b9c837
1 <svg style="border: 5px solid black" xmlns="http://www.w3.org/2000/svg" x="-100px" y="-100px" width="300px" height="300px">
2 <script type="text/javascript">
3 document.rootElement.x.baseVal.value = 0;
4 document.rootElement.y.baseVal.value = 0;
5 document.rootElement.width.baseVal.value = 100;
6 document.rootElement.height.baseVal.value = 100;
7 </script>
8 <rect x="-100" y="-100" width="300" height="300" fill="red"/>
9 <rect x="0" y="0" width="100" height="100" fill="green"/>
10 </svg>