Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
filesystem
/
workers
/
async-operations.html
blob: 8464a28cd34456e95d735b4678824850f10b0361 [
file
] [
log
] [
blame
]
<html>
<head>
<script
src
=
"../../js/resources/js-test-pre.js"
></script>
</head>
<body>
<script>
worker
=
startWorker
(
'../resources/async-operations.js'
);
</script>
<script
src
=
"../../js/resources/js-test-post.js"
></script>
</body>
</html>