Sign in
chromium
/
chromium
/
src
/
be50b2f8da0f43b7f6e37995e61c439fa988bca5
/
.
/
third_party
/
WebKit
/
LayoutTests
/
webexposed
/
global-constructors-attributes-worker.html
blob: ca2578d9d6b514d52b2ef08074c3ce5ddfeb131e [
file
] [
log
] [
blame
]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script
src
=
"../resources/js-test.js"
></script>
</head>
<body>
<script>
worker
=
startWorker
(
"resources/global-constructors-attributes-worker.js"
);
</script>
</body>
</html>