blob: 28a2fcd0a8264937998ce38f49cf3273df39207f (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html>
<script>
try { o1 = document.createElement('canvas') } catch (e) {}
try { o2 = o1.transferControlToOffscreen() } catch (e) {}
try { o2.getContext("webgl", { }) } catch (e) {}
</script>
</html>
|