Sign in
webkit
/
WebKit
/
4607ef70b24b852e8d4bdab2b8233fa12bf018e4
/
.
/
LayoutTests
/
storage
/
indexeddb
/
pending-activity-workers.html
blob: edc5497887e038706ba65cbed7de5e39b8ec8cf2 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<script
src
=
"../../resources/js-test.js"
></script>
<script
src
=
"resources/shared.js"
></script>
<body>
<script>
worker
=
startWorker
(
'resources/pending-activity.js'
);
</script>
</body>