4 <script id=
"targetHTML" type=
"text/html">
5 <div style='background-image: url(resources/circle.svg);'
></div>
7 <script src=
"../../resources/js-test.js"></script>
8 <script src=
"../../resources/leak-check.js"></script>
10 var target
= grabScriptText('targetHTML');
11 var tolerance
= {'numberOfLiveDocuments': 0};
13 doLeakTest(htmlToUrl(target
), tolerance
);