From afa716fcd32368677af7de2ccbd72eaecdab948e Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 24 Nov 2019 17:06:39 +0100 Subject: [PATCH] Add crashtest for resolved bug 1558522. --- dom/indexedDB/crashtests/1558522-1.html | 40 ++++++++++++++++++++++++ dom/indexedDB/crashtests/crashtests.list | 1 + 2 files changed, 41 insertions(+) create mode 100644 dom/indexedDB/crashtests/1558522-1.html diff --git a/dom/indexedDB/crashtests/1558522-1.html b/dom/indexedDB/crashtests/1558522-1.html new file mode 100644 index 0000000000..47dd2f8430 --- /dev/null +++ b/dom/indexedDB/crashtests/1558522-1.html @@ -0,0 +1,40 @@ + + + + + + \ No newline at end of file diff --git a/dom/indexedDB/crashtests/crashtests.list b/dom/indexedDB/crashtests/crashtests.list index 69f5dab0bb..ead6024dcd 100644 --- a/dom/indexedDB/crashtests/crashtests.list +++ b/dom/indexedDB/crashtests/crashtests.list @@ -1 +1,2 @@ load 726376-1.html +load 1558522-1.html