/[suikacvs]/markup/html/whatpm/t/tree-construction/tests6.dat
Suika

Diff of /markup/html/whatpm/t/tree-construction/tests6.dat

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by wakaba, Mon Jul 16 07:03:09 2007 UTC revision 1.5 by wakaba, Sun Sep 30 11:38:18 2007 UTC
# Line 76  No space after "doctype" Line 76  No space after "doctype"
76  Unexpected ">"  Unexpected ">"
77  Incorrect doctype  Incorrect doctype
78  #document  #document
79  | <!DOCTYPE>  | <!DOCTYPE >
80  | <html>  | <html>
81  |   <head>  |   <head>
82  |   <body>  |   <body>
# Line 91  End of file before doctype Line 91  End of file before doctype
91  | <html>  | <html>
92  |   <head>  |   <head>
93  |   <body>  |   <body>
94    
95    #data
96    <body>
97    <div>
98    #errors
99    Unexpected start tag (body)
100    Expected closing tag. Unexpected end of file
101    #document-fragment
102    div
103    #document
104    | "
105    "
106    | <div>
107    
108    #data
109    <frameset></frameset>
110    foo
111    #errors
112    Unexpected start tag (frameset). Expected DOCTYPE.
113    Unexpected non-space characters in the after frameset phase. Ignored.
114    #document
115    | <html>
116    |   <head>
117    |   <frameset>
118    |   "
119    "
120    
121    #data
122    <frameset></frameset>
123    <noframes>
124    #errors
125    Unexpected start tag (frameset). Expected DOCTYPE.
126    Expected closing tag. Unexpected end of file.
127    #document
128    | <html>
129    |   <head>
130    |   <frameset>
131    |   "
132    "
133    |   <noframes>
134    
135    #data
136    <frameset></frameset>
137    <div>
138    #errors
139    Unexpected start tag (frameset). Expected DOCTYPE.
140    Unexpected start tag (div) in the after frameset phase. Ignored.
141    #document
142    | <html>
143    |   <head>
144    |   <frameset>
145    |   "
146    "
147    
148    #data
149    <frameset></frameset>
150    </html>
151    #errors
152    Unexpected start tag (frameset). Expected DOCTYPE.
153    #document
154    | <html>
155    |   <head>
156    |   <frameset>
157    |   "
158    "
159    
160    #data
161    <frameset></frameset>
162    </div>
163    #errors
164    Unexpected start tag (frameset). Expected DOCTYPE.
165    Unexpected end tag (div) in the after frameset phase. Ignored.
166    #document
167    | <html>
168    |   <head>
169    |   <frameset>
170    |   "
171    "

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24