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