@@ -404,6 +404,8 @@ eof-in-math
404
404
#data
405
405
<select><hr>
406
406
#errors
407
+ 1:1: ERROR: Expected a doctype token
408
+ 1:13: ERROR: Premature end of file. Currently open tags: html, body, select.
407
409
#document
408
410
| <html>
409
411
| <head>
@@ -414,6 +416,8 @@ eof-in-math
414
416
#data
415
417
<select><option><hr>
416
418
#errors
419
+ 1:1: ERROR: Expected a doctype token
420
+ 1:21: ERROR: Premature end of file. Currently open tags: html, body, select.
417
421
#document
418
422
| <html>
419
423
| <head>
@@ -425,6 +429,8 @@ eof-in-math
425
429
#data
426
430
<select><optgroup><option><hr>
427
431
#errors
432
+ 1:1: ERROR: Expected a doctype token
433
+ 1:31: ERROR: Premature end of file. Currently open tags: html, body, select.
428
434
#document
429
435
| <html>
430
436
| <head>
@@ -437,6 +443,8 @@ eof-in-math
437
443
#data
438
444
<select><optgroup><hr>
439
445
#errors
446
+ 1:1: ERROR: Expected a doctype token
447
+ 1:23: ERROR: Premature end of file. Currently open tags: html, body, select.
440
448
#document
441
449
| <html>
442
450
| <head>
@@ -448,6 +456,8 @@ eof-in-math
448
456
#data
449
457
<select><option><optgroup><hr>
450
458
#errors
459
+ 1:1: ERROR: Expected a doctype token
460
+ 1:31: ERROR: Premature end of file. Currently open tags: html, body, select.
451
461
#document
452
462
| <html>
453
463
| <head>
@@ -460,6 +470,8 @@ eof-in-math
460
470
#data
461
471
<table><tr><td><select><hr>
462
472
#errors
473
+ 1:1: ERROR: Expected a doctype token
474
+ 1:28: ERROR: Premature end of file. Currently open tags: html, body, table, tbody, tr, td, select.
463
475
#document
464
476
| <html>
465
477
| <head>
@@ -474,6 +486,8 @@ eof-in-math
474
486
#data
475
487
<table><tr><td><select><option><hr>
476
488
#errors
489
+ 1:1: ERROR: Expected a doctype token
490
+ 1:36: ERROR: Premature end of file. Currently open tags: html, body, table, tbody, tr, td, select.
477
491
#document
478
492
| <html>
479
493
| <head>
@@ -489,6 +503,8 @@ eof-in-math
489
503
#data
490
504
<table><tr><td><select><optgroup><option><hr>
491
505
#errors
506
+ 1:1: ERROR: Expected a doctype token
507
+ 1:46: ERROR: Premature end of file. Currently open tags: html, body, table, tbody, tr, td, select.
492
508
#document
493
509
| <html>
494
510
| <head>
@@ -505,6 +521,8 @@ eof-in-math
505
521
#data
506
522
<table><tr><td><select><optgroup><hr>
507
523
#errors
524
+ 1:1: ERROR: Expected a doctype token
525
+ 1:38: ERROR: Premature end of file. Currently open tags: html, body, table, tbody, tr, td, select.
508
526
#document
509
527
| <html>
510
528
| <head>
@@ -520,6 +538,8 @@ eof-in-math
520
538
#data
521
539
<table><tr><td><select><option><optgroup><hr>
522
540
#errors
541
+ 1:1: ERROR: Expected a doctype token
542
+ 1:46: ERROR: Premature end of file. Currently open tags: html, body, table, tbody, tr, td, select.
523
543
#document
524
544
| <html>
525
545
| <head>
0 commit comments