function boom() { try { document.getElementById("defs").getBBox(); } catch(e) { // getBBox is expected to throw, because defs is not displayed. document.documentElement.removeAttribute("class"); } }