Tests that accessing the innerHTML property of a text node encodes harmful entities which can result in cross site scripting. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". PASS innerHTML("script") is "/*"'&<> "'&<> \"'&<> */" PASS innerHTML("style") is "/*"'&<> "'&<> \"'&<> */" PASS innerHTML("textarea") is "/*\"'&<> \"'&<> \"'&<> */" PASS innerHTML("xmp") is "/*"'&<> "'&<> \"'&<> */" PASS outerHTML("script") is "" PASS outerHTML("style") is "" PASS outerHTML("textarea") is "" PASS outerHTML("xmp") is "