firststrong_test.html 531 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <!--
  3. Copyright 2012 The Closure Library Authors. All Rights Reserved.
  4. Use of this source code is governed by the Apache License, Version 2.0.
  5. See the COPYING file for details.
  6. -->
  7. <html>
  8. <head>
  9. <meta charset="utf-8" />
  10. <title>
  11. Trogedit Unit Tests - goog.editor.plugins.FirstStrong
  12. </title>
  13. <script src="../../base.js">
  14. </script>
  15. <script>
  16. goog.require('goog.editor.plugins.FirstStrongTest');
  17. </script>
  18. </head>
  19. <body>
  20. <div id="root">
  21. <div id="field">
  22. </div>
  23. </div>
  24. </body>
  25. </html>