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