dom/bindings/crashtests/769464.html

changeset 0
6474c204b198
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