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