blob: cc7c6405554fe530f5afd36b5a5bace0095edbb5 [file] [log] [blame]
<html>
<head>
<script>
var worker = new Worker("expect-throw-on-construction.js");
worker.onmessage = function (evt)
{
window.opener.postMessage(evt.data, "*");
};
</script>
</head>
<body>
</body>
</html>