CanvasBlocker/test/performanceTest.html

17 lines
550 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Performance test</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="testIcon.svg" type="image/png" rel="icon">
<link href="testIcon.svg" type="image/png" rel="shortcut icon">
<link rel="stylesheet" href="../default.css" type="text/css">
</head>
<body>
<h1>Performance test</h1>
Tests the performance of some operations that are affected by CanvasBlocker.
<div id="log">
</div>
<script src="canvasAPI.js"></script>
<script src="performanceTest.js"></script>
</body></html>