1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-13 08:29:52 +02:00
CanvasBlocker/test/test.html
2017-08-13 23:44:31 +02:00

22 lines
538 B
HTML

<!DOCTYPE html>
<script src="firstPossibleCall.js"></script>
<html>
<head>
<title>Test</title>
</head>
<body>
<div id="top">
<h1>top Test</h1>
<img class="display" width="100%"><br>
Hash: <span class="hash"></span>
<button>refresh</button>
</div>
<div id="iframe">
<h1>iFrame Test. Thanks to DocumentRoot.</h1>
<img class="display" width="100%"><br>
Hash: <span class="hash"></span>
<iframe sandbox="allow-same-origin" style="display:none"></iframe>
<button>refresh</button>
</div>
<script src="test.js"></script>
</body></html>