contenteditablefield_test.html 663 B

123456789101112131415161718192021222324252627282930
  1. <!--
  2. All Rights Reserved.
  3. Tests for goog.editor.ContentEditableField
  4. @author gboyer@google.com (Garrett Boyer)
  5. -->
  6. <html>
  7. <!--
  8. Copyright 2012 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. Editor Unit Tests - goog.editor.ContentEditableField
  17. </title>
  18. <script src="../base.js">
  19. </script>
  20. <script>
  21. goog.require('goog.editor.ContentEditableFieldTest');
  22. </script>
  23. </head>
  24. <body>
  25. <div id="parent"></div>
  26. </body>
  27. </html>