blob: 810cd00619e6a3bde1247027f2cc480dcad206e4 [file] [log] [blame]
<html><body>
<embed name="plg" type="application/x-webkit-test-netscape"></embed>
<div id="console">FAILURE: No exception caught.</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
try {
plg.testFail();
} catch (e) {
document.getElementById('console').innerHTML = 'SUCCESS: Exception caught: ' + e;
}
</script></body></html>