Sign in
webkit
/
WebKit
/
52b7bf5ed79012977948456de78fa60819deaf7e
/
.
/
LayoutTests
/
crypto
/
workers
/
crypto-gc-worker.html
blob: 24db164e973be00d4f09c347e681caeecb5f6c5d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script
src
=
"../../resources/js-test-pre.js"
></script>
</head>
<body>
<script>
worker
=
startWorker
(
'resources/crypto-gc-worker.js'
);
</script>
<script
src
=
"../../resources/js-test-post.js"
></script>
</body>
</html>