JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
clean up finding x,y for cursor
[peach-html5-editor.git] / editor_tests_compiled.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <meta charset="UTF-8">
5         <link rel="icon" href="data:;base64,iVBORw0KGgo=">
6         <title>html editor tester</title>
7         <style>
8                 textarea {
9                         box-sizing: border-box;
10                         width: 100%;
11                 }
12         </style>
13 </head>
14 <body>
15         <h1>Peach HTML5 Editor test page (compiled version)</h1>
16         <p>This version of the editor test page requires that you've compiled all the source files. (Just run <code>make</code>).</p>
17         <form action="#" method="get">
18         <p>In:<br><textarea rows="9" cols="22" name="in" id="in">&lt;p&gt;Normal     aoehu aoethu aotheu naoht usaoheuntao uthao euha onetuh aote usnaohe unaoh eutha oeuh  &lt;strong&gt;Bold &lt;em&gt; Italic+Bold&lt;/strong&gt; Italic&lt;/em&gt; Normal&lt;/p&gt;&lt;div&gt;I'm in a div&lt;/div&gt;&lt;div&gt;I'm in a div&lt;/div&gt;</textarea></p>
19         <p><input id="button" type="submit" value="loading..." disabled></p>
20         </form>
21         <script src="parser.js"></script>
22         <script src="editor.js"></script>
23         <script src="editor_tests.js"></script>
24 </body>
25 </html>