|
1 #data |
|
2 <div> |
|
3 <div></div> |
|
4 </span>x |
|
5 #errors |
|
6 (1,5): expected-doctype-but-got-start-tag |
|
7 (3,7): unexpected-end-tag |
|
8 (3,8): expected-closing-tag-but-got-eof |
|
9 #document |
|
10 | <html> |
|
11 | <head> |
|
12 | <body> |
|
13 | <div> |
|
14 | " |
|
15 " |
|
16 | <div> |
|
17 | " |
|
18 x" |
|
19 |
|
20 #data |
|
21 <div>x<div></div> |
|
22 </span>x |
|
23 #errors |
|
24 (1,5): expected-doctype-but-got-start-tag |
|
25 (2,7): unexpected-end-tag |
|
26 (2,8): expected-closing-tag-but-got-eof |
|
27 #document |
|
28 | <html> |
|
29 | <head> |
|
30 | <body> |
|
31 | <div> |
|
32 | "x" |
|
33 | <div> |
|
34 | " |
|
35 x" |
|
36 |
|
37 #data |
|
38 <div>x<div></div>x</span>x |
|
39 #errors |
|
40 (1,5): expected-doctype-but-got-start-tag |
|
41 (1,25): unexpected-end-tag |
|
42 (1,26): expected-closing-tag-but-got-eof |
|
43 #document |
|
44 | <html> |
|
45 | <head> |
|
46 | <body> |
|
47 | <div> |
|
48 | "x" |
|
49 | <div> |
|
50 | "xx" |
|
51 |
|
52 #data |
|
53 <div>x<div></div>y</span>z |
|
54 #errors |
|
55 (1,5): expected-doctype-but-got-start-tag |
|
56 (1,25): unexpected-end-tag |
|
57 (1,26): expected-closing-tag-but-got-eof |
|
58 #document |
|
59 | <html> |
|
60 | <head> |
|
61 | <body> |
|
62 | <div> |
|
63 | "x" |
|
64 | <div> |
|
65 | "yz" |
|
66 |
|
67 #data |
|
68 <table><div>x<div></div>x</span>x |
|
69 #errors |
|
70 (1,7): expected-doctype-but-got-start-tag |
|
71 (1,12): foster-parenting-start-tag |
|
72 (1,13): foster-parenting-character |
|
73 (1,18): foster-parenting-start-tag |
|
74 (1,24): foster-parenting-end-tag |
|
75 (1,25): foster-parenting-start-tag |
|
76 (1,32): foster-parenting-end-tag |
|
77 (1,32): unexpected-end-tag |
|
78 (1,33): foster-parenting-character |
|
79 (1,33): eof-in-table |
|
80 #document |
|
81 | <html> |
|
82 | <head> |
|
83 | <body> |
|
84 | <div> |
|
85 | "x" |
|
86 | <div> |
|
87 | "xx" |
|
88 | <table> |
|
89 |
|
90 #data |
|
91 x<table>x |
|
92 #errors |
|
93 (1,1): expected-doctype-but-got-chars |
|
94 (1,9): foster-parenting-character |
|
95 #document |
|
96 | <html> |
|
97 | <head> |
|
98 | <body> |
|
99 | "xx" |
|
100 | <table> |
|
101 |
|
102 #data |
|
103 x<table><table>x |
|
104 #errors |
|
105 (1,1): expected-doctype-but-got-chars |
|
106 (1,15): unexpected-start-tag-implies-end-tag |
|
107 (1,16): foster-parenting-character |
|
108 #document |
|
109 | <html> |
|
110 | <head> |
|
111 | <body> |
|
112 | "x" |
|
113 | <table> |
|
114 | "x" |
|
115 | <table> |
|
116 |
|
117 #data |
|
118 <b>a<div></div><div></b>y |
|
119 #errors |
|
120 (1,3): expected-doctype-but-got-start-tag |
|
121 (1,24): adoption-agency-1.3 |
|
122 (1,25): expected-closing-tag-but-got-eof |
|
123 #document |
|
124 | <html> |
|
125 | <head> |
|
126 | <body> |
|
127 | <b> |
|
128 | "a" |
|
129 | <div> |
|
130 | <div> |
|
131 | <b> |
|
132 | "y" |
|
133 |
|
134 #data |
|
135 <a><div><p></a> |
|
136 #errors |
|
137 (1,3): expected-doctype-but-got-start-tag |
|
138 (1,15): adoption-agency-1.3 |
|
139 (1,15): adoption-agency-1.3 |
|
140 (1,15): expected-closing-tag-but-got-eof |
|
141 #document |
|
142 | <html> |
|
143 | <head> |
|
144 | <body> |
|
145 | <a> |
|
146 | <div> |
|
147 | <a> |
|
148 | <p> |
|
149 | <a> |