comparison: js/xpconnect/crashtests/603146-1.html
js/xpconnect/crashtests/603146-1.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <script> |
|
3 |
|
4 delete XMLHttpRequest.prototype.mozResponseArrayBuffer; |
|
5 (new XMLHttpRequest).mozResponseArrayBuffer; |
|
6 |
|
7 </script> |