From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../web-locks/bfcache/abort.tentative.https.html | 64 ++++++++++++++++++++ .../web-locks/bfcache/held.tentative.https.html | 45 ++++++++++++++ .../tests/web-locks/bfcache/helpers.js | 15 +++++ .../release-across-thread.tentative.https.html | 46 +++++++++++++++ .../web-locks/bfcache/release.tentative.https.html | 48 +++++++++++++++ .../sharedworker-multiple.tentative.https.html | 69 ++++++++++++++++++++++ 6 files changed, 287 insertions(+) create mode 100644 testing/web-platform/tests/web-locks/bfcache/abort.tentative.https.html create mode 100644 testing/web-platform/tests/web-locks/bfcache/held.tentative.https.html create mode 100644 testing/web-platform/tests/web-locks/bfcache/helpers.js create mode 100644 testing/web-platform/tests/web-locks/bfcache/release-across-thread.tentative.https.html create mode 100644 testing/web-platform/tests/web-locks/bfcache/release.tentative.https.html create mode 100644 testing/web-platform/tests/web-locks/bfcache/sharedworker-multiple.tentative.https.html (limited to 'testing/web-platform/tests/web-locks/bfcache') diff --git a/testing/web-platform/tests/web-locks/bfcache/abort.tentative.https.html b/testing/web-platform/tests/web-locks/bfcache/abort.tentative.https.html new file mode 100644 index 0000000000..35d9b11270 --- /dev/null +++ b/testing/web-platform/tests/web-locks/bfcache/abort.tentative.https.html @@ -0,0 +1,64 @@ + + + +Web Locks API: bfcache + + + + + + + diff --git a/testing/web-platform/tests/web-locks/bfcache/held.tentative.https.html b/testing/web-platform/tests/web-locks/bfcache/held.tentative.https.html new file mode 100644 index 0000000000..9d670c5889 --- /dev/null +++ b/testing/web-platform/tests/web-locks/bfcache/held.tentative.https.html @@ -0,0 +1,45 @@ + + + +Web Locks API: bfcache + + + + + + + diff --git a/testing/web-platform/tests/web-locks/bfcache/helpers.js b/testing/web-platform/tests/web-locks/bfcache/helpers.js new file mode 100644 index 0000000000..7997f982a8 --- /dev/null +++ b/testing/web-platform/tests/web-locks/bfcache/helpers.js @@ -0,0 +1,15 @@ +export function runWebLocksBfcacheTest(params, description) { + runBfcacheTest( + { + scripts: ["/web-locks/resources/helpers.js"], + openFunc: url => + window.open( + url + `&prefix=${location.pathname}-${description}`, + "_blank", + "noopener" + ), + ...params, + }, + description + ); +} diff --git a/testing/web-platform/tests/web-locks/bfcache/release-across-thread.tentative.https.html b/testing/web-platform/tests/web-locks/bfcache/release-across-thread.tentative.https.html new file mode 100644 index 0000000000..374cee8b6d --- /dev/null +++ b/testing/web-platform/tests/web-locks/bfcache/release-across-thread.tentative.https.html @@ -0,0 +1,46 @@ + + + +Web Locks API: bfcache + + + + + + + diff --git a/testing/web-platform/tests/web-locks/bfcache/release.tentative.https.html b/testing/web-platform/tests/web-locks/bfcache/release.tentative.https.html new file mode 100644 index 0000000000..97f542fc2e --- /dev/null +++ b/testing/web-platform/tests/web-locks/bfcache/release.tentative.https.html @@ -0,0 +1,48 @@ + + + +Web Locks API: bfcache + + + + + + + diff --git a/testing/web-platform/tests/web-locks/bfcache/sharedworker-multiple.tentative.https.html b/testing/web-platform/tests/web-locks/bfcache/sharedworker-multiple.tentative.https.html new file mode 100644 index 0000000000..71a79bc5fa --- /dev/null +++ b/testing/web-platform/tests/web-locks/bfcache/sharedworker-multiple.tentative.https.html @@ -0,0 +1,69 @@ + + + +Web Locks API: bfcache + + + + + + + -- cgit v1.2.3