This commit is contained in:
Ilya Kantor 2017-07-01 10:39:35 +03:00
parent db182040c8
commit eca29f5238
2 changed files with 4 additions and 4 deletions

View file

@ -33,9 +33,9 @@
This text is always visible.
But if the page is shown inside a document from another domain, the div over it prevents any actions.
But if the page was open inside a document from another domain, the div over it would prevent any actions.
<button onclick="alert(1)">Click doesn't work in that case</button>
<button onclick="alert(1)">Click wouldn't work in that case</button>
</body>
</html>