{"ScriptPreparationCode":"var text = document.createTextNode(\u0022hello world\u0022);\r\nvar newNodeValue = \u0022hello world\u0022;","TestCases":[{"Name":"checking previous text","Code":"if (text.nodeValue !== newNodeValue) {\r\n text.nodeValue = newNodeValue;\r\n}","IsDeferred":false},{"Name":"setting nodeValue","Code":"text.nodeValue = newNodeValue;","IsDeferred":false}]}