Index: sky/tests/parser/html-expected.txt |
diff --git a/sky/tests/parser/html-expected.txt b/sky/tests/parser/html-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..63c2f1cdde0e223253f1860e86d6e9611c97ad7f |
--- /dev/null |
+++ b/sky/tests/parser/html-expected.txt |
@@ -0,0 +1,22 @@ |
+<!DOCTYPE HTML> |
+<html> |
+<link rel="import" href="../resources/dump-as-markup.sky"></link> |
+<body> |
+ |
+A <!DOCTYPE HTMLAGAIN> |
+B <!BOGUSCOMMENT> |
+C |
+E |
+G <! -- -- > |
+H <image></image> |
+I <keygen> |
+J <isindex> |
+K <table><div></div><input type="hidden"></input></table> |
+L <frameset></frameset> |
+M <p></p> |
+N |
+O <br></br> |
+P |
+ |
+</isindex></keygen></body> |
+</html> |