diff options
Diffstat (limited to 'ManualTests/large-size-image-crash.html')
-rw-r--r-- | ManualTests/large-size-image-crash.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ManualTests/large-size-image-crash.html b/ManualTests/large-size-image-crash.html new file mode 100644 index 000000000..93cafa2c1 --- /dev/null +++ b/ManualTests/large-size-image-crash.html @@ -0,0 +1,6 @@ +<html> + <body> + Displaying the animated GIF below should not result in memory corruption. + <img src="resources/large-size-image-crash.gif"> + </body> +</html> |