clientposition_test.html 578 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html>
  3. <!--
  4. Copyright 2012 The Closure Library Authors. All Rights Reserved.
  5. Use of this source code is governed by the Apache License, Version 2.0.
  6. See the COPYING file for details.
  7. -->
  8. <!--
  9. Author: chrishenry@google.com (Chris Henry)
  10. -->
  11. <head>
  12. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  13. <meta charset="UTF-8" />
  14. <title>Closure Unit Tests - goog.positioning.ClientPosition</title>
  15. <script src="../base.js"></script>
  16. <script>
  17. goog.require('goog.positioning.clientPositionTest');
  18. </script>
  19. </head>
  20. <body>
  21. <div id="test-area"></div>
  22. </body>
  23. </html>