blockquote_test.html 677 B

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <!--
  3. All Rights Reserved.
  4. Tests for goog.editor.plugins.Blockquote
  5. @author robbyw@google.com (Robby Walker)
  6. -->
  7. <html>
  8. <!--
  9. Copyright 2009 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.editor.plugins.Blockquote
  18. </title>
  19. <script src="../../base.js">
  20. </script>
  21. <script>
  22. goog.require('goog.editor.plugins.BlockquoteTest');
  23. </script>
  24. </head>
  25. <body>
  26. <div id="root">
  27. </div>
  28. </body>
  29. </html>