From 361131be8abe88f374e310929d9eea696508a7f5 Mon Sep 17 00:00:00 2001 From: Fedor Date: Wed, 25 Dec 2019 15:46:29 +0300 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 000000000..47dd2f843 --- /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 69f5dab0b..ead6024dc 100644 --- a/dom/indexedDB/crashtests/crashtests.list +++ b/dom/indexedDB/crashtests/crashtests.list @@ -1 +1,2 @@ load 726376-1.html +load 1558522-1.html