зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
293 B
HTML
19 строки
293 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
|
|
function boom()
|
|
{
|
|
var canvas = document.createElement("canvas");
|
|
canvas.setAttribute("width", "7623");
|
|
canvas.setAttribute("height", "14064");
|
|
canvas.getContext("experimental-webgl");
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
|
|
<body onload="boom();"></body>
|
|
</html>
|