Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
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>