blob: c4599dfe72a9649e3f94144f31e30a7c55701e01 [file] [log] [blame]
<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.
@author nicksantos@google.com (Nick Santos)
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>
goog.editor.ClickToEditWrapper Unit Tests
</title>
<script src="../base.js">
</script>
<script>
goog.require('goog.editor.ClickToEditWrapperTest');
</script>
</head>
<body>
<div id="root">
<div id="testField">I am text with a
<a id="testAnchor" href="http://www.google.com">link</a>.</div>
</div>
</body>
</html>