storagemanager-persist.https.worker.js (231B)
1 // META: title=StorageManager: persist() (worker) 2 importScripts("/resources/testharness.js"); 3 4 test(function() { 5 assert_false('persist' in navigator.storage); 6 }, 'navigator.storage.persist should not exist in workers'); 7 8 done();