Some paragraph
{"ScriptPreparationCode":"var htmlBody = \u0060\u003Csvg xmlns=\u0022http://www.w3.org/2000/svg\u0022 xmlns:xlink=\u0022http://www.w3.org/1999/xlink\u0022 width=\u0022512\u0022 height=\u0022512\u0022 viewBox=\u00220 0 512 512\u0022\u003E\u003Cpath fill=\u0022currentColor\u0022 stroke=\u0022currentColor\u0022 stroke-linecap=\u0022round\u0022 stroke-linejoin=\u0022round\u0022 stroke-width=\u002232\u0022 d=\u0022m312.55 479.9l-56.42-114l-44.62-57a72.37 72.37 0 0 1-10.06-36.9V143.64H217a40 40 0 0 1 40 40v182.21\u0022/\u003E\u003Cpath fill=\u0022none\u0022 stroke=\u0022currentColor\u0022 stroke-linecap=\u0022round\u0022 stroke-linejoin=\u0022round\u0022 stroke-width=\u002232\u0022 d=\u0022M127.38 291.78v-74.07s37-74.07 74.07-74.07\u0022/\u003E\u003Cpath fill=\u0022currentColor\u0022 d=\u0022M368.09 291.78a18.49 18.49 0 0 1-10.26-3.11L297.7 250a21.18 21.18 0 0 1-9.7-17.79v-23.7a5.65 5.65 0 0 1 8.69-4.77l81.65 54.11a18.52 18.52 0 0 1-10.29 33.93ZM171.91 493.47a18.5 18.5 0 0 1-14.83-7.41c-6.14-8.18-4-17.18 3.7-25.92l59.95-74.66a7.41 7.41 0 0 1 10.76 2.06c1.56 2.54 3.38 5.65 5.19 9.09c5.24 9.95 6 16.11-1.68 25.7c-8 10-52 67.44-52 67.44c-2.62 2.98-7.23 3.7-11.09 3.7Z\u0022/\u003E\u003Ccircle cx=\u0022257\u0022 cy=\u002269.56\u0022 r=\u002237.04\u0022 fill=\u0022currentColor\u0022 stroke=\u0022currentColor\u0022 stroke-linecap=\u0022round\u0022 stroke-linejoin=\u0022round\u0022 stroke-width=\u002216\u0022/\u003E\u003C/svg\u003E\u0060;\r\nvar domParser = new DOMParser();","TestCases":[{"Name":"DOMParser ","Code":"const doc = domParser.parseFromString(htmlBody, \u0027text/html\u0027);\r\ndoc.querySelector(\u0027h3\u0027);","IsDeferred":false},{"Name":"InnerHTML ","Code":"const container = document.createElement(\u0027svg\u0027);\r\ncontainer.innerHTML = htmlBody;\r\ncontainer.querySelector(\u0027h3\u0027);","IsDeferred":false}]}