Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / pending-resource-leak-2.svg
blob76804c5a8a2739d224d3d16002bda93439323ded
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg" onload="runTest()">
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 function runTest() {
7 document.getElementById("rect").setAttribute("fill", "green");
9 </script>
10 <text x="0" y="70">This should not leak</text>
11 <rect width="50" height="50" fill="url(#foo)" id="rect"/>
12 </svg>