1 |
#data |
2 |
<!doctype html></head> <head> |
3 |
#errors |
4 |
Unexpected start tag head. Ignored. |
5 |
#document |
6 |
| <!DOCTYPE html> |
7 |
| <html> |
8 |
| <head> |
9 |
| " " |
10 |
| <body> |
11 |
|
12 |
#data |
13 |
<!doctype html></html> <head> |
14 |
#errors |
15 |
Unexpected start tag head. |
16 |
Unexpected start tag head in after body phase. |
17 |
Unexpected start tag head. Ignored. |
18 |
#document |
19 |
| <!DOCTYPE html> |
20 |
| <html> |
21 |
| <head> |
22 |
| <body> |
23 |
| " " |
24 |
|
25 |
#data |
26 |
<!doctype html></body><meta> |
27 |
#errors |
28 |
Unexpected meta element in after body phase. |
29 |
#document |
30 |
| <!DOCTYPE html> |
31 |
| <html> |
32 |
| <head> |
33 |
| <body> |
34 |
| <meta> |
35 |
|
36 |
#data |
37 |
<!doctype HTml><form><div></form><div> |
38 |
#errors |
39 |
Form end tag ignored. |
40 |
Unexpected end of file. |
41 |
#document |
42 |
| <!DOCTYPE HTml> |
43 |
| <html> |
44 |
| <head> |
45 |
| <body> |
46 |
| <form> |
47 |
| <div> |
48 |
| <div> |
49 |
|
50 |
#data |
51 |
<!doctype HTml><title>&</title> |
52 |
#errors |
53 |
#document |
54 |
| <!DOCTYPE HTml> |
55 |
| <html> |
56 |
| <head> |
57 |
| <title> |
58 |
| "&" |
59 |
| <body> |
60 |
|
61 |
#data |
62 |
<!doctype HTml><title><!--&--></title> |
63 |
#errors |
64 |
#document |
65 |
| <!DOCTYPE HTml> |
66 |
| <html> |
67 |
| <head> |
68 |
| <title> |
69 |
| "<!--&-->" |
70 |
| <body> |
71 |
|
72 |
#data |
73 |
<!doctype> |
74 |
#errors |
75 |
No space after "doctype" |
76 |
Unexpected ">" |
77 |
Incorrect doctype |
78 |
#document |
79 |
| <!DOCTYPE > |
80 |
| <html> |
81 |
| <head> |
82 |
| <body> |
83 |
|
84 |
#data |
85 |
<!---x |
86 |
#errors |
87 |
End of file in comment |
88 |
End of file before doctype |
89 |
#document |
90 |
| <!-- -x --> |
91 |
| <html> |
92 |
| <head> |
93 |
| <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 |
" |