1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <script src="resources/print.js"></script> 4 </head> 5 <body> 6 <div id="console"></div> 7 <script> 8 if (window.layoutTestController) { 9 layoutTestController.dumpAsText(); 10 } 11 </script> 12 13 <img style="display:none" onbeforeload="print('PASS', 'green'); return false;" onload="print('FAIL', 'red');" src="../../images/resources/test-load.jpg"> 14 15 </body> 16 </html> 17