Skip to content

Commit c67f90e

Browse files
flavorjonesMs2ger
authored andcommitted
update hr-in-select tests with parser errors
See html5lib#167
1 parent 55aa183 commit c67f90e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

tree-construction/webkit02.dat

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,8 @@ eof-in-math
404404
#data
405405
<select><hr>
406406
#errors
407+
1:1: ERROR: Expected a doctype token
408+
1:13: ERROR: Premature end of file. Currently open tags: html, body, select.
407409
#document
408410
| <html>
409411
| <head>
@@ -414,6 +416,8 @@ eof-in-math
414416
#data
415417
<select><option><hr>
416418
#errors
419+
1:1: ERROR: Expected a doctype token
420+
1:21: ERROR: Premature end of file. Currently open tags: html, body, select.
417421
#document
418422
| <html>
419423
| <head>
@@ -425,6 +429,8 @@ eof-in-math
425429
#data
426430
<select><optgroup><option><hr>
427431
#errors
432+
1:1: ERROR: Expected a doctype token
433+
1:31: ERROR: Premature end of file. Currently open tags: html, body, select.
428434
#document
429435
| <html>
430436
| <head>
@@ -437,6 +443,8 @@ eof-in-math
437443
#data
438444
<select><optgroup><hr>
439445
#errors
446+
1:1: ERROR: Expected a doctype token
447+
1:23: ERROR: Premature end of file. Currently open tags: html, body, select.
440448
#document
441449
| <html>
442450
| <head>
@@ -448,6 +456,8 @@ eof-in-math
448456
#data
449457
<select><option><optgroup><hr>
450458
#errors
459+
1:1: ERROR: Expected a doctype token
460+
1:31: ERROR: Premature end of file. Currently open tags: html, body, select.
451461
#document
452462
| <html>
453463
| <head>
@@ -460,6 +470,8 @@ eof-in-math
460470
#data
461471
<table><tr><td><select><hr>
462472
#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.
463475
#document
464476
| <html>
465477
| <head>
@@ -474,6 +486,8 @@ eof-in-math
474486
#data
475487
<table><tr><td><select><option><hr>
476488
#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.
477491
#document
478492
| <html>
479493
| <head>
@@ -489,6 +503,8 @@ eof-in-math
489503
#data
490504
<table><tr><td><select><optgroup><option><hr>
491505
#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.
492508
#document
493509
| <html>
494510
| <head>
@@ -505,6 +521,8 @@ eof-in-math
505521
#data
506522
<table><tr><td><select><optgroup><hr>
507523
#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.
508526
#document
509527
| <html>
510528
| <head>
@@ -520,6 +538,8 @@ eof-in-math
520538
#data
521539
<table><tr><td><select><option><optgroup><hr>
522540
#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.
523543
#document
524544
| <html>
525545
| <head>

0 commit comments

Comments
 (0)