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