comparison: dom/bindings/crashtests/769464.html
dom/bindings/crashtests/769464.html
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
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> |