summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/storage/storagemanager-persist.https.worker.js
blob: fcf8175f706fe131c84ed2ac2a022e676d618c40 (plain)
1
2
3
4
5
6
7
8
// META: title=StorageManager: persist() (worker)
importScripts("/resources/testharness.js");

test(function() {
  assert_false('persist' in navigator.storage);
}, 'navigator.storage.persist should not exist in workers');

done();