JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
bugfix in ws dedup when rm 1st space in inline
[peach-html5-editor.git] / editor_tests_compiled.html
index ec7fdb8..8a51f25 100644 (file)
@@ -2,24 +2,34 @@
 <html lang="en">
 <head>
        <meta charset="UTF-8">
-       <link rel="icon" href="data:;base64,iVBORw0KGgo=">
+       <link rel="icon" href="data:null">
        <title>html editor tester</title>
        <style>
                textarea {
                        box-sizing: border-box;
                        width: 100%;
                }
+               /* iframe { width: 400px; } */
        </style>
 </head>
 <body>
        <h1>Peach HTML5 Editor test page (compiled version)</h1>
        <p>This version of the editor test page requires that you've compiled all the source files. (Just run <code>make</code>).</p>
        <form action="#" method="get">
-       <p>In:<br><textarea rows="9" cols="22" name="in" id="in">&lt;p&gt;Normal &lt;strong&gt;Bold &lt;em&gt; Italic+Bold&lt;/strong&gt; Italic&lt;/em&gt; Normal&lt;/p&gt;</textarea></p>
+       <p>HTML view. Changes here propagate when you remove your cursor (press tab or click outside)<br><textarea rows="9" cols="22" name="in" id="in">&lt;p&gt;  a b c d e f g h i j k l m n o p q r s t u v w x y z  a b c d e f g h i j k l m n o p q r s t u v w x y z                                                                a b c d e f g h i j k l m n o p q r s t u v w x y z  &lt;strong&gt;Bold &lt;em&gt; Italic+Bold&lt;/strong&gt; Italic &lt;/em&gt; Normal&lt;/p&gt;
+
+&lt;div&gt;
+       &lt;div&gt;I'm in a div&lt;/div&gt;
+       &lt;div&gt;I'm in a div&lt;/div&gt;
+&lt;div&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+       </textarea></p>
        <p><input id="button" type="submit" value="loading..." disabled></p>
        </form>
        <script src="parser.js"></script>
        <script src="editor.js"></script>
        <script src="editor_tests.js"></script>
+       <p><a href="https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=tree">Source</a> - AGPLv3+</p>
 </body>
 </html>