5 <link rel="icon" href="data:;base64,iVBORw0KGgo=">
6 <title>html parser tester</title>
9 <h1>Peach HTML5 Parser test page (javascript version)</h1>
10 <p>You'll need to run <code>make</code> to build the javascript files used on this page.</p>
11 <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>
12 <p>Check the inspector/console for test results.</p>
13 <script src="parser.js"></script>
14 <script src="parser_tests.js"></script>
15 <p><a href="https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=tree">Source</a> - AGPLv3+</p>