Sign in
webkit
/
WebKit
/
5f5a6028c605b8bc5246a393ce77092d8a58a57f
/
.
/
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
();