hsvpalette_test.html 698 B

12345678910111213141516171819202122232425262728293031323334
  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. -->
  10. <head>
  11. <!--
  12. This test has not yet been updated to run on IE8. See http://b/hotlist?id=36311
  13. -->
  14. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  15. <meta charset="UTF-8" />
  16. <title>
  17. HsvPalette Unit Tests
  18. </title>
  19. <script src="../base.js">
  20. </script>
  21. <script src="../deps.js">
  22. </script>
  23. <script>
  24. goog.require('goog.ui.HsvPaletteTest');
  25. </script>
  26. </head>
  27. <body>
  28. <div id="sandbox">
  29. </div>
  30. <div id="sandboxRtl" dir="rtl">
  31. </div>
  32. </body>
  33. </html>