...
1#data
2<isindex>
3#errors
4(1,9): expected-doctype-but-got-start-tag
5(1,9): expected-closing-tag-but-got-eof
6#document
7| <html>
8| <head>
9| <body>
10| <isindex>
11
12#data
13<isindex name="A" action="B" prompt="C" foo="D">
14#errors
15(1,48): expected-doctype-but-got-start-tag
16(1,48): expected-closing-tag-but-got-eof
17#document
18| <html>
19| <head>
20| <body>
21| <isindex>
22| action="B"
23| foo="D"
24| name="A"
25| prompt="C"
26
27#data
28<form><isindex>
29#errors
30(1,6): expected-doctype-but-got-start-tag
31(1,15): expected-closing-tag-but-got-eof
32#document
33| <html>
34| <head>
35| <body>
36| <form>
37| <isindex>
38
39#data
40<!doctype html><isindex>x</isindex>x
41#errors
42#document
43| <!DOCTYPE html>
44| <html>
45| <head>
46| <body>
47| <isindex>
48| "x"
49| "x"
View as plain text