undoredostate_test.html 631 B

1234567891011121314151617181920212223242526272829
  1. goog.editor.plugins
  2. <!DOCTYPE html>
  3. <!--
  4. All Rights Reserved.
  5. @author ajp@google.com (Andy Perelson)
  6. -->
  7. <html>
  8. <!--
  9. Copyright 2008 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. Trogedit Unit Tests - goog.editor.plugins.UndoRedoState
  18. </title>
  19. <script src="../../base.js">
  20. </script>
  21. <script>
  22. goog.require('goog.editor.plugins.UndoRedoStateTest');
  23. </script>
  24. </head>
  25. <body>
  26. </body>
  27. </html>