Advertisement
Guest User

mouse lock API mochitests

a guest
Nov 29th, 2011
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.82 KB | None | 0 0
  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.     <script type="application/javascript">
  15.  
  16.         /** Test for Bug 633602 **/
  17.         SimpleTest.waitForExplicitFinish()
  18.         SimpleTest.waitForFocus(function() {
  19.             /*
  20.             * Insert your testing script.
  21.             */
  22.             SimpleTest.finish();
  23.         });
  24.     </script>
  25. </body>
  26. </html>
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement