bubble_test.html 738 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <!--
  3. All Rights Reserved.
  4. @author tildahl@google.com (Michael Tildahl)
  5. @author robbyw@google.com (Robby Walker)
  6. -->
  7. <html>
  8. <!--
  9. Copyright 2008 The Closure Library Authors. All Rights Reserved.
  10. Use of this source code is governed by the Apache License, Version 2.0.
  11. See the COPYING file for details.
  12. -->
  13. <head>
  14. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  15. <meta charset="UTF-8" />
  16. <title>
  17. Closure Unit Tests - goog.ui.editor.Bubble
  18. </title>
  19. <script src="../../base.js">
  20. </script>
  21. <script>
  22. goog.require('goog.ui.editor.BubbleTest');
  23. </script>
  24. <link rel="stylesheet" type="text/css" href="../../css/editor/bubble.css" />
  25. </head>
  26. <body>
  27. <div id="field"></div>
  28. </body>
  29. </html>