| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| <script src="../../js/resources/js-test-pre.js"></script> |
| <iframe src="resources/frame.html"></iframe> |
| if (window.layoutTestController) { |
| layoutTestController.dumpAsText(); |
| var s = document.createElement("script"); |
| s.addEventListener("beforeload", function() { |
| var s = document.body.removeChild(document.getElementsByTagName("script")[2]); |
| document.getElementsByTagName("iframe")[0].contentDocument.body.appendChild(s); |
| s.addEventListener("error", function() { |
| testFailed("error event should not fire."); |
| s.addEventListener("load", function() { |
| testFailed("script should not be loaded"); |
| document.body.appendChild(s); |