blob: 7a66ea8e194cdd517a4e512ec0ad12b9ddd9b73b [file] [log] [blame]
importScripts("../../resources/js-test.js");
if (typeof(self.isSecureContext) === 'undefined')
testPassed("self.isSecureContext is undefined.");
else
testFailed("self.isSecureContext is defined.");
finishJSTest();