icontent_test.html 814 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <!--
  3. All Rights Reserved.
  4. @author nicksantos@google.com (Nick Santos)
  5. -->
  6. <html>
  7. <!--
  8. Copyright 2007 The Closure Library Authors. All Rights Reserved.
  9. Use of this source code is governed by the Apache License, Version 2.0.
  10. See the COPYING file for details.
  11. -->
  12. <head>
  13. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  14. <meta charset="UTF-8" />
  15. <title>
  16. Trogedit Unit Tests - goog.editor.icontent
  17. </title>
  18. <script src="../base.js">
  19. </script>
  20. <script>
  21. goog.require('goog.editor.icontentTest');
  22. </script>
  23. <!--
  24. NOTE(user): This style is set to test the bugfix for http://b/5674613.
  25. See the comments in icontent.js for details about the workaround.
  26. -->
  27. <style type="text/css">
  28. html, body {
  29. min-width: 700px;
  30. }
  31. </style>
  32. </head>
  33. <body>
  34. </body>
  35. </html>