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