mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
211 B
HTML
15 lines
211 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Console API test bug 1004814</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
|
|
var w = new Worker('worker_bug1004814.js');
|
|
w.postMessage(true);
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|