blob: 5552f043186804ea281ede6bb266a47ea06f3526 [file] [log] [blame]
function shown1() {
shown2();
}
function shown2() {
shown3();
}
function shown3() {
document.doesNotExist();
}