blob: c55534d6fce30ed93edfd0bb2b147411fa775f9e [file] [log] [blame]
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
description("Test to ensure that global constructors have the right attributes in the shared worker context");
worker = startWorker("script-tests/global-constructors-attributes.js", true /* shared */);
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>