1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 20:16:33 +02:00

Test cleanup.

This commit is contained in:
kkapsner 2017-08-13 23:44:31 +02:00
parent d8f6fb1ac9
commit 7d0c9681df
11 changed files with 437 additions and 395 deletions

15
test/index.html Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Test pages</title>
</head>
<body>
<h1>Test pages for CanvasBlocker</h1>
<ul>
<li><a href="test.html">Fingerprinting test</a></li>
<li><a href="detectionTest.html">Detection test</a></li>
<li><a href="performanceTest.html">Performance test</a></li>
<li><a href="webGL-Test.html">Support for webGL</a></li>
</ul>
</body></html>