summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/localstorage/mochitest.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /dom/tests/mochitest/localstorage/mochitest.toml
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/tests/mochitest/localstorage/mochitest.toml')
-rw-r--r--dom/tests/mochitest/localstorage/mochitest.toml103
1 files changed, 103 insertions, 0 deletions
diff --git a/dom/tests/mochitest/localstorage/mochitest.toml b/dom/tests/mochitest/localstorage/mochitest.toml
new file mode 100644
index 0000000000..07b9eb313a
--- /dev/null
+++ b/dom/tests/mochitest/localstorage/mochitest.toml
@@ -0,0 +1,103 @@
+[DEFAULT]
+support-files = [
+ "frameChromeSlave.html",
+ "frameLocalStorageCookieSettings.html",
+ "frameKeySync.html",
+ "frameMasterEqual.html",
+ "frameMasterNotEqual.html",
+ "frameOrder.html",
+ "frameQuota.html",
+ "frameQuotaSessionOnly.html",
+ "frameReplace.html",
+ "frameSlaveEqual.html",
+ "frameSlaveNotEqual.html",
+ "interOriginFrame.js",
+ "interOriginTest.js",
+ "interOriginTest2.js",
+ "localStorageCommon.js",
+ "frameLocalStorageSessionOnly.html",
+ "file_tryAccessSessionStorage.html",
+ "windowProxy.html",
+]
+
+["test_brokenUTF-16.html"]
+
+["test_bug600307-DBOps.html"]
+
+["test_bug746272-1.html"]
+
+["test_bug746272-2.html"]
+skip-if = ["verify"]
+
+["test_cookieBlock.html"]
+
+["test_embededNulls.html"]
+
+["test_keySync.html"]
+skip-if = [
+ "http3",
+ "http2",
+]
+
+["test_localStorageBase.html"]
+
+["test_localStorageBaseSessionOnly.html"]
+
+["test_localStorageCookieSettings.html"]
+
+["test_localStorageEnablePref.html"]
+
+["test_localStorageKeyOrder.html"]
+skip-if = [
+ "http3",
+ "http2",
+]
+
+["test_localStorageOriginsDiff.html"]
+skip-if = [
+ "http3",
+ "http2",
+]
+
+["test_localStorageOriginsDomainDiffs.html"]
+skip-if = [
+ "http3",
+ "http2",
+]
+
+["test_localStorageOriginsEquals.html"]
+skip-if = [
+ "http3",
+ "http2",
+]
+
+["test_localStorageOriginsPortDiffs.html"]
+skip-if = [
+ "http3",
+ "http2",
+]
+
+["test_localStorageOriginsSchemaDiffs.html"]
+skip-if = [
+ "http3",
+ "http2",
+]
+
+["test_localStorageQuota.html"]
+skip-if = [
+ "http3",
+ "http2",
+]
+
+["test_localStorageQuotaSessionOnly.html"]
+
+["test_localStorageQuotaSessionOnly2.html"]
+skip-if = ["true"] # bug 1347690
+
+["test_localStorageReplace.html"]
+skip-if = [
+ "http3",
+ "http2",
+]
+
+["test_storageConstructor.html"]