Sign in
webkit
/
WebKit
/
2b9314704109414223cf0e708fa0d8203754e674
/
.
/
LayoutTests
/
storage
/
indexeddb
/
open-twice-workers.html
blob: 1dfc67714374a17da01db26377120c0525011c66 [
file
] [
log
] [
blame
]
<html>
<head>
<script
src
=
"../../resources/js-test.js"
></script>
<script
src
=
"resources/shared.js"
></script>
</head>
<body>
<script>
worker
=
startWorker
(
'resources/open-twice.js'
);
</script>
</body>
</html>