diff --git a/test/iframeTest.html b/test/iframeTest.html
index 6f38ff9..7d01d9d 100644
--- a/test/iframeTest.html
+++ b/test/iframeTest.html
@@ -32,7 +32,7 @@
window.setTimeout(function(){
document.body.innerHTML = "";
console.log("TEST:", "innerHTML after 1000ms:", compare(test(window[0]), reference));
- document.body.innerHTML = "
Iframe protection
Open console (Ctrl + Shift + K) to see results. Depending on your Browser version you might have to check the \"Persist Logs\" flag and reload the page.
Expected behaviour
- The displayed hashes should not be you native hash (run test with CB disabled to get it)
- All the displayed hashes should be the same (exception if there is a change to a wyciwyg page)
- All lines with \"TEST:\" should have a \"match\" at the end
";
+ document.body.innerHTML = "Iframe protection
Open console (Ctrl + Shift + K) to see results. Depending on your Browser version you might have to check the \"Persist Logs\" flag and reload the page.
Expected behaviour
- The displayed hashes should not be your native hash (run test with CB disabled to get it)
- All the displayed hashes should be the same (exception if there is a change to a wyciwyg page)
- All lines with \"TEST:\" should have a \"match\" at the end
";
}, 1000);