From 691daee99f556f427e78b2220f3bbfeb6ea36204 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 10 Mar 2009 22:12:24 +0000 Subject: Update test data to reflect spec changes svn path=/trunk/hubbub/; revision=6763 --- test/data/tree-construction/tests1.dat | 8 ++++++-- test/data/tree-construction/tests6.dat | 5 +++-- test/data/tree-construction/tests7.dat | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) (limited to 'test/data') diff --git a/test/data/tree-construction/tests1.dat b/test/data/tree-construction/tests1.dat index db78aee..70189ba 100644 --- a/test/data/tree-construction/tests1.dat +++ b/test/data/tree-construction/tests1.dat @@ -834,6 +834,7 @@ Line: 1 Col: 50 Expected closing tag. Unexpected end of file. | | | +| | | | @@ -1389,8 +1390,8 @@ Line: 1 Col: 13 Unexpected end tag (html). Ignored. #document | | -| | +| |

#data @@ -1628,7 +1629,10 @@ Line: 1 Col: 105 Expected closing tag. Unexpected end of file. #document | | -| +| +| +| +| | | "</frameset><noframes>" diff --git a/test/data/tree-construction/tests6.dat b/test/data/tree-construction/tests6.dat index d10256f..40e347c 100644 --- a/test/data/tree-construction/tests6.dat +++ b/test/data/tree-construction/tests6.dat @@ -18,6 +18,7 @@ Line: 1 Col: 22 Unexpected end tag (html) after the (implied) root element. | <html> | <head> | <body> +| " " #data <!doctype html></body><meta> @@ -27,8 +28,8 @@ Line: 1 Col: 22 Unexpected end tag (body) after the (implied) root element. | <!DOCTYPE html> | <html> | <head> -| <meta> | <body> +| <meta> #data <!doctype html><form><div></form><div> @@ -606,9 +607,9 @@ Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE. Line: 1 Col: 13 Unexpected end tag (html) after the (implied) root element. #document | <html> -| <!-- foo --> | <head> | <body> +| <!-- foo --> #data <body></body></html> diff --git a/test/data/tree-construction/tests7.dat b/test/data/tree-construction/tests7.dat index d80b618..0ae1db6 100644 --- a/test/data/tree-construction/tests7.dat +++ b/test/data/tree-construction/tests7.dat @@ -55,9 +55,9 @@ Line: 1 Col: 22 Unexpected end tag (body) after the (implied) root element. | <!DOCTYPE html> | <html> | <head> +| <body> | <title> | "X" -| <body> #data <!doctype html><table><meta></table> -- cgit v1.2.3