Sign in
webkit
/
WebKit
/
36b74c3900290f2598b1d40cf6065a7028fc4a34
/
.
/
LayoutTests
/
security
/
resources
/
worker-isSecureContext-disabled.js
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
();