Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / pending-resource-leak-3.svg
blob77da7a096f08aff98694b52500483bb8a5ff1c27
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();
7 function runTest() {
8 document.getElementById("rect").setAttribute("fill", "url(#bar)");
10 </script>
11 <text x="0" y="70">This should not leak</text>
12 <rect width="50" height="50" fill="url(#foo)" id="rect"/>
13 </svg>