mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
17 lines
350 B
HTML
17 lines
350 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'/>
|
|
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
|
<link rel='stylesheet' href='/tests/SimpleTest/test.css'>
|
|
<script src='ensure-ext.js'></script>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
|
|
'use strict';
|
|
EnsureExtFor('webgl', 'WEBGL_depth_texture');
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|