plaintextspellchecker_test.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. <!--
  10. This test has not yet been updated to run on IE8. See http://b/hotlist?id=36311
  11. -->
  12. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  13. <meta charset="UTF-8" />
  14. <title>
  15. Closure Unit Tests - goog.ui.PlainTextSpellChecker
  16. </title>
  17. <script src="../base.js">
  18. </script>
  19. <script>
  20. goog.require('goog.ui.PlainTextSpellCheckerTest');
  21. </script>
  22. </head>
  23. <body>
  24. <textarea id="test1" style="width: 50ex; height: 15em;">
  25. </textarea>
  26. <textarea id="test2" style="width: 50ex; height: 15em;">
  27. </textarea>
  28. <textarea id="test3" style="width: 50ex; height: 15em;">
  29. </textarea>
  30. <textarea id="test4" style="width: 50ex; height: 15em;">
  31. </textarea>
  32. <textarea id="test5" style="width: 50ex; height: 15em;">
  33. </textarea>
  34. <textarea id="test6" style="width: 50ex; height: 15em;">
  35. </textarea>
  36. <textarea id="test7" style="width: 50ex; height: 15em;">
  37. </textarea>
  38. <textarea id="test8" style="width: 50ex; height: 15em;">
  39. </textarea>
  40. </body>
  41. </html>