1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-26 02:08:47 +00:00
Files
UXP/dom/tests/browser/test_bug1004814.html
T

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>