hybrid_test.html 470 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html>
  3. <!--
  4. Copyright 2013 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 http-equiv="X-UA-Compatible" content="IE=edge">
  10. <meta charset="UTF-8" />
  11. <title>Closure Unit Tests - goog.json.hybridTest</title>
  12. <script src="../base.js"></script>
  13. <script>
  14. goog.require('goog.json.hybridTest');
  15. </script>
  16. </head>
  17. <body>
  18. </body>
  19. </html>