summaryrefslogtreecommitdiffstats
path: root/dom/bindings/test/test_bug773326.html
blob: 2e3b1ea304d09063990e57fa6dcf442cccf268c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>