image_test.html 471 B

12345678910111213141516171819202122
  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: nnaze@google.com (Nathan Naze)
  10. -->
  11. <head>
  12. <meta charset="UTF-8" />
  13. <title>Closure Unit Tests - goog.labs.net.image</title>
  14. <script src="../../base.js"></script>
  15. </head>
  16. <body>
  17. <script>
  18. goog.require('goog.labs.net.imageTest');
  19. </script>
  20. </body>
  21. </html>