mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-09 13:59:49 +00:00
11 lines
276 B
HTML
11 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>
|