mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 19:03:07 +09:00
10 lines
276 B
HTML
10 lines
276 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<canvas id="crashtest" width="50000" height="50000" />
|
|
<script>
|
|
document.getElementById("crashtest").mozGetAsFile("foo.png", "image/png");
|
|
document.getElementById("crashtest").mozGetAsFile("foo.jpeg", "image/jpeg");
|
|
</script>
|
|
</body>
|
|
</html>
|