mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 20:16:33 +02:00
Added new iframe tests
This commit is contained in:
parent
ac9f1282fd
commit
67fa723a32
2 changed files with 84 additions and 11 deletions
|
@ -37,5 +37,23 @@
|
|||
<iframe src="http://example.org" style="display:none"></iframe>
|
||||
<button>refresh</button>
|
||||
</div>
|
||||
<div id="iframe4">
|
||||
<h1>iFrame Test 4 - different access 1</h1>
|
||||
<img class="display"><br>
|
||||
Hash: <span class="hash"></span> (isPointInPath: <span class="isPointInPath"></span>)
|
||||
<button>refresh</button>
|
||||
</div>
|
||||
<div id="iframe5">
|
||||
<h1>iFrame Test 5 - different access 2</h1>
|
||||
<img class="display"><br>
|
||||
Hash: <span class="hash"></span> (isPointInPath: <span class="isPointInPath"></span>)
|
||||
<button>refresh</button>
|
||||
</div>
|
||||
<div id="iframe6">
|
||||
<h1>iFrame Test 6 - different access 3</h1>
|
||||
<img class="display"><br>
|
||||
Hash: <span class="hash"></span> (isPointInPath: <span class="isPointInPath"></span>)
|
||||
<button>refresh</button>
|
||||
</div>
|
||||
<script src="test.js"></script>
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue