<!DOCTYPE HTML><html><!--https://bugzilla.mozilla.org/show_bug.cgi?id=1233613--><head><title>Test for webgl crashing</title><scriptsrc="/tests/SimpleTest/SimpleTest.js"></script><linkrel="stylesheet"type="text/css"href="/tests/SimpleTest/test.css"/></head><body><body><scriptclass="testbody"type="application/javascript">SimpleTest.waitForExplicitFinish();ok(true,"expecting an exception, not a crash");variframe=document.getElementById('iframe1');try{iframe.src='file_bug1233613.html';ok(false,'loaded the iframe and we did not see a crash, perfect!');}catch(e){ok(true,"caught exception in boom");}SimpleTest.finish();</script><iframeid="iframe1"src=""width="600"height="600"></iframe></body></html>