editor.html revision fc2d50365b169f761de7a15d7a4fe406b33fd403
<html>
<head>
<title>Editor Tests</title>
<style>
#editor {
height: 400px;
width: 400px;
margin: 2em;
border: 1px solid black;
}
</style>
</head>
<body class="yui3-skin-sam">
<div id="editor">
</div>
</body>
</html>