blob: 360f165eafdd44ac73d44a975741862d9e32cc35 [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 dedicated worker context");
worker = startWorker("script-tests/global-constructors-attributes.js", false /* shared */);
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>