summaryrefslogtreecommitdiffstats
path: root/dom/bindings/crashtests/769464.html
blob: 84d6dbc08b4647d395053ed055478134c1df8e5d (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, false);

</script>