loremipsum_test.html 693 B

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <!--
  3. All Rights Reserved.
  4. @author nicksantos@google.com (Nick Santos)
  5. -->
  6. <html>
  7. <!--
  8. Copyright 2008 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. goog.editor.plugins.LoremIpsum Tests
  17. </title>
  18. <script type="text/javascript" src="../../base.js">
  19. </script>
  20. <script type="text/javascript">
  21. goog.require('goog.editor.plugins.LoremIpsumTest');
  22. </script>
  23. </head>
  24. <body>
  25. <div id="root">
  26. <div id="field">
  27. </div>
  28. </div>
  29. </body>
  30. </html>