seamlessfield_quirks_test.html 740 B

1234567891011121314151617181920212223242526272829
  1. <!--
  2. All Rights Reserved.
  3. NOTE: This file should be an exact copy of seamlessfield_test.html,
  4. except for this comment and that the <!DOCTYPE> tag should be removed from
  5. the top. If seamlessfield_test.html is changed, this file should be
  6. changed accordingly.
  7. @author nicksantos@google.com (Nick Santos)
  8. --><html>
  9. <!--
  10. Copyright 2008 The Closure Library Authors. All Rights Reserved.
  11. Use of this source code is governed by the Apache License, Version 2.0.
  12. See the COPYING file for details.
  13. -->
  14. <head>
  15. <meta charset="UTF-8" />
  16. <title>Trogedit Unit Tests - goog.editor.SeamlessField</title>
  17. <script src="../base.js"></script>
  18. </head>
  19. <body>
  20. <div id='field'>
  21. </div>
  22. <script src="seamlessfield_test.js"></script>
  23. </body>
  24. </html>