blob: 0b05f2c088fc30bc7add9d3ce77390d73b1f551b [file] [log] [blame]
<!DOCTYPE html>
<!--
Tests for goog.editor.plugins.TagOnEnterHandler
@author marcosalmeida@google.com
-->
<html>
<!--
Copyright 2008 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>
goog.editor.plugins.TagOnEnterHandler jsunit tests
</title>
<script src="../../base.js">
</script>
<script>
goog.require('goog.editor.plugins.TagOnEnterHandlerTest');
</script>
</head>
<body>
<div id="root">
<div id="field1" class="tr-field">
</div>
</div>
</body>
</html>