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