hello
{"ScriptPreparationCode":"window.testString = \u0027\u003Cdiv id=\u0022hello\u0022\u003Ehello\u003C/div\u003E\u0027;","TestCases":[{"Name":"dompurify","Code":"document.getElementById(\u0022foo\u0022).innerHTML = DOMPurify.sanitize(window.testString);","IsDeferred":false},{"Name":"native","Code":"document.getElementById(\u0022foo\u0022).setHTML(window.testString);","IsDeferred":false},{"Name":"none","Code":"document.getElementById(\u0022foo\u0022).innerHTML = window.testString;","IsDeferred":false}]}