Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / text-repaint-including-stroke.svg
blob1aed03f734ba87ea84fbb69ec17f3ea623f502b2
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="600" onload="runRepaintAndPixelTest()">
2 <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/>
3 <script type="text/ecmascript"><![CDATA[
4 function repaintTest() {
5 bounce = document.getElementById("bounce");
6 bounce.setAttribute("transform", "translate(50,50)");
7 bounce.setAttribute("font-size", 110);
9 ]]></script>
11 <text id="bounce" x="35" y="35" font-size="80" style="fill:red;stroke:navy;stroke-width:5px;">Repaint me!</text>
12 </svg>