blob: db25ca02e6e42b0f29980bf15bf930b9e3eff0b0 [file] [log] [blame]
<html>
<head>
<meta content="sandbox allow-scripts" http-equiv="Content-Security-Policy">
</head>
<body>
PASS if no crash.
<script>
// See https://crbug.com/1068008
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
new Worker("resources/empty-worker.js").onmessage = () => {
if (window.testRunner)
testRunner.notifyDone();
};
</script>
</body></html>