2017-06-29 20:19:00 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2017-08-13 23:44:31 +02:00
|
|
|
<title>webGL test</title>
|
2019-02-20 08:13:37 +01:00
|
|
|
<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">
|
2020-11-21 13:58:32 +01:00
|
|
|
<link rel="stylesheet" href="../default.css" type="text/css">
|
2020-05-21 00:11:25 +02:00
|
|
|
<style>
|
|
|
|
th {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
</style>
|
2017-06-29 20:19:00 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2017-08-13 23:44:31 +02:00
|
|
|
<h1>webGL test</h1>
|
2019-09-19 00:41:20 +02:00
|
|
|
<h2>Expected result</h2>
|
|
|
|
<ul>
|
|
|
|
<li>both webGL versions should be supported (unless you disabled it in the browser settings) - reload if one is showing "not supported"</li>
|
2020-01-12 13:47:17 +01:00
|
|
|
<li>upon page reload the hashes change (depending on CanvasBlocker settings - e.g. not in the stealth preset)</li>
|
2020-05-21 00:11:25 +02:00
|
|
|
<li>all the image hashes should be the same (offscreen workers are not yet protected by CanvasBlocker)</li>
|
2020-01-12 13:47:17 +01:00
|
|
|
<li>upon page reload some of the parameters (depending on CanvasBlocker settings - e.g. not in the stealth preset)</li>
|
2019-09-19 00:41:20 +02:00
|
|
|
<li>the "vendor" und "renderer" (also unmasked) parameters reflect the values you chose for them</li>
|
|
|
|
</ul>
|
|
|
|
<h3>Support</h3>
|
2017-08-13 23:44:31 +02:00
|
|
|
<div id="output"></div>
|
2020-05-21 00:11:25 +02:00
|
|
|
<h3>Hashes</h3>
|
|
|
|
<div id="hashes"></div>
|
2019-09-19 00:41:20 +02:00
|
|
|
<h3>Parameters</h3>
|
|
|
|
<div id="parameters"></div>
|
2020-05-21 00:11:25 +02:00
|
|
|
<script src="testAPI.js"></script>
|
2017-08-13 23:44:31 +02:00
|
|
|
<script src="webGL-Test.js"></script>
|
2017-06-29 20:19:00 +02:00
|
|
|
</body></html>
|