Advertisement
Guest User

Untitled

a guest
Nov 29th, 2011
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE HTML>
  2. <html>
  3. <!--
  4. https://bugzilla.mozilla.org/show_bug.cgi?id=633602
  5. -->
  6. <head>
  7.     <title>Test for Bug 633602</title>
  8.     <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
  9.     <script type="text/javascript" src="/tests/SimpleTest/EventUtils.js"></script>
  10.     <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
  11. </head>
  12. <body>
  13.     <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=633602">Mozilla Bug 633602</a>
  14. <div id="content">
  15. </div>
  16.     <pre id="test">
  17.         <script type="application/javascript">
  18.    
  19.             /** Test for Bug 633602 **/
  20.             SimpleTest.waitForExplicitFinish()
  21.             SimpleTest.waitForFocus(function() {
  22.                 /*
  23.                  * Insert your testing script.
  24.                  */
  25.                 SimpleTest.finish();
  26.             });
  27.         </script>
  28.     </pre>
  29. </body>
  30. </html>
  31.  
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement