From b9c0a17a5b67f9ed6ac8d28cc6631671a4034228 Mon Sep 17 00:00:00 2001 From: Evan Stade Date: Fri, 18 Aug 2023 08:59:27 -0700 Subject: [PATCH] IndexedDB: add WPT to verify factory behavior when doc not fully active WPT for https://github.com/w3c/IndexedDB/issues/412 Bug: 1473972 Change-Id: I83ce4c771232cae663753a8e12ff5b959dc9f484 --- IndexedDB/open-without-active-document.html | 31 +++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 IndexedDB/open-without-active-document.html diff --git a/IndexedDB/open-without-active-document.html b/IndexedDB/open-without-active-document.html new file mode 100644 index 00000000000000..2dc5e12616dcff --- /dev/null +++ b/IndexedDB/open-without-active-document.html @@ -0,0 +1,31 @@ + +indexedDB methods throw after document deactivation. + + + + + +