4 https://bugzilla.mozilla.org/show_bug.cgi?id=798802
7 <title>Test for webgl crashing
</title>
8 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
9 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css" />
14 <script class=
"testbody" type=
"application/javascript">
15 SimpleTest.waitForExplicitFinish();
16 ok(true,
"expecting an exception, not a crash");
18 var iframe = document.getElementById('iframe1');
20 iframe.src = 'file_798802-
1.html';
21 ok(false, 'loaded the iframe and we did not see a crash, perfect!');
23 ok(true,
"caught exception in loading the iframe");
28 <iframe id=
"iframe1" src=
"" width=
"600" height=
"600"></iframe>