comparison: js/xpconnect/crashtests/616930-1.html
js/xpconnect/crashtests/616930-1.html
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <script> |
|
5 |
|
6 function boom() |
|
7 { |
|
8 window.__proto__.__proto__ = InstallTrigger; |
|
9 window.DOMParser; |
|
10 } |
|
11 |
|
12 </script> |
|
13 </head> |
|
14 <body onload="boom();"></body> |
|
15 </html> |