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

test(function() {
  new Worker("data:text/javascript,new XMLHttpRequest(42)");
}, "Should not crash");
</script>