Sign in
webkit
/
WebKit
/
f64820ba37606d7c880d16da6349920f48425859
/
.
/
LayoutTests
/
storage
/
indexeddb
/
unprefix-workers.html
blob: 39c1f1d187420a8a834426e5f912f0562bf71e96 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script
src
=
"../../resources/js-test.js"
></script>
<script
src
=
"resources/shared.js"
></script>
</head>
<body>
<script>
worker
=
startWorker
(
'resources/unprefix.js'
);
</script>
</body>
</html>