Sign in
webkit
/
WebKit
/
cca3b771b524f4d40cac25de02ae46d5189d1489
/
.
/
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>