bufferedchannel_test.html 751 B

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <html>
  3. <!--
  4. Copyright 2010 The Closure Library Authors. All Rights Reserved.
  5. Use of this source code is governed by the Apache License, Version 2.0.
  6. See the COPYING file for details.
  7. -->
  8. <!--
  9. -->
  10. <head>
  11. <meta charset="UTF-8" />
  12. <title>
  13. Closure Unit Tests - goog.messaging.BufferedChannel
  14. </title>
  15. <script src="../base.js">
  16. </script>
  17. <script>
  18. goog.require('goog.messaging.BufferedChannelTest');
  19. </script>
  20. </head>
  21. <body>
  22. <div id="debug-container"
  23. style="border: 1px solid black; font-size: small; font-family: courier;">
  24. Debug Window
  25. [
  26. <a href="#" onclick="document.getElementById('debug-div').innerHTML = '';">
  27. clear
  28. </a>
  29. ]
  30. <div id="debug-div">
  31. </div>
  32. </div>
  33. </body>
  34. </html>