summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/large-size-image-crash.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/manual-tests/large-size-image-crash.html')
-rw-r--r--WebCore/manual-tests/large-size-image-crash.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebCore/manual-tests/large-size-image-crash.html b/WebCore/manual-tests/large-size-image-crash.html
new file mode 100644
index 0000000..93cafa2
--- /dev/null
+++ b/WebCore/manual-tests/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>