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