comparison: content/base/crashtests/326618-1.html
content/base/crashtests/326618-1.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <html> |
|
2 <head> |
|
3 </head> |
|
4 <body> |
|
5 <script> |
|
6 |
|
7 try { |
|
8 document.body.removeChild(function(){}); |
|
9 } catch (e) { |
|
10 } |
|
11 |
|
12 </script> |
|
13 </body> |
|
14 </html> |