JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
preserve <script> tags and whitespace in plaintext elements
[peach-html5-editor.git] / parser_tests.html
index 1935186..52bd87b 100644 (file)
@@ -2,16 +2,15 @@
 <html lang="en">
 <head>
        <meta charset="UTF-8">
-       <link rel="icon" href="data:;base64,iVBORw0KGgo=">
+       <link rel="icon" href="data:null">
        <title>html parser tester</title>
 </head>
 <body>
-       <h1>Peach HTML5 Parser test page (javascript version)</h1>
-       <p>You'll need to run <code>make</code> to build the javascript files used on this page.</p>
-       <p>If you don't have node.js and CoffeeScript installed, you can <a href="parser_tests_coffee.html">use the other test page</a> which compiles the CoffeeScript files on the fly in the browser.</p>
-       <p>Check the inspector/console for test results.</p>
+       <h1>Peach HTML5 Parser test page</h1>
+       <p>Loading tests...</p>
        <script src="parser.js"></script>
        <script src="parser_tests.js"></script>
+       <p>Tests running. Check console for test results.</p>
        <p><a href="https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=tree">Source</a> - AGPLv3+</p>
 </body>
 </html>