JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
no more stylus, cleanup
[peach-html5-editor.git] / parser_tests.html
index 1935186..83772be 100644 (file)
@@ -2,13 +2,11 @@
 <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>
+       <h1>Peach HTML5 Parser test page</h1>
        <p>Check the inspector/console for test results.</p>
        <script src="parser.js"></script>
        <script src="parser_tests.js"></script>