JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
switch to tests from html5lib-tests/tree-construction
[peach-html5-editor.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <title>html parser tester</title>
5         <script src="parse-html.js"></script>
6         <script src="test.js"></script>
7 </head>
8 <body>
9         <p>check the console for test results</p>
10 </body>
11 </html>