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