From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- dom/indexedDB/crashtests/1499854-1.html | 29 +++++++++++++++++++++++++++++ dom/indexedDB/crashtests/1505821-1.html | 16 ++++++++++++++++ dom/indexedDB/crashtests/1543154-1.html | 11 +++++++++++ dom/indexedDB/crashtests/1813284-1.html | 6 ++++++ dom/indexedDB/crashtests/1857979-1.html | 18 ++++++++++++++++++ dom/indexedDB/crashtests/726376-1.html | 7 +++++++ dom/indexedDB/crashtests/crashtests.list | 6 ++++++ 7 files changed, 93 insertions(+) create mode 100644 dom/indexedDB/crashtests/1499854-1.html create mode 100644 dom/indexedDB/crashtests/1505821-1.html create mode 100644 dom/indexedDB/crashtests/1543154-1.html create mode 100644 dom/indexedDB/crashtests/1813284-1.html create mode 100644 dom/indexedDB/crashtests/1857979-1.html create mode 100644 dom/indexedDB/crashtests/726376-1.html create mode 100644 dom/indexedDB/crashtests/crashtests.list (limited to 'dom/indexedDB/crashtests') diff --git a/dom/indexedDB/crashtests/1499854-1.html b/dom/indexedDB/crashtests/1499854-1.html new file mode 100644 index 0000000000..0e10601134 --- /dev/null +++ b/dom/indexedDB/crashtests/1499854-1.html @@ -0,0 +1,29 @@ + + + + + + + diff --git a/dom/indexedDB/crashtests/1505821-1.html b/dom/indexedDB/crashtests/1505821-1.html new file mode 100644 index 0000000000..da4bd31ab3 --- /dev/null +++ b/dom/indexedDB/crashtests/1505821-1.html @@ -0,0 +1,16 @@ + diff --git a/dom/indexedDB/crashtests/1543154-1.html b/dom/indexedDB/crashtests/1543154-1.html new file mode 100644 index 0000000000..b40121ed43 --- /dev/null +++ b/dom/indexedDB/crashtests/1543154-1.html @@ -0,0 +1,11 @@ + diff --git a/dom/indexedDB/crashtests/1813284-1.html b/dom/indexedDB/crashtests/1813284-1.html new file mode 100644 index 0000000000..fd1d8987bc --- /dev/null +++ b/dom/indexedDB/crashtests/1813284-1.html @@ -0,0 +1,6 @@ + diff --git a/dom/indexedDB/crashtests/1857979-1.html b/dom/indexedDB/crashtests/1857979-1.html new file mode 100644 index 0000000000..d97aa24562 --- /dev/null +++ b/dom/indexedDB/crashtests/1857979-1.html @@ -0,0 +1,18 @@ + + diff --git a/dom/indexedDB/crashtests/726376-1.html b/dom/indexedDB/crashtests/726376-1.html new file mode 100644 index 0000000000..4187678fa8 --- /dev/null +++ b/dom/indexedDB/crashtests/726376-1.html @@ -0,0 +1,7 @@ + diff --git a/dom/indexedDB/crashtests/crashtests.list b/dom/indexedDB/crashtests/crashtests.list new file mode 100644 index 0000000000..2aeb2f897d --- /dev/null +++ b/dom/indexedDB/crashtests/crashtests.list @@ -0,0 +1,6 @@ +load 726376-1.html +load 1499854-1.html +load 1505821-1.html +load 1543154-1.html +skip-if(!is64Bit) skip-if(Android) skip-if(AddressSanitizer) skip-if(ThreadSanitizer) load 1813284-1.html +skip-if(Android) load 1857979-1.html -- cgit v1.2.3