environment_test.html 481 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html>
  3. <!--
  4. Copyright 2014 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. <head>
  9. <meta charset="UTF-8" />
  10. <title>
  11. Closure Unit Tests - JsUnit Environments
  12. </title>
  13. <script src="../../base.js">
  14. </script>
  15. <script>
  16. goog.require('goog.labs.testing.environmentTest');
  17. </script>
  18. </head>
  19. <body>
  20. </body>
  21. </html>