asserts_test.html 398 B

123456789101112131415161718
  1. <html>
  2. <!--
  3. Copyright 2017 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. <head>
  8. <meta charset="UTF-8" />
  9. <title>Closure Unit Tests - goog.dom.asserts</title>
  10. <script src="../base.js"></script>
  11. <script>
  12. goog.require('goog.dom.assertsTest');
  13. </script>
  14. </head>
  15. <body>
  16. </body>
  17. </html>