seamlessfield_test.html 936 B

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <!--
  3. All Rights Reserved.
  4. NOTE: If any changes are made to this file, please keep
  5. seamlessfield_quirks_test.html synced with this. That file should
  6. be an exact copy of this one, except for this comment and that the
  7. <!DOCTYPE> tag should be removed from the top. All tests should be added
  8. to seamlessfield_test.js so that they will be run by both
  9. seamlessfield*_test.html files.
  10. @author nicksantos@google.com (Nick Santos)
  11. --><html>
  12. <!--
  13. Copyright 2008 The Closure Library Authors. All Rights Reserved.
  14. Use of this source code is governed by the Apache License, Version 2.0.
  15. See the COPYING file for details.
  16. -->
  17. <head>
  18. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  19. <meta charset="UTF-8" />
  20. <title>Trogedit Unit Tests - goog.editor.SeamlessField</title>
  21. <script src="../base.js"></script>
  22. </head>
  23. <body>
  24. <div id='field'>
  25. </div>
  26. <script src="seamlessfield_test.js"></script>
  27. </body>
  28. </html>