blob: fcf8175f706fe131c84ed2ac2a022e676d618c40 [file] [log] [blame]
// 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();