1 |
#data |
2 |
<option>x |
3 |
#errors |
4 |
no DOCTYPE |
5 |
#document |
6 |
| <html> |
7 |
| <head> |
8 |
| <body> |
9 |
| <option> |
10 |
| "x" |
11 |
|
12 |
#data |
13 |
<option></option>x |
14 |
#errors |
15 |
no DOCTYPE |
16 |
#document |
17 |
| <html> |
18 |
| <head> |
19 |
| <body> |
20 |
| <option> |
21 |
| "x" |
22 |
|
23 |
#data |
24 |
<optgroup>x |
25 |
#errors |
26 |
no DOCTYPE |
27 |
#document |
28 |
| <html> |
29 |
| <head> |
30 |
| <body> |
31 |
| <optgroup> |
32 |
| "x" |
33 |
|
34 |
#data |
35 |
<optgroup></optgroup>x |
36 |
#errors |
37 |
no DOCTYPE |
38 |
#document |
39 |
| <html> |
40 |
| <head> |
41 |
| <body> |
42 |
| <optgroup> |
43 |
| "x" |
44 |
|
45 |
#data |
46 |
<optgroup><option>x |
47 |
#errors |
48 |
no DOCTYPE |
49 |
#document |
50 |
| <html> |
51 |
| <head> |
52 |
| <body> |
53 |
| <optgroup> |
54 |
| <option> |
55 |
| "x" |
56 |
|
57 |
#data |
58 |
<optgroup><optgroup> |
59 |
#errors |
60 |
no DOCTYPE |
61 |
#document |
62 |
| <html> |
63 |
| <head> |
64 |
| <body> |
65 |
| <optgroup> |
66 |
| <optgroup> |
67 |
|
68 |
#data |
69 |
<option><option> |
70 |
#errors |
71 |
no DOCTYPE |
72 |
#document |
73 |
| <html> |
74 |
| <head> |
75 |
| <body> |
76 |
| <option> |
77 |
| <option> |
78 |
|
79 |
#data |
80 |
<option><optgroup> |
81 |
#errors |
82 |
no DOCTYPE |
83 |
#document |
84 |
| <html> |
85 |
| <head> |
86 |
| <body> |
87 |
| <option> |
88 |
| <optgroup> |
89 |
|
90 |
#data |
91 |
<option><span><optgroup> |
92 |
#errors |
93 |
no DOCTYPE |
94 |
no </span> |
95 |
#document |
96 |
| <html> |
97 |
| <head> |
98 |
| <body> |
99 |
| <option> |
100 |
| <span> |
101 |
| <optgroup> |
102 |
|
103 |
#data |
104 |
<optgroup><span><option> |
105 |
#errors |
106 |
no DOCTYPE |
107 |
no </span> |
108 |
#document |
109 |
| <html> |
110 |
| <head> |
111 |
| <body> |
112 |
| <optgroup> |
113 |
| <span> |
114 |
| <option> |
115 |
|
116 |
#data |
117 |
<b><i></b><option> |
118 |
#errors |
119 |
no DOCTYPE |
120 |
no </i> before </b> |
121 |
unexpected EOF |
122 |
#document |
123 |
| <html> |
124 |
| <head> |
125 |
| <body> |
126 |
| <b> |
127 |
| <i> |
128 |
| <i> |
129 |
| <option> |
130 |
|
131 |
#data |
132 |
<b><i></b><optgroup> |
133 |
#errors |
134 |
no DOCTYPE |
135 |
no </i> before </b> |
136 |
unexpected EOF |
137 |
#document |
138 |
| <html> |
139 |
| <head> |
140 |
| <body> |
141 |
| <b> |
142 |
| <i> |
143 |
| <i> |
144 |
| <optgroup> |
145 |
|
146 |
#data |
147 |
<option><marquee><option> |
148 |
#errors |
149 |
no DOCTYPE |
150 |
no </marquee> |
151 |
#document |
152 |
| <html> |
153 |
| <head> |
154 |
| <body> |
155 |
| <option> |
156 |
| <marquee> |
157 |
| <option> |
158 |
|
159 |
#data |
160 |
<option><marquee><optgroup> |
161 |
#errors |
162 |
no DOCTYPE |
163 |
no </marquee> |
164 |
#document |
165 |
| <html> |
166 |
| <head> |
167 |
| <body> |
168 |
| <option> |
169 |
| <marquee> |
170 |
| <optgroup> |
171 |
|
172 |
#data |
173 |
<!DOCTYPE HTML><option></body> |
174 |
#errors |
175 |
#document |
176 |
| <!DOCTYPE html> |
177 |
| <html> |
178 |
| <head> |
179 |
| <body> |
180 |
| <option> |
181 |
|
182 |
#data |
183 |
<!DOCTYPE HTML><optgroup></body> |
184 |
#errors |
185 |
#document |
186 |
| <!DOCTYPE html> |
187 |
| <html> |
188 |
| <head> |
189 |
| <body> |
190 |
| <optgroup> |
191 |
|
192 |
#data |
193 |
<!DOCTYPE HTML><select><input> |
194 |
#errors |
195 |
no </select> |
196 |
#document |
197 |
| <!DOCTYPE html> |
198 |
| <html> |
199 |
| <head> |
200 |
| <body> |
201 |
| <select> |
202 |
| <input> |
203 |
|
204 |
#data |
205 |
<!DOCTYPE HTML><select><textarea></textarea> |
206 |
#errors |
207 |
no </select> |
208 |
#document |
209 |
| <!DOCTYPE html> |
210 |
| <html> |
211 |
| <head> |
212 |
| <body> |
213 |
| <select> |
214 |
| <textarea> |
215 |
|
216 |
#data |
217 |
<!DOCTYPE HTML><select><keygen></keygen> |
218 |
#errors |
219 |
no </select> |
220 |
unmatched </keygen> |
221 |
#document |
222 |
| <!DOCTYPE html> |
223 |
| <html> |
224 |
| <head> |
225 |
| <body> |
226 |
| <select> |
227 |
| <keygen> |
228 |
|
229 |
#data |
230 |
<!DOCTYPE HTML><select><option><input> |
231 |
#errors |
232 |
no </select> |
233 |
#document |
234 |
| <!DOCTYPE html> |
235 |
| <html> |
236 |
| <head> |
237 |
| <body> |
238 |
| <select> |
239 |
| <option> |
240 |
| <input> |
241 |
|
242 |
#data |
243 |
<!DOCTYPE HTML><select><option><textarea></textarea> |
244 |
#errors |
245 |
no </select> |
246 |
#document |
247 |
| <!DOCTYPE html> |
248 |
| <html> |
249 |
| <head> |
250 |
| <body> |
251 |
| <select> |
252 |
| <option> |
253 |
| <textarea> |
254 |
|
255 |
#data |
256 |
<!DOCTYPE HTML><select><option><keygen></keygen> |
257 |
#errors |
258 |
no </select> |
259 |
unmatched </keygen> |
260 |
#document |
261 |
| <!DOCTYPE html> |
262 |
| <html> |
263 |
| <head> |
264 |
| <body> |
265 |
| <select> |
266 |
| <option> |
267 |
| <keygen> |
268 |
|
269 |
#data |
270 |
<input>a |
271 |
#errors |
272 |
<input> in select |
273 |
#document-fragment select |
274 |
| "a" |
275 |
|
276 |
#data |
277 |
<textarea>a |
278 |
#errors |
279 |
<textarea> in select |
280 |
#document-fragment select |
281 |
| "a" |
282 |
|
283 |
#data |
284 |
<keygen>a |
285 |
#errors |
286 |
<keygen> in select |
287 |
#document-fragment select |
288 |
| "a" |
289 |
|
290 |
#data |
291 |
<!DOCTYPE HTML> |
292 |
<select><script>a<b>c</script></select> |
293 |
#errors |
294 |
#document |
295 |
| <!DOCTYPE html> |
296 |
| <html> |
297 |
| <head> |
298 |
| <body> |
299 |
| <select> |
300 |
| <script> |
301 |
| "a<b>c" |
302 |
|
303 |
#data |
304 |
<!DOCTYPE HTML> |
305 |
<table><tr><td><select><script>a<b>c</script></select></table> |
306 |
#errors |
307 |
#document |
308 |
| <!DOCTYPE html> |
309 |
| <html> |
310 |
| <head> |
311 |
| <body> |
312 |
| <table> |
313 |
| <tbody> |
314 |
| <tr> |
315 |
| <td> |
316 |
| <select> |
317 |
| <script> |
318 |
| "a<b>c" |