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

"; + 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

"; }, 1000);