mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-11 10:41:04 +00:00
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
|
|
self.onmessage = function () {
|
||
|
|
postMessage("PASS (didn't hang)");
|
||
|
|
self.close();
|
||
|
|
};
|