product_test.html 729 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html>
  3. <!--
  4. Copyright 2008 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 andybons@google.com (Andrew Boneventre)
  10. -->
  11. <head>
  12. <!--
  13. This test has not yet been updated to run on IE8. See http://b/hotlist?id=36311
  14. -->
  15. <!--meta http-equiv="X-UA-Compatible" content="IE=edge"-->
  16. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  17. <meta charset="UTF-8" />
  18. <title>
  19. Closure Unit Tests - goog.userAgent.product
  20. </title>
  21. <script src="../base.js">
  22. </script>
  23. <script>
  24. goog.require('goog.userAgent.productTest');
  25. </script>
  26. </head>
  27. <body>
  28. </body>
  29. </html>