remotenamefetcher_test.html 535 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <!--
  3. Copyright 2012 The Closure Library Authors. All Rights Reserved.
  4. Use of this source code is governed by the Apache License, Version 2.0.
  5. See the COPYING file for details.
  6. -->
  7. <html>
  8. <head>
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  10. <title>
  11. Closure Unit Tests - goog.i18n.uChar.RemoteNameFetcher
  12. </title>
  13. <meta charset="utf-8" />
  14. <script src="../../base.js">
  15. </script>
  16. <script>
  17. goog.require('goog.i18n.uChar.RemoteNameFetcherTest');
  18. </script>
  19. </head>
  20. <body>
  21. </body>
  22. </html>