JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
preserve <script> tags and whitespace in plaintext elements
[peach-html5-editor.git] / parser_tests.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <meta charset="UTF-8">
5         <link rel="icon" href="data:null">
6         <title>html parser tester</title>
7 </head>
8 <body>
9         <h1>Peach HTML5 Parser test page</h1>
10         <p>Loading tests...</p>
11         <script src="parser.js"></script>
12         <script src="parser_tests.js"></script>
13         <p>Tests running. Check console for test results.</p>
14         <p><a href="https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=tree">Source</a> - AGPLv3+</p>
15 </body>
16 </html>