summaryrefslogtreecommitdiffstats
path: root/dom/bindings/crashtests/769464.html
blob: d075ee66a095758d720a83d6ab239cf32cfb00f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<script>

function boom()
{
    window.getComputedStyle(new Worker("404.js"));
}

window.addEventListener("load", boom);

</script>