useragent_quirks_test.html 486 B

12345678910111213141516171819202122
  1. <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. <head>
  8. <meta charset="UTF-8" />
  9. <title>
  10. Closure Unit Tests - goog.userAgent quirks
  11. </title>
  12. <meta http-equiv="X-UA-Compatible" content="IE=5">
  13. <script src="../base.js">
  14. </script>
  15. <script>
  16. goog.require('goog.userAgentQuirksTest');
  17. </script>
  18. </head>
  19. <body>
  20. </body>
  21. </html>