Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / repaint / inner-svg-change-viewBox.svg
blobbc86d7fd3b285044caffc31ace8f48c36e9e1963
1 <svg width="200" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintAndPixelTest()">
2 <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"></script>
3 <script>
4 <![CDATA[
5 function repaintTest() {
6 document.getElementById('s').setAttribute("viewBox", "0 0 200 200");
8 ]]>
9 </script>
11 <svg id="s" viewBox="0 0 800 800">
12 <rect fill="green" width="50%" height="50%"/>
13 </svg>
14 </svg>