blob: 42637160937582a13a06137da70b23ce70c3c26b [file] [log] [blame]
// META: title=NativeIO API: Interface is not exposed in untrustworthy origin.
// META: global=window,dedicatedworker
'use strict';
test(testCase => {
var present = (typeof storageFoundation !== 'undefined');
assert_false(present);
}, 'NativeIO should not be accessible from an untrustworthy origin');