mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-06 02:30:56 +00:00
12 lines
314 B
HTML
12 lines
314 B
HTML
<!doctype html>
|
|
<meta charset=utf-8>
|
|
<title>Test for Bug 773326</title>
|
|
<script src=/resources/testharness.js></script>
|
|
<script src=/resources/testharnessreport.js></script>
|
|
<div id=log></div>
|
|
<script>
|
|
test(function() {
|
|
new Worker("data:text/javascript,new XMLHttpRequest(42)");
|
|
}, "Should not crash")
|
|
</script>
|