File tree Expand file tree Collapse file tree 10 files changed +13
-14
lines changed Expand file tree Collapse file tree 10 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -762,7 +762,8 @@ FOO�
762
762
FOO�ZOO
763
763
#errors
764
764
(1,3): expected-doctype-but-got-chars
765
- (1,13): illegal-codepoint-for-numeric-entity
765
+ (1,16): numeric-entity-without-semicolon
766
+ (1,16): illegal-codepoint-for-numeric-entity
766
767
#document
767
768
| <html>
768
769
| <head>
@@ -773,7 +774,8 @@ FOO�ZOO
773
774
FOO�ZOO
774
775
#errors
775
776
(1,3): expected-doctype-but-got-chars
776
- (1,13): illegal-codepoint-for-numeric-entity
777
+ (1,15): numeric-entity-without-semicolon
778
+ (1,15): illegal-codepoint-for-numeric-entity
777
779
#document
778
780
| <html>
779
781
| <head>
@@ -784,7 +786,8 @@ FOO�ZOO
784
786
FOO�ZOO
785
787
#errors
786
788
(1,3): expected-doctype-but-got-chars
787
- (1,13): illegal-codepoint-for-numeric-entity
789
+ (1,17): numeric-entity-without-semicolon
790
+ (1,17): illegal-codepoint-for-numeric-entity
788
791
#document
789
792
| <html>
790
793
| <head>
Original file line number Diff line number Diff line change @@ -487,8 +487,7 @@ svg desc
487
487
#data
488
488
<plaintext><foo>
489
489
#errors
490
- 16: End of file seen and there were open elements.
491
- 11: Unclosed element “plaintext”.
490
+ (1,16): expected-closing-tag-but-got-eof
492
491
#document-fragment
493
492
svg desc
494
493
#document
Original file line number Diff line number Diff line change 58
58
<html><ruby>a<rb>b<span></ruby></html>
59
59
#errors
60
60
(1,6): expected-doctype-but-got-start-tag
61
+ (1,31): unexpected-end-tag
61
62
#document
62
63
| <html>
63
64
| <head>
128
129
<html><ruby>a<rt>b<span></ruby></html>
129
130
#errors
130
131
(1,6): expected-doctype-but-got-start-tag
132
+ (1,31): unexpected-end-tag
131
133
#document
132
134
| <html>
133
135
| <head>
271
273
<html><ruby>a<rp>b<span></ruby></html>
272
274
#errors
273
275
(1,6): expected-doctype-but-got-start-tag
276
+ (1,31): unexpected-end-tag
274
277
#document
275
278
| <html>
276
279
| <head>
Original file line number Diff line number Diff line change @@ -357,7 +357,6 @@ Line1<br>Line2<br>Line3<br>Line4
357
357
(1,27): unexpected-select-in-select
358
358
(1,39): unexpected-end-tag
359
359
(1,48): unexpected-end-tag
360
- (1,49): expected-closing-tag-but-got-eof
361
360
#document
362
361
| <html>
363
362
| <head>
@@ -1539,7 +1538,6 @@ Line1<br>Line2<br>Line3<br>Line4
1539
1538
(1,27): unexpected-select-in-select
1540
1539
(1,39): unexpected-end-tag
1541
1540
(1,48): unexpected-end-tag
1542
- (1,48): expected-closing-tag-but-got-eof
1543
1541
#document
1544
1542
| <html>
1545
1543
| <head>
Original file line number Diff line number Diff line change 216
216
#data
217
217
<!doctype html><script><!
218
218
#errors
219
+ (1,25): expected-script-data-but-got-eof
219
220
(1,25): expected-named-closing-tag-but-got-eof
220
221
#document
221
222
| <!DOCTYPE html>
1445
1446
<script><!
1446
1447
#errors
1447
1448
(1,8): expected-doctype-but-got-start-tag
1449
+ (1,10): expected-script-data-but-got-eof
1448
1450
(1,10): expected-named-closing-tag-but-got-eof
1449
1451
#document
1450
1452
| <html>
Original file line number Diff line number Diff line change 471
471
<!DOCTYPE html><select><optgroup><option></optgroup><option><select><option>
472
472
#errors
473
473
(1,68): unexpected-select-in-select
474
- (1,76): expected-closing-tag-but-got-eof
475
474
#document
476
475
| <!DOCTYPE html>
477
476
| <html>
Original file line number Diff line number Diff line change 407
407
<option><option>
408
408
#errors
409
409
(1,8): expected-doctype-but-got-start-tag
410
- (1,16): expected-closing-tag-but-got-eof
411
410
#document
412
411
| <html>
413
412
| <head>
Original file line number Diff line number Diff line change @@ -393,6 +393,7 @@ A<table><tr> B</tr> </em>C</table>
393
393
(1,14): foster-parenting-character
394
394
(1,20): foster-parenting-character
395
395
(1,25): unexpected-end-tag
396
+ (1,25): unexpected-end-tag-in-special-element
396
397
(1,26): foster-parenting-character
397
398
#document
398
399
| <html>
Original file line number Diff line number Diff line change 826
826
</select><option>
827
827
#errors
828
828
(1,9): XXX-undefined-error
829
- (1,17): eof-in-select
830
829
#document-fragment
831
830
select
832
831
#document
@@ -836,7 +835,6 @@ select
836
835
<input><option>
837
836
#errors
838
837
(1,7): unexpected-input-in-select
839
- (1,15): eof-in-select
840
838
#document-fragment
841
839
select
842
840
#document
@@ -846,7 +844,6 @@ select
846
844
<keygen><option>
847
845
#errors
848
846
(1,8): unexpected-input-in-select
849
- (1,16): eof-in-select
850
847
#document-fragment
851
848
select
852
849
#document
@@ -856,7 +853,6 @@ select
856
853
<textarea><option>
857
854
#errors
858
855
(1,10): unexpected-input-in-select
859
- (1,18): eof-in-select
860
856
#document-fragment
861
857
select
862
858
#document
Original file line number Diff line number Diff line change @@ -385,7 +385,6 @@ console.log("FOO<span>BAR</span>BAZ");
385
385
(1,59): unexpected-select-in-select
386
386
(1,93): unexpected-select-in-select
387
387
(1,127): unexpected-select-in-select
388
- (1,127): expected-closing-tag-but-got-eof
389
388
#document
390
389
| <html>
391
390
| <head>
You can’t perform that action at this time.
0 commit comments