richtextspellchecker_test.html 861 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html>
  3. <!--
  4. Copyright 2007 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. <head>
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  10. <meta charset="UTF-8" />
  11. <title>
  12. Closure Unit Tests - goog.ui.RichTextSpellChecker
  13. </title>
  14. <script src="../base.js">
  15. </script>
  16. <script>
  17. goog.require('goog.ui.RichTextSpellCheckerTest');
  18. </script>
  19. </head>
  20. <body>
  21. <div id="test1">
  22. </div>
  23. <div id="test2">
  24. </div>
  25. <div id="test3">
  26. </div>
  27. <div id="test4" contenteditable="true">
  28. </div>
  29. <div id="test5" contenteditable="true">
  30. </div>
  31. <div id="test6" contenteditable="true">
  32. </div>
  33. <div id="test7" contenteditable="true">
  34. </div>
  35. <div id="test8" contenteditable="true">
  36. </div>
  37. </body>
  38. </html>