| Index: threejs-bootstrap.html
|
| diff --git a/threejs-bootstrap.html b/threejs-bootstrap.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..28ada82fa917170b2bbe5723ad2ef62549ec1ff6
|
| --- /dev/null
|
| +++ b/threejs-bootstrap.html
|
| @@ -0,0 +1,10 @@
|
| +<!doctype HTML>
|
| +<head>
|
| +<script>
|
| +internals.runtimeFlags.moduleScriptsEnabled = true;
|
| +</script>
|
| +<script type="module" src="Three.js"></script>
|
| +<script>
|
| +testRunner.waitUntilDone();
|
| +setTimeout(() => {testRunner.notifyDone();}, 5000);
|
| +</script>
|
|
|