From 7654c92b21a6e2ca2db6c90cee55fb620aec744d Mon Sep 17 00:00:00 2001 From: "mitz@apple.com" Date: Wed, 5 Dec 2007 08:26:21 +0000 Subject: [PATCH] Reviewed by Adam Roben. - adding a test for http://bugs.webkit.org/show_bug.cgi?id=16097 * fast/dom/ImageDocument-image-deletion-expected.txt: Added. * fast/dom/ImageDocument-image-deletion.html: Added. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28436 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 9 +++++++ .../ImageDocument-image-deletion-expected.txt | 5 ++++ .../dom/ImageDocument-image-deletion.html | 24 +++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 LayoutTests/fast/dom/ImageDocument-image-deletion-expected.txt create mode 100644 LayoutTests/fast/dom/ImageDocument-image-deletion.html diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 4cdb041ccc94..ea0eac9a0047 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,12 @@ +2007-12-05 Dan Bernstein + + Reviewed by Adam Roben. + + - adding a test for http://bugs.webkit.org/show_bug.cgi?id=16097 + + * fast/dom/ImageDocument-image-deletion-expected.txt: Added. + * fast/dom/ImageDocument-image-deletion.html: Added. + 2007-12-04 Adele Peterson Reviewed by Darin. diff --git a/LayoutTests/fast/dom/ImageDocument-image-deletion-expected.txt b/LayoutTests/fast/dom/ImageDocument-image-deletion-expected.txt new file mode 100644 index 000000000000..969daa9c6543 --- /dev/null +++ b/LayoutTests/fast/dom/ImageDocument-image-deletion-expected.txt @@ -0,0 +1,5 @@ +Test for http://bugs.webkit.org/show_bug.cgi?id=16097 Safari crashes during load of LexisNexis search results. + +Testing that destroying the image element in a standalone image document does not lead to a crash. + + diff --git a/LayoutTests/fast/dom/ImageDocument-image-deletion.html b/LayoutTests/fast/dom/ImageDocument-image-deletion.html new file mode 100644 index 000000000000..9005232934a7 --- /dev/null +++ b/LayoutTests/fast/dom/ImageDocument-image-deletion.html @@ -0,0 +1,24 @@ + + + + +

+ Test for http://bugs.webkit.org/show_bug.cgi?id=16097 + Safari crashes during load of LexisNexis search results. +

+

+ Testing that destroying the image element in a standalone image + document does not lead to a crash. +

+ + -- 2.36.0