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