testhelper_test.html 609 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3. <head>
  4. <!--
  5. Copyright 2008 The Closure Library Authors. All Rights Reserved.
  6. Use of this source code is governed by the Apache License, Version 2.0.
  7. See the COPYING file for details.
  8. -->
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  10. <meta charset="UTF-8" />
  11. <title>
  12. Closure Unit Tests - goog.testing.editor.TestHelper
  13. </title>
  14. <script src="../../base.js">
  15. </script>
  16. <script>
  17. goog.require('goog.testing.editor.TestHelperTest');
  18. </script>
  19. </head>
  20. <body>
  21. <div id="root">
  22. </div>
  23. <div id="root2">Root 2</div>
  24. </body>
  25. </html>