comparison: js/xpconnect/crashtests/720305-1.html
js/xpconnect/crashtests/720305-1.html
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <script> |
|
3 |
|
4 var c = document.getElementsByClassName("x"); |
|
5 Object.defineProperty(c, "length", {set: void 0}); |
|
6 Array.prototype.shift.call(c); |
|
7 |
|
8 </script> |