chromium/third_party/blink/web_tests/webexposed/global-constructors-attributes-worker.html

<!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>