iter_test.html 524 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html id="html">
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  5. <meta charset="UTF-8" />
  6. <title>Closure Unit Tests - goog.dom.iter</title>
  7. <script src="../base.js"></script>
  8. <script>
  9. goog.require('goog.dom.iterTest');
  10. </script>
  11. </head>
  12. <body id="body">
  13. <div id="test">abc<br id="br">def</div>
  14. </body>
  15. </html>
  16. <!--
  17. Copyright 2008 The Closure Library Authors. All Rights Reserved.
  18. Use of this source code is governed by the Apache License, Version 2.0.
  19. See the COPYING file for details.
  20. -->