8000 Test absence of errors for open elements that do not result in error … · html5lib/html5lib-tests@2b5b00e · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b5b00e

Browse files
committed
Test absence of errors for open elements that do not result in error on EOF.
1 parent 88b8ee9 commit 2b5b00e

File tree

1 file changed

+163
-0
lines changed

1 file changed

+163
-0
lines changed

tree-construction/tests26.dat

Lines changed: 163 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,3 +386,166 @@ Line 1 Col 19 Expected closing tag. Unexpected end of file.
386386
| <button>
387387
| <p>
388388
| <button>
389+
390+
#data
391+
<!DOCTYPE html><dd>
392+
#errors
393+
#document
394+
| <!DOCTYPE html>
395+
| <html>
396+
| <head>
397+
| <body>
398+
| <dd>
399+
400+
#data
401+
<!DOCTYPE html><dt>
402+
#errors
403+
#document
404+
| <!DOCTYPE html>
405+
| <html>
406+
| <head>
407+
| <body>
408+
| <dt>
409+
410+
#data
411+
<!DOCTYPE html><li>
412+
#errors
413+
#document
414+
| <!DOCTYPE html>
415+
| <html>
416+
| <head>
417+
| <body>
418+
| <li>
419+
420+
#data
421+
<!DOCTYPE html><menuitem>
422+
#errors
423+
#document
424+
| <!DOCTYPE html>
425+
| <html>
426+
| <head>
427+
| <body>
428+
| <menuitem>
429+
430+
#data
431+
<!DOCTYPE html><optgroup>
432+
#errors
433+
#document
434+
| <!DOCTYPE html>
435+
| <html>
436+
| <head>
437+
| <body>
438+
| <optgroup>
439+
440+
#data
441+
<!DOCTYPE html><option>
442+
#errors
443+
#document
444+
| <!DOCTYPE html>
445+
| <html>
446+
| <head>
447+
| <body>
448+
| <option>
449+
450+
#data
451+
<!DOCTYPE html><p>
452+
#errors
453+
#document
454+
| <!DOCTYPE html>
455+
| <html>
456+
| <head>
457+
| <body>
458+
| <p>
459+
460+
#data
461+
<!DOCTYPE html><rb>
462+
#errors
463+
#document
464+
| <!DOCTYPE html>
465+
| <html>
466+
| <head>
467+
| <body>
468+
| <rb>
469+
470+
#data
471+
<!DOCTYPE html><rp>
472+
#errors
473+
#document
474+
| <!DOCTYPE html>
475+
| <html>
476+
| <head>
477+
| <body>
478+
| <rp>
479+
480+
#data
481+
<!DOCTYPE html><rt>
482+
#errors
483+
#document
484+
| <!DOCTYPE html>
485+
| <html>
486+
| <head>
487+
| <body>
488+
| <rt>
489+
490+
#data
491+
<!DOCTYPE html><rtc>
492+
#errors
493+
#document
494+
| <!DOCTYPE html>
495+
| <html>
496+
| <head>
497+
| <body>
498+
| <rtc>
499+
500+
#data
501+
<tbody>
502+
#errors
503+
#document-fragment
504+
table
505+
#document
506+
| <tbody>
507+
508+
#data
509+
<thead>
510+
#errors
511+
#document-fragment
512+
table
513+
#document
514+
| <thead>
515+
516+
#data
517+
<tfoot>
518+
#errors
519+
#document-fragment
520+
table
521+
#document
522+
| <tfoot>
523+
524+
#data
525+
<tr>
526+
#errors
527+
#document-fragment
528+
table
529+
#document
530+
| <tbody>
531+
| <tr>
532+
533+
#data
534+
<td>
535+
#errors
536+
#document-fragment
537+
table
538+
#document
539+
| <tbody>
540+
| <tr>
541+
| <td>
542+
543+
#data
544+
<th>
545+
#errors
546+
#document-fragment
547+
table
548+
#document
549+
| <tbody>
550+
| <tr>
551+
| <th>

0 commit comments

Comments
 (0)
0