File tree 3 files changed +47
-0
lines changed
3 files changed +47
-0
lines changed Original file line number Diff line number Diff line change @@ -573,6 +573,8 @@ svg svg
573
573
<svg></p><foo>
574
574
#errors
575
575
9: HTML end tag “p” in a foreign namespace context.
576
+ (1:6) Unexpected </p> from in body insertion mode
577
+ (1:15) Unexpected EOF
576
578
#document-fragment
577
579
div
578
580
#document
584
586
<svg></br><foo>
585
587
#errors
586
588
10: HTML end tag “br” in a foreign namespace context.
589
+ (1:6) Unexpected </br> from in body insertion mode
590
+ (1:16) Unexpected EOF
587
591
#document-fragment
588
592
div
589
593
#document
595
599
</p><foo>
596
600
#errors
597
601
4: HTML end tag “p” in a foreign namespace context.
602
+ (1:1) Unexpected </p> from in body insertion mode
603
+ (1:10) Unexpected EOF
598
604
#document-fragment
599
605
svg svg
600
606
#document
@@ -605,6 +611,8 @@ svg svg
605
611
</br><foo>
606
612
#errors
607
613
5: HTML end tag “br” in a foreign namespace context.
614
+ (1:1) Unexpected </br> from in body insertion mode
615
+ (1:11) Unexpected EOF
608
616
#document-fragment
609
617
svg svg
610
618
#document
@@ -615,6 +623,8 @@ svg svg
615
623
<body><foo>
616
624
#errors
617
625
6: HTML start tag “body” in a foreign namespace context.
626
+ (1:1) Unexpected <body> from in body insertion mode
627
+ (1:12) Unexpected EOF
618
628
#document-fragment
619
629
svg svg
620
630
#document
@@ -624,6 +634,7 @@ svg svg
624
634
<p><foo>
625
635
#errors
626
636
3: HTML start tag “p” in a foreign namespace context.
637
+ (1:9) Unexpected EOF
627
638
#document-fragment
628
639
svg svg
629
640
#document
@@ -634,6 +645,7 @@ svg svg
634
645
<p></p><foo>
635
646
#errors
636
647
3: HTML start tag “p” in a foreign namespace context.
648
+ (1:13) Unexpected EOF
637
649
#document-fragment
638
650
svg svg
639
651
#document
Original file line number Diff line number Diff line change 1
1
#data
2
2
<svg><tr><td><title><tr>
3
3
#errors
4
+ (1:21) Unexpected <tr> tag
5
+ (1:25) Unexpected EOF
4
6
#document-fragment
5
7
td
6
8
#document
12
14
#data
13
15
<svg><tr><td><title><tr>
14
16
#errors
17
+ (1:1) Unexpected <svg> tag
18
+ (1:21) Unexpected <tr> tag
19
+ (1:25) Unexpected EOF
15
20
#document-fragment
16
21
tr
17
22
#document
23
28
#data
24
29
<svg><thead><title><tbody>
25
30
#errors
31
+ (1:1) Unexpected <svg> tag
32
+ (1:20) Unexpected <tbody> tag
33
+ (1:27) Unexpected EOF
26
34
#document-fragment
27
35
thead
28
36
#document
33
41
#data
34
42
<svg><tfoot><title><tbody>
35
43
#errors
44
+ (1:1) Unexpected <svg> tag
45
+ (1:20) Unexpected <tbody> tag
46
+ (1:27) Unexpected EOF
36
47
#document-fragment
37
48
tfoot
38
49
#document
43
54
#data
44
55
<svg><tbody><title><tfoot>
45
56
#errors
57
+ (1:1) Unexpected <svg> tag
58
+ (1:20) Unexpected <tfoot> tag
59
+ (1:27) Unexpected EOF
46
60
#document-fragment
47
61
tbody
48
62
#document
53
67
#data
54
68
<svg><tbody><title></table>
55
69
#errors
70
+ (1:1) Unexpected <svg> tag
71
+ (1:20) Unexpected </table> tag
72
+ (1:28) Unexpected EOF
56
73
#document-fragment
57
74
tbody
58
75
#document
63
80
#data
64
81
<svg><thead><title></table>
65
82
#errors
83
+ (1:1) Unexpected <svg> tag
84
+ (1:20) Unexpected </table> tag
85
+ (1:28) Unexpected EOF
66
86
#document-fragment
67
87
tbody
68
88
#document
73
93
#data
74
94
<svg><tfoot><title></table>
75
95
#errors
96
+ (1:1) Unexpected <svg> tag
97
+ (1:20) Unexpected </table> tag
98
+ (1:28) Unexpected EOF
76
99
#document-fragment
77
100
tbody
78
101
#document
Original file line number Diff line number Diff line change @@ -395,7 +395,10 @@ Line 1 Col 19 Expected closing tag. Unexpected end of file.
395
395
#data
396
396
<svg></p><foo>
397
397
#errors
398
+ (1:1) Missing doctype
398
399
9: HTML end tag “p” in a foreign namespace context.
400
+ (1:6) Unexpected </p> from in body insertion mode
401
+ (1:16) Unexpected EOF
399
402
#document
400
403
| <html>
401
404
| <head>
@@ -407,7 +410,10 @@ Line 1 Col 19 Expected closing tag. Unexpected end of file.
407
410
#data
408
411
<svg></br><foo>
409
412
#errors
413
+ (1:1) Missing doctype
410
414
10: HTML end tag “br” in a foreign namespace context.
415
+ (1:6) Unexpected </br> from in body insertion mode
416
+ (1:16) Unexpected EOF
411
417
#document
412
418
| <html>
413
419
| <head>
@@ -419,7 +425,10 @@ Line 1 Col 19 Expected closing tag. Unexpected end of file.
419
425
#data
420
426
<math></p><foo>
421
427
#errors
428
+ (1:1) Missing doctype
422
429
10: HTML end tag “p” in a foreign namespace context.
430
+ (1:7) Unexpected </p> from in body insertion mode
431
+ (1:16) Unexpected EOF
423
432
#document
424
433
| <html>
425
434
| <head>
@@ -431,7 +440,10 @@ Line 1 Col 19 Expected closing tag. Unexpected end of file.
431
440
#data
432
441
<math></br><foo>
433
442
#errors
443
+ (1:1) Missing doctype
434
444
11: HTML end tag “br” in a foreign namespace context.
445
+ (1:7) Unexpected </br> from in body insertion mode
446
+ (1:17) Unexpected EOF
435
447
#document
436
448
| <html>
437
449
| <head>
You can’t perform that action at this time.
0 commit comments