dom/bindings/crashtests/769464.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:52e4ce7cfe16
1 <!DOCTYPE html>
2 <script>
3
4 function boom()
5 {
6 window.getComputedStyle(new Worker("404.js"));
7 }
8
9 window.addEventListener("load", boom, false);
10
11 </script>

mercurial