Sign in
webkit
/
WebKit
/
e27614df2f37ba9cd62de8344bb8d5b7377411af
/
.
/
LayoutTests
/
fast
/
workers
/
atob-btoa.html
blob: 70c2103f191511c332f7c8256cbdc4ea73bd65f8 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script
src
=
"../../resources/js-test-pre.js"
></script>
</head>
<body>
<script>
worker
=
startWorker
(
'resources/worker-atob-btoa.js'
);
</script>
<script
src
=
"../../resources/js-test-post.js"
></script>
</body>
</html>