Sign in
webkit
/
WebKit
/
15e4da4b5ce83fcfe6de6863df44c60571019d5f
/
.
/
LayoutTests
/
storage
/
indexeddb
/
cursor-advance-workers.html
blob: bb45e5106e19eb9c17d8b795aa0643d18d2198cc [
file
] [
log
] [
blame
]
<html>
<head>
<script
src
=
"../../resources/js-test.js"
></script>
<script
src
=
"resources/shared.js"
></script>
</head>
<body>
<script>
worker
=
startWorker
(
'resources/cursor-advance.js'
);
</script>
</body>
</html>