Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
workers
/
atob-btoa.html
blob: 70c2103f191511c332f7c8256cbdc4ea73bd65f8 [
file
]
<!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>