Sign in
webkit
/
WebKit
/
15e4da4b5ce83fcfe6de6863df44c60571019d5f
/
.
/
LayoutTests
/
storage
/
indexeddb
/
index-basics-workers.html
blob: e596a78579938a6c3cd8ff3699a7f656718a4aa2 [
file
] [
log
] [
blame
]
<html>
<head>
<script
src
=
"../../resources/js-test.js"
></script>
<script
src
=
"resources/shared.js"
></script>
</head>
<body>
<script>
worker
=
startWorker
(
'resources/index-basics.js'
);
</script>
</body>
</html>