dom_test.html 629 B

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