CanvasBlocker/test/webGL-Test.html

14 lines
399 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>webGL 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">
</head>
<body>
<h1>webGL test</h1>
Checks if the addon also supports webGL.
<div id="output"></div>
<script src="webGL-Test.js"></script>
</body></html>