Home | History | Annotate | Download | only in beforeload
      1 <html>
      2 <head>
      3 <script src="resources/print.js"></script>
      4 </head>
      5 
      6 <body>
      7 <p>This page tests the beforeload event on script elements.  You should see a PASS message below if everything
      8 works.</p>
      9 <hr>
     10 <div id='console'></div>
     11 <script>
     12 if (window.layoutTestController)
     13     layoutTestController.dumpAsText();
     14 </script>
     15 <script onbeforeload="print('PASS', 'green'); return false" src="resources/fail.js"></script>
     16 </body>
     17 </html>
     18