Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: js/xpconnect/crashtests/crashtests.list
<!DOCTYPE html>
<script>
var c = document.getElementsByClassName("x");
Object.defineProperty(c, "length", {set: void 0});
Array.prototype.shift.call(c);
</script>