gecko/toolkit/components/console/hudservice/tests/browser/test-bug-595934-empty-getelementbyid.js

9 lines
200 B
JavaScript

/*
* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/
*/
window.addEventListener("load", function() {
document.getElementById("");
}, false);