From 42543b07806ca9b9bec73eda91afa657f57c64bc Mon Sep 17 00:00:00 2001 From: Rupinder Singh Khokhar Date: Wed, 11 Jun 2014 09:13:22 +0530 Subject: Adding the latest test files without fixing the INDEXes or the test interfaces --- test/data/tree-construction/webkit02.dat | 116 +++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 test/data/tree-construction/webkit02.dat (limited to 'test/data/tree-construction/webkit02.dat') diff --git a/test/data/tree-construction/webkit02.dat b/test/data/tree-construction/webkit02.dat new file mode 100644 index 0000000..647fcfd --- /dev/null +++ b/test/data/tree-construction/webkit02.dat @@ -0,0 +1,116 @@ +#data + +#errors +(1,14): expected-doctype-but-got-start-tag +(1,14): expected-closing-tag-but-got-eof +#document +| +| +| +| +| bar="qux/" + +#data +

B

+#errors +(1,15): expected-doctype-but-got-start-tag +#document +| +| +| +|

+| id="status" +|

+#errors +(1,5): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| +|
+ +#data +><div>A</div></body></html>
+#errors
+(1,6): expected-doctype-but-got-start-tag
+(1,67): eof-in-attribute-value-double-quote
+#document
+| <html>
+|   <head>
+|   <body>
+
+#data
+<table><td></tbody>A
+#errors
+(1,7): expected-doctype-but-got-start-tag
+(1,11): unexpected-cell-in-table-body
+(1,20): foster-parenting-character
+(1,20): eof-in-table
+#document
+| <html>
+|   <head>
+|   <body>
+|     +| +| +| + +#data +
A +#errors +(1,7): expected-doctype-but-got-start-tag +(1,11): unexpected-cell-in-table-body +(1,19): XXX-undefined-error +(1,20): expected-closing-tag-but-got-eof +#document +| +| +| +| +| +| +|
+| "A" + +#data +
A +#errors +(1,7): expected-doctype-but-got-start-tag +(1,11): unexpected-cell-in-table-body +(1,19): XXX-undefined-error +(1,20): expected-closing-tag-but-got-eof +#document +| +| +| +| +| +| +|
+| "A" + +#data +
A +#errors +(1,7): expected-doctype-but-got-start-tag +(1,18): unexpected-cell-in-table-body +(1,26): XXX-undefined-error +(1,27): expected-closing-tag-but-got-eof +#document +| +| +| +| +| +| +|
+| "A" -- cgit v1.2.3