Sign in
chromium
/
chromium
/
src.git
/
4fd348fdb9c0b3842829acdfb2b82c86dacd8e0a
/
.
/
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>