Skip to content

Commit 0989b6b

Browse files
stevecheckowayjgraham
authored andcommitted
More missing errors
1 parent fe972fa commit 0989b6b

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

tree-construction/webkit01.dat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,10 @@ console.log("FOO<span>BAR</span>BAZ");
687687
#data
688688
<table><tr><td><svg><desc><td></desc><circle>
689689
#errors
690+
(1,7): expected-doctype-but-got-start-tag
691+
(1,30): unexpected-start-tag
692+
(1,37): unexpected-end-tag
693+
(1,22): expected-closing-tag-but-got-eof
690694
#document
691695
| <html>
692696
| <head>

tree-construction/webkit02.dat

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
#data
139139
<legend>test</legend>
140140
#errors
141+
(1,7): expected-doctype-but-got-start-tag
141142
#document
142143
| <html>
143144
| <head>
@@ -148,6 +149,9 @@
148149
#data
149150
<table><input>
150151
#errors
152+
(1,7): expected-doctype-but-got-start-tag
153+
(1,14): foster-parenting-start-tag
154+
(1,15): expected-closing-tag-but-got-eof
151155
#document
152156
| <html>
153157
| <head>
@@ -158,6 +162,9 @@
158162
#data
159163
<b><em><foo><foo><aside></b>
160164
#errors
165+
(1,3): expected-doctype-but-got-start-tag
166+
(1,28): adoption-agency-9
167+
(1,29): expected-closing-tag-but-got-eof
161168
#document
162169
| <html>
163170
| <head>
@@ -173,6 +180,10 @@
173180
#data
174181
<b><em><foo><foo><aside></b></em>
175182
#errors
183+
(1,3): expected-doctype-but-got-start-tag
184+
(1,28): adoption-agency-9
185+
(1,33): adoption-agency-9
186+
(1,34): expected-closing-tag-but-got-eof
176187
#document
177188
| <html>
178189
| <head>
@@ -189,6 +200,9 @@
189200
#data
190201
<b><em><foo><foo><foo><aside></b>
191202
#errors
203+
(1,3): expected-doctype-but-got-start-tag
204+
(1,33): adoption-agency-9
205+
(1,34): expected-closing-tag-but-got-eof
192206
#document
193207
| <html>
194208
| <head>
@@ -204,6 +218,10 @@
204218
#data
205219
<b><em><foo><foo><foo><aside></b></em>
206220
#errors
221+
(1,3): expected-doctype-but-got-start-tag
222+
(1,33): adoption-agency-9
223+
(1,38): adoption-agency-9
224+
(1,39): expected-closing-tag-but-got-eof
207225
#document
208226
| <html>
209227
| <head>
@@ -219,6 +237,9 @@
219237
#data
220238
<b><em><foo><foo><foo><foo><foo><foo><foo><foo><foo><foo><aside></b></em>
221239
#errors
240+
(1,68): adoption-agency-9
241+
(1,73): adoption-agency-9
242+
(1,74): expected-closing-tag-but-got-eof
222243
#document-fragment
223244
div
224245
#document
@@ -240,6 +261,9 @@ div
240261
#data
241262
<b><em><foo><foob><foob><foob><foob><fooc><fooc><fooc><fooc><food><aside></b></em>
242263
#errors
264+
(1,77): adoption-agency-9
265+
(1,82): adoption-agency-9
266+
(1,83): expected-closing-tag-but-got-eof
243267
#document-fragment
244268
div
245269
#document
@@ -261,6 +285,8 @@ div
261285
#data
262286
<option><XH<optgroup></optgroup>
263287
#errors
288+
(1,21): unexpected-start-tag-in-select
289+
(1,32): unexpected-end-tag-in-select
264290
#document-fragment
265291
select
266292
#document
@@ -269,6 +295,8 @@ select
269295
#data
270296
<svg><foreignObject><div>foo</div><plaintext></foreignObject></svg><div>bar</div>
271297
#errors
298+
(1,5): expected-doctype-but-got-start-tag
299+
(1,82): expected-closing-tag-but-got-eof
272300
#document
273301
| <html>
274302
| <head>
@@ -283,6 +311,8 @@ select
283311
#data
284312
<svg><foreignObject></foreignObject><title></svg>foo
285313
#errors
314+
(1,5): expected-doctype-but-got-start-tag
315+
(1,49): expected-one-end-tag-but-got-another
286316
#document
287317
| <html>
288318
| <head>
@@ -295,6 +325,9 @@ select
295325
#data
296326
</foreignObject><plaintext><div>foo</div>
297327
#errors
328+
(1,16): expected-doctype-but-got-end-tag
329+
(1,16): unexpected-end-tag-before-html
330+
(1,42): expected-closing-tag-but-got-eof
298331
#document
299332
| <html>
300333
| <head>

0 commit comments

Comments
 (0)