mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Added test for blob, offscreen canvas and offscreen canvas in workers
This commit is contained in:
parent
7c2a4edde0
commit
a79c4ec8c5
4 changed files with 119 additions and 7 deletions
|
@ -71,6 +71,24 @@
|
|||
Hash: <span class="hash"><i>click anywhere to populate</i></span> (isPointInPath: <span class="isPointInPath"></span>)
|
||||
<button>refresh</button>
|
||||
</div>
|
||||
<div id="blob">
|
||||
<h3>blob Test</h3>
|
||||
<img class="display"><br>
|
||||
Hash: <span class="hash"></span>
|
||||
<button>refresh</button>
|
||||
</div>
|
||||
<div id="offscreen">
|
||||
<h3>offscreen Test</h3>
|
||||
<img class="display"><br>
|
||||
Hash: <span class="hash"></span>
|
||||
<button>refresh</button>
|
||||
</div>
|
||||
<div id="offscreenWorker">
|
||||
<h3>offscreen Worker Test</h3>
|
||||
<img class="display"><br>
|
||||
Hash: <span class="hash"></span>
|
||||
<button>refresh</button>
|
||||
</div>
|
||||
<script src="testAPI.js"></script>
|
||||
<script src="canvasAPI.js"></script>
|
||||
<script src="test.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue