github.com/hxx258456/ccgo@v0.0.5-0.20230213014102-48b35f46f66f/net/html/testdata/webkit/tests1.dat (about) 1 #data 2 Test 3 #errors 4 (1,0): expected-doctype-but-got-chars 5 #document 6 | <html> 7 | <head> 8 | <body> 9 | "Test" 10 11 #data 12 <p>One<p>Two 13 #errors 14 (1,3): expected-doctype-but-got-start-tag 15 #document 16 | <html> 17 | <head> 18 | <body> 19 | <p> 20 | "One" 21 | <p> 22 | "Two" 23 24 #data 25 Line1<br>Line2<br>Line3<br>Line4 26 #errors 27 (1,0): expected-doctype-but-got-chars 28 #document 29 | <html> 30 | <head> 31 | <body> 32 | "Line1" 33 | <br> 34 | "Line2" 35 | <br> 36 | "Line3" 37 | <br> 38 | "Line4" 39 40 #data 41 <html> 42 #errors 43 (1,6): expected-doctype-but-got-start-tag 44 #document 45 | <html> 46 | <head> 47 | <body> 48 49 #data 50 <head> 51 #errors 52 (1,6): expected-doctype-but-got-start-tag 53 #document 54 | <html> 55 | <head> 56 | <body> 57 58 #data 59 <body> 60 #errors 61 (1,6): expected-doctype-but-got-start-tag 62 #document 63 | <html> 64 | <head> 65 | <body> 66 67 #data 68 <html><head> 69 #errors 70 (1,6): expected-doctype-but-got-start-tag 71 #document 72 | <html> 73 | <head> 74 | <body> 75 76 #data 77 <html><head></head> 78 #errors 79 (1,6): expected-doctype-but-got-start-tag 80 #document 81 | <html> 82 | <head> 83 | <body> 84 85 #data 86 <html><head></head><body> 87 #errors 88 (1,6): expected-doctype-but-got-start-tag 89 #document 90 | <html> 91 | <head> 92 | <body> 93 94 #data 95 <html><head></head><body></body> 96 #errors 97 (1,6): expected-doctype-but-got-start-tag 98 #document 99 | <html> 100 | <head> 101 | <body> 102 103 #data 104 <html><head><body></body></html> 105 #errors 106 (1,6): expected-doctype-but-got-start-tag 107 #document 108 | <html> 109 | <head> 110 | <body> 111 112 #data 113 <html><head></body></html> 114 #errors 115 (1,6): expected-doctype-but-got-start-tag 116 #document 117 | <html> 118 | <head> 119 | <body> 120 121 #data 122 <html><head><body></html> 123 #errors 124 (1,6): expected-doctype-but-got-start-tag 125 #document 126 | <html> 127 | <head> 128 | <body> 129 130 #data 131 <html><body></html> 132 #errors 133 (1,6): expected-doctype-but-got-start-tag 134 #document 135 | <html> 136 | <head> 137 | <body> 138 139 #data 140 <body></html> 141 #errors 142 (1,6): expected-doctype-but-got-start-tag 143 #document 144 | <html> 145 | <head> 146 | <body> 147 148 #data 149 <head></html> 150 #errors 151 (1,6): expected-doctype-but-got-start-tag 152 #document 153 | <html> 154 | <head> 155 | <body> 156 157 #data 158 </head> 159 #errors 160 (1,7): expected-doctype-but-got-end-tag 161 #document 162 | <html> 163 | <head> 164 | <body> 165 166 #data 167 </body> 168 #errors 169 (1,7): expected-doctype-but-got-end-tag element. 170 #document 171 | <html> 172 | <head> 173 | <body> 174 175 #data 176 </html> 177 #errors 178 (1,7): expected-doctype-but-got-end-tag element. 179 #document 180 | <html> 181 | <head> 182 | <body> 183 184 #data 185 <b><table><td><i></table> 186 #errors 187 (1,3): expected-doctype-but-got-start-tag 188 (1,14): unexpected-cell-in-table-body 189 (1,25): unexpected-cell-end-tag 190 (1,25): expected-closing-tag-but-got-eof 191 #document 192 | <html> 193 | <head> 194 | <body> 195 | <b> 196 | <table> 197 | <tbody> 198 | <tr> 199 | <td> 200 | <i> 201 202 #data 203 <b><table><td></b><i></table>X 204 #errors 205 (1,3): expected-doctype-but-got-start-tag 206 (1,14): unexpected-cell-in-table-body 207 (1,18): unexpected-end-tag 208 (1,29): unexpected-cell-end-tag 209 (1,30): expected-closing-tag-but-got-eof 210 #document 211 | <html> 212 | <head> 213 | <body> 214 | <b> 215 | <table> 216 | <tbody> 217 | <tr> 218 | <td> 219 | <i> 220 | "X" 221 222 #data 223 <h1>Hello<h2>World 224 #errors 225 (1,4): expected-doctype-but-got-start-tag 226 (1,13): unexpected-start-tag 227 (1,18): expected-closing-tag-but-got-eof 228 #document 229 | <html> 230 | <head> 231 | <body> 232 | <h1> 233 | "Hello" 234 | <h2> 235 | "World" 236 237 #data 238 <a><p>X<a>Y</a>Z</p></a> 239 #errors 240 (1,3): expected-doctype-but-got-start-tag 241 (1,10): unexpected-start-tag-implies-end-tag 242 (1,10): adoption-agency-1.3 243 (1,24): unexpected-end-tag 244 #document 245 | <html> 246 | <head> 247 | <body> 248 | <a> 249 | <p> 250 | <a> 251 | "X" 252 | <a> 253 | "Y" 254 | "Z" 255 256 #data 257 <b><button>foo</b>bar 258 #errors 259 (1,3): expected-doctype-but-got-start-tag 260 (1,18): adoption-agency-1.3 261 (1,21): expected-closing-tag-but-got-eof 262 #document 263 | <html> 264 | <head> 265 | <body> 266 | <b> 267 | <button> 268 | <b> 269 | "foo" 270 | "bar" 271 272 #data 273 <!DOCTYPE html><span><button>foo</span>bar 274 #errors 275 (1,39): unexpected-end-tag 276 (1,42): expected-closing-tag-but-got-eof 277 #document 278 | <!DOCTYPE html> 279 | <html> 280 | <head> 281 | <body> 282 | <span> 283 | <button> 284 | "foobar" 285 286 #data 287 <p><b><div><marquee></p></b></div>X 288 #errors 289 (1,3): expected-doctype-but-got-start-tag 290 (1,11): unexpected-end-tag 291 (1,24): unexpected-end-tag 292 (1,28): unexpected-end-tag 293 (1,34): end-tag-too-early 294 (1,35): expected-closing-tag-but-got-eof 295 #document 296 | <html> 297 | <head> 298 | <body> 299 | <p> 300 | <b> 301 | <div> 302 | <b> 303 | <marquee> 304 | <p> 305 | "X" 306 307 #data 308 <script><div></script></div><title><p></title><p><p> 309 #errors 310 (1,8): expected-doctype-but-got-start-tag 311 (1,28): unexpected-end-tag 312 #document 313 | <html> 314 | <head> 315 | <script> 316 | "<div>" 317 | <title> 318 | "<p>" 319 | <body> 320 | <p> 321 | <p> 322 323 #data 324 <!--><div>--<!--> 325 #errors 326 (1,5): incorrect-comment 327 (1,10): expected-doctype-but-got-start-tag 328 (1,17): incorrect-comment 329 (1,17): expected-closing-tag-but-got-eof 330 #new-errors 331 (1:5) abrupt-closing-of-empty-comment 332 (1:17) abrupt-closing-of-empty-comment 333 #document 334 | <!-- --> 335 | <html> 336 | <head> 337 | <body> 338 | <div> 339 | "--" 340 | <!-- --> 341 342 #data 343 <p><hr></p> 344 #errors 345 (1,3): expected-doctype-but-got-start-tag 346 (1,11): unexpected-end-tag 347 #document 348 | <html> 349 | <head> 350 | <body> 351 | <p> 352 | <hr> 353 | <p> 354 355 #data 356 <select><b><option><select><option></b></select>X 357 #errors 358 (1,8): expected-doctype-but-got-start-tag 359 (1,11): unexpected-start-tag-in-select 360 (1,27): unexpected-select-in-select 361 (1,39): unexpected-end-tag 362 (1,48): unexpected-end-tag 363 #document 364 | <html> 365 | <head> 366 | <body> 367 | <select> 368 | <option> 369 | <option> 370 | "X" 371 372 #data 373 <a><table><td><a><table></table><a></tr><a></table><b>X</b>C<a>Y 374 #errors 375 (1,3): expected-doctype-but-got-start-tag 376 (1,14): unexpected-cell-in-table-body 377 (1,35): unexpected-start-tag-implies-end-tag 378 (1,40): unexpected-cell-end-tag 379 (1,43): unexpected-start-tag-implies-table-voodoo 380 (1,43): unexpected-start-tag-implies-end-tag 381 (1,43): unexpected-end-tag 382 (1,63): unexpected-start-tag-implies-end-tag 383 (1,64): expected-closing-tag-but-got-eof 384 #document 385 | <html> 386 | <head> 387 | <body> 388 | <a> 389 | <a> 390 | <table> 391 | <tbody> 392 | <tr> 393 | <td> 394 | <a> 395 | <table> 396 | <a> 397 | <a> 398 | <b> 399 | "X" 400 | "C" 401 | <a> 402 | "Y" 403 404 #data 405 <a X>0<b>1<a Y>2 406 #errors 407 (1,5): expected-doctype-but-got-start-tag 408 (1,15): unexpected-start-tag-implies-end-tag 409 (1,15): adoption-agency-1.3 410 (1,16): expected-closing-tag-but-got-eof 411 #document 412 | <html> 413 | <head> 414 | <body> 415 | <a> 416 | x="" 417 | "0" 418 | <b> 419 | "1" 420 | <b> 421 | <a> 422 | y="" 423 | "2" 424 425 #data 426 <!-----><font><div>hello<table>excite!<b>me!<th><i>please!</tr><!--X--> 427 #errors 428 (1,7): unexpected-dash-after-double-dash-in-comment 429 (1,14): expected-doctype-but-got-start-tag 430 (1,41): unexpected-start-tag-implies-table-voodoo 431 (1,48): foster-parenting-character-in-table 432 (1,48): foster-parenting-character-in-table 433 (1,48): foster-parenting-character-in-table 434 (1,48): foster-parenting-character-in-table 435 (1,48): foster-parenting-character-in-table 436 (1,48): foster-parenting-character-in-table 437 (1,48): foster-parenting-character-in-table 438 (1,48): foster-parenting-character-in-table 439 (1,48): foster-parenting-character-in-table 440 (1,48): foster-parenting-character-in-table 441 (1,48): unexpected-cell-in-table-body 442 (1,63): unexpected-cell-end-tag 443 (1,71): eof-in-table 444 #document 445 | <!-- - --> 446 | <html> 447 | <head> 448 | <body> 449 | <font> 450 | <div> 451 | "helloexcite!" 452 | <b> 453 | "me!" 454 | <table> 455 | <tbody> 456 | <tr> 457 | <th> 458 | <i> 459 | "please!" 460 | <!-- X --> 461 462 #data 463 <!DOCTYPE html><li>hello<li>world<ul>how<li>do</ul>you</body><!--do--> 464 #errors 465 #document 466 | <!DOCTYPE html> 467 | <html> 468 | <head> 469 | <body> 470 | <li> 471 | "hello" 472 | <li> 473 | "world" 474 | <ul> 475 | "how" 476 | <li> 477 | "do" 478 | "you" 479 | <!-- do --> 480 481 #data 482 <!DOCTYPE html>A<option>B<optgroup>C<select>D</option>E 483 #errors 484 (1,54): unexpected-end-tag-in-select 485 (1,55): eof-in-select 486 #document 487 | <!DOCTYPE html> 488 | <html> 489 | <head> 490 | <body> 491 | "A" 492 | <option> 493 | "B" 494 | <optgroup> 495 | "C" 496 | <select> 497 | "DE" 498 499 #data 500 < 501 #errors 502 (1,1): expected-tag-name 503 (1,1): expected-doctype-but-got-chars 504 #new-errors 505 (1:2) eof-before-tag-name 506 #document 507 | <html> 508 | <head> 509 | <body> 510 | "<" 511 512 #data 513 <# 514 #errors 515 (1,1): expected-tag-name 516 (1,1): expected-doctype-but-got-chars 517 #new-errors 518 (1:2) invalid-first-character-of-tag-name 519 #document 520 | <html> 521 | <head> 522 | <body> 523 | "<#" 524 525 #data 526 </ 527 #errors 528 (1,2): expected-closing-tag-but-got-eof 529 (1,2): expected-doctype-but-got-chars 530 #new-errors 531 (1:3) eof-before-tag-name 532 #document 533 | <html> 534 | <head> 535 | <body> 536 | "</" 537 538 #data 539 </# 540 #errors 541 (1,2): expected-closing-tag-but-got-char 542 (1,3): expected-doctype-but-got-eof 543 #new-errors 544 (1:3) invalid-first-character-of-tag-name 545 #document 546 | <!-- # --> 547 | <html> 548 | <head> 549 | <body> 550 551 #data 552 <? 553 #errors 554 (1,1): expected-tag-name-but-got-question-mark 555 (1,2): expected-doctype-but-got-eof 556 #new-errors 557 (1:2) unexpected-question-mark-instead-of-tag-name 558 #document 559 | <!-- ? --> 560 | <html> 561 | <head> 562 | <body> 563 564 #data 565 <?# 566 #errors 567 (1,1): expected-tag-name-but-got-question-mark 568 (1,3): expected-doctype-but-got-eof 569 #new-errors 570 (1:2) unexpected-question-mark-instead-of-tag-name 571 #document 572 | <!-- ?# --> 573 | <html> 574 | <head> 575 | <body> 576 577 #data 578 <! 579 #errors 580 (1,2): expected-dashes-or-doctype 581 (1,2): expected-doctype-but-got-eof 582 #new-errors 583 (1:3) incorrectly-opened-comment 584 #document 585 | <!-- --> 586 | <html> 587 | <head> 588 | <body> 589 590 #data 591 <!# 592 #errors 593 (1,2): expected-dashes-or-doctype 594 (1,3): expected-doctype-but-got-eof 595 #new-errors 596 (1:3) incorrectly-opened-comment 597 #document 598 | <!-- # --> 599 | <html> 600 | <head> 601 | <body> 602 603 #data 604 <?COMMENT?> 605 #errors 606 (1,1): expected-tag-name-but-got-question-mark 607 (1,11): expected-doctype-but-got-eof 608 #new-errors 609 (1:2) unexpected-question-mark-instead-of-tag-name 610 #document 611 | <!-- ?COMMENT? --> 612 | <html> 613 | <head> 614 | <body> 615 616 #data 617 <!COMMENT> 618 #errors 619 (1,2): expected-dashes-or-doctype 620 (1,10): expected-doctype-but-got-eof 621 #new-errors 622 (1:3) incorrectly-opened-comment 623 #document 624 | <!-- COMMENT --> 625 | <html> 626 | <head> 627 | <body> 628 629 #data 630 </ COMMENT > 631 #errors 632 (1,2): expected-closing-tag-but-got-char 633 (1,12): expected-doctype-but-got-eof 634 #new-errors 635 (1:3) invalid-first-character-of-tag-name 636 #document 637 | <!-- COMMENT --> 638 | <html> 639 | <head> 640 | <body> 641 642 #data 643 <?COM--MENT?> 644 #errors 645 (1,1): expected-tag-name-but-got-question-mark 646 (1,13): expected-doctype-but-got-eof 647 #new-errors 648 (1:2) unexpected-question-mark-instead-of-tag-name 649 #document 650 | <!-- ?COM--MENT? --> 651 | <html> 652 | <head> 653 | <body> 654 655 #data 656 <!COM--MENT> 657 #errors 658 (1,2): expected-dashes-or-doctype 659 (1,12): expected-doctype-but-got-eof 660 #new-errors 661 (1:3) incorrectly-opened-comment 662 #document 663 | <!-- COM--MENT --> 664 | <html> 665 | <head> 666 | <body> 667 668 #data 669 </ COM--MENT > 670 #errors 671 (1,2): expected-closing-tag-but-got-char 672 (1,14): expected-doctype-but-got-eof 673 #new-errors 674 (1:3) invalid-first-character-of-tag-name 675 #document 676 | <!-- COM--MENT --> 677 | <html> 678 | <head> 679 | <body> 680 681 #data 682 <!DOCTYPE html><style> EOF 683 #errors 684 (1,26): expected-named-closing-tag-but-got-eof 685 #document 686 | <!DOCTYPE html> 687 | <html> 688 | <head> 689 | <style> 690 | " EOF" 691 | <body> 692 693 #data 694 <!DOCTYPE html><script> <!-- </script> --> </script> EOF 695 #errors 696 (1,52): unexpected-end-tag 697 #document 698 | <!DOCTYPE html> 699 | <html> 700 | <head> 701 | <script> 702 | " <!-- " 703 | " " 704 | <body> 705 | "--> EOF" 706 707 #data 708 <b><p></b>TEST 709 #errors 710 (1,3): expected-doctype-but-got-start-tag 711 (1,10): adoption-agency-1.3 712 #document 713 | <html> 714 | <head> 715 | <body> 716 | <b> 717 | <p> 718 | <b> 719 | "TEST" 720 721 #data 722 <p id=a><b><p id=b></b>TEST 723 #errors 724 (1,8): expected-doctype-but-got-start-tag 725 (1,19): unexpected-end-tag 726 (1,23): adoption-agency-1.2 727 #document 728 | <html> 729 | <head> 730 | <body> 731 | <p> 732 | id="a" 733 | <b> 734 | <p> 735 | id="b" 736 | "TEST" 737 738 #data 739 <b id=a><p><b id=b></p></b>TEST 740 #errors 741 (1,8): expected-doctype-but-got-start-tag 742 (1,23): unexpected-end-tag 743 (1,27): adoption-agency-1.2 744 (1,31): expected-closing-tag-but-got-eof 745 #document 746 | <html> 747 | <head> 748 | <body> 749 | <b> 750 | id="a" 751 | <p> 752 | <b> 753 | id="b" 754 | "TEST" 755 756 #data 757 <!DOCTYPE html><title>U-test</title><body><div><p>Test<u></p></div></body> 758 #errors 759 (1,61): unexpected-end-tag 760 #document 761 | <!DOCTYPE html> 762 | <html> 763 | <head> 764 | <title> 765 | "U-test" 766 | <body> 767 | <div> 768 | <p> 769 | "Test" 770 | <u> 771 772 #data 773 <!DOCTYPE html><font><table></font></table></font> 774 #errors 775 (1,35): unexpected-end-tag-implies-table-voodoo 776 (1,35): unexpected-end-tag 777 #document 778 | <!DOCTYPE html> 779 | <html> 780 | <head> 781 | <body> 782 | <font> 783 | <table> 784 785 #data 786 <font><p>hello<b>cruel</font>world 787 #errors 788 (1,6): expected-doctype-but-got-start-tag 789 (1,29): adoption-agency-1.3 790 (1,29): adoption-agency-1.3 791 (1,34): expected-closing-tag-but-got-eof 792 #document 793 | <html> 794 | <head> 795 | <body> 796 | <font> 797 | <p> 798 | <font> 799 | "hello" 800 | <b> 801 | "cruel" 802 | <b> 803 | "world" 804 805 #data 806 <b>Test</i>Test 807 #errors 808 (1,3): expected-doctype-but-got-start-tag 809 (1,11): unexpected-end-tag 810 (1,15): expected-closing-tag-but-got-eof 811 #document 812 | <html> 813 | <head> 814 | <body> 815 | <b> 816 | "TestTest" 817 818 #data 819 <b>A<cite>B<div>C 820 #errors 821 (1,3): expected-doctype-but-got-start-tag 822 (1,17): expected-closing-tag-but-got-eof 823 #document 824 | <html> 825 | <head> 826 | <body> 827 | <b> 828 | "A" 829 | <cite> 830 | "B" 831 | <div> 832 | "C" 833 834 #data 835 <b>A<cite>B<div>C</cite>D 836 #errors 837 (1,3): expected-doctype-but-got-start-tag 838 (1,24): unexpected-end-tag 839 (1,25): expected-closing-tag-but-got-eof 840 #document 841 | <html> 842 | <head> 843 | <body> 844 | <b> 845 | "A" 846 | <cite> 847 | "B" 848 | <div> 849 | "CD" 850 851 #data 852 <b>A<cite>B<div>C</b>D 853 #errors 854 (1,3): expected-doctype-but-got-start-tag 855 (1,21): adoption-agency-1.3 856 (1,22): expected-closing-tag-but-got-eof 857 #document 858 | <html> 859 | <head> 860 | <body> 861 | <b> 862 | "A" 863 | <cite> 864 | "B" 865 | <div> 866 | <b> 867 | "C" 868 | "D" 869 870 #data 871 872 #errors 873 (1,0): expected-doctype-but-got-eof 874 #document 875 | <html> 876 | <head> 877 | <body> 878 879 #data 880 <DIV> 881 #errors 882 (1,5): expected-doctype-but-got-start-tag 883 (1,5): expected-closing-tag-but-got-eof 884 #document 885 | <html> 886 | <head> 887 | <body> 888 | <div> 889 890 #data 891 <DIV> abc 892 #errors 893 (1,5): expected-doctype-but-got-start-tag 894 (1,9): expected-closing-tag-but-got-eof 895 #document 896 | <html> 897 | <head> 898 | <body> 899 | <div> 900 | " abc" 901 902 #data 903 <DIV> abc <B> 904 #errors 905 (1,5): expected-doctype-but-got-start-tag 906 (1,13): expected-closing-tag-but-got-eof 907 #document 908 | <html> 909 | <head> 910 | <body> 911 | <div> 912 | " abc " 913 | <b> 914 915 #data 916 <DIV> abc <B> def 917 #errors 918 (1,5): expected-doctype-but-got-start-tag 919 (1,17): expected-closing-tag-but-got-eof 920 #document 921 | <html> 922 | <head> 923 | <body> 924 | <div> 925 | " abc " 926 | <b> 927 | " def" 928 929 #data 930 <DIV> abc <B> def <I> 931 #errors 932 (1,5): expected-doctype-but-got-start-tag 933 (1,21): expected-closing-tag-but-got-eof 934 #document 935 | <html> 936 | <head> 937 | <body> 938 | <div> 939 | " abc " 940 | <b> 941 | " def " 942 | <i> 943 944 #data 945 <DIV> abc <B> def <I> ghi 946 #errors 947 (1,5): expected-doctype-but-got-start-tag 948 (1,25): expected-closing-tag-but-got-eof 949 #document 950 | <html> 951 | <head> 952 | <body> 953 | <div> 954 | " abc " 955 | <b> 956 | " def " 957 | <i> 958 | " ghi" 959 960 #data 961 <DIV> abc <B> def <I> ghi <P> 962 #errors 963 (1,5): expected-doctype-but-got-start-tag 964 (1,29): expected-closing-tag-but-got-eof 965 #document 966 | <html> 967 | <head> 968 | <body> 969 | <div> 970 | " abc " 971 | <b> 972 | " def " 973 | <i> 974 | " ghi " 975 | <p> 976 977 #data 978 <DIV> abc <B> def <I> ghi <P> jkl 979 #errors 980 (1,5): expected-doctype-but-got-start-tag 981 (1,33): expected-closing-tag-but-got-eof 982 #document 983 | <html> 984 | <head> 985 | <body> 986 | <div> 987 | " abc " 988 | <b> 989 | " def " 990 | <i> 991 | " ghi " 992 | <p> 993 | " jkl" 994 995 #data 996 <DIV> abc <B> def <I> ghi <P> jkl </B> 997 #errors 998 (1,5): expected-doctype-but-got-start-tag 999 (1,38): adoption-agency-1.3 1000 (1,38): expected-closing-tag-but-got-eof 1001 #document 1002 | <html> 1003 | <head> 1004 | <body> 1005 | <div> 1006 | " abc " 1007 | <b> 1008 | " def " 1009 | <i> 1010 | " ghi " 1011 | <i> 1012 | <p> 1013 | <b> 1014 | " jkl " 1015 1016 #data 1017 <DIV> abc <B> def <I> ghi <P> jkl </B> mno 1018 #errors 1019 (1,5): expected-doctype-but-got-start-tag 1020 (1,38): adoption-agency-1.3 1021 (1,42): expected-closing-tag-but-got-eof 1022 #document 1023 | <html> 1024 | <head> 1025 | <body> 1026 | <div> 1027 | " abc " 1028 | <b> 1029 | " def " 1030 | <i> 1031 | " ghi " 1032 | <i> 1033 | <p> 1034 | <b> 1035 | " jkl " 1036 | " mno" 1037 1038 #data 1039 <DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> 1040 #errors 1041 (1,5): expected-doctype-but-got-start-tag 1042 (1,38): adoption-agency-1.3 1043 (1,47): adoption-agency-1.3 1044 (1,47): expected-closing-tag-but-got-eof 1045 #document 1046 | <html> 1047 | <head> 1048 | <body> 1049 | <div> 1050 | " abc " 1051 | <b> 1052 | " def " 1053 | <i> 1054 | " ghi " 1055 | <i> 1056 | <p> 1057 | <i> 1058 | <b> 1059 | " jkl " 1060 | " mno " 1061 1062 #data 1063 <DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr 1064 #errors 1065 (1,5): expected-doctype-but-got-start-tag 1066 (1,38): adoption-agency-1.3 1067 (1,47): adoption-agency-1.3 1068 (1,51): expected-closing-tag-but-got-eof 1069 #document 1070 | <html> 1071 | <head> 1072 | <body> 1073 | <div> 1074 | " abc " 1075 | <b> 1076 | " def " 1077 | <i> 1078 | " ghi " 1079 | <i> 1080 | <p> 1081 | <i> 1082 | <b> 1083 | " jkl " 1084 | " mno " 1085 | " pqr" 1086 1087 #data 1088 <DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr </P> 1089 #errors 1090 (1,5): expected-doctype-but-got-start-tag 1091 (1,38): adoption-agency-1.3 1092 (1,47): adoption-agency-1.3 1093 (1,56): expected-closing-tag-but-got-eof 1094 #document 1095 | <html> 1096 | <head> 1097 | <body> 1098 | <div> 1099 | " abc " 1100 | <b> 1101 | " def " 1102 | <i> 1103 | " ghi " 1104 | <i> 1105 | <p> 1106 | <i> 1107 | <b> 1108 | " jkl " 1109 | " mno " 1110 | " pqr " 1111 1112 #data 1113 <DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr </P> stu 1114 #errors 1115 (1,5): expected-doctype-but-got-start-tag 1116 (1,38): adoption-agency-1.3 1117 (1,47): adoption-agency-1.3 1118 (1,60): expected-closing-tag-but-got-eof 1119 #document 1120 | <html> 1121 | <head> 1122 | <body> 1123 | <div> 1124 | " abc " 1125 | <b> 1126 | " def " 1127 | <i> 1128 | " ghi " 1129 | <i> 1130 | <p> 1131 | <i> 1132 | <b> 1133 | " jkl " 1134 | " mno " 1135 | " pqr " 1136 | " stu" 1137 1138 #data 1139 <test attribute----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> 1140 #errors 1141 (1,1040): expected-doctype-but-got-start-tag 1142 (1,1040): expected-closing-tag-but-got-eof 1143 #document 1144 | <html> 1145 | <head> 1146 | <body> 1147 | <test> 1148 | attribute----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------="" 1149 1150 #data 1151 <a href="blah">aba<table><a href="foo">br<tr><td></td></tr>x</table>aoe 1152 #errors 1153 (1,15): expected-doctype-but-got-start-tag 1154 (1,39): unexpected-start-tag-implies-table-voodoo 1155 (1,39): unexpected-start-tag-implies-end-tag 1156 (1,39): unexpected-end-tag 1157 (1,45): foster-parenting-character-in-table 1158 (1,45): foster-parenting-character-in-table 1159 (1,68): foster-parenting-character-in-table 1160 (1,71): expected-closing-tag-but-got-eof 1161 #document 1162 | <html> 1163 | <head> 1164 | <body> 1165 | <a> 1166 | href="blah" 1167 | "aba" 1168 | <a> 1169 | href="foo" 1170 | "br" 1171 | <a> 1172 | href="foo" 1173 | "x" 1174 | <table> 1175 | <tbody> 1176 | <tr> 1177 | <td> 1178 | <a> 1179 | href="foo" 1180 | "aoe" 1181 1182 #data 1183 <a href="blah">aba<table><tr><td><a href="foo">br</td></tr>x</table>aoe 1184 #errors 1185 (1,15): expected-doctype-but-got-start-tag 1186 (1,54): unexpected-cell-end-tag 1187 (1,68): unexpected text in table 1188 (1,71): expected-closing-tag-but-got-eof 1189 #document 1190 | <html> 1191 | <head> 1192 | <body> 1193 | <a> 1194 | href="blah" 1195 | "abax" 1196 | <table> 1197 | <tbody> 1198 | <tr> 1199 | <td> 1200 | <a> 1201 | href="foo" 1202 | "br" 1203 | "aoe" 1204 1205 #data 1206 <table><a href="blah">aba<tr><td><a href="foo">br</td></tr>x</table>aoe 1207 #errors 1208 (1,7): expected-doctype-but-got-start-tag 1209 (1,22): unexpected-start-tag-implies-table-voodoo 1210 (1,29): foster-parenting-character-in-table 1211 (1,29): foster-parenting-character-in-table 1212 (1,29): foster-parenting-character-in-table 1213 (1,54): unexpected-cell-end-tag 1214 (1,68): foster-parenting-character-in-table 1215 (1,71): expected-closing-tag-but-got-eof 1216 #document 1217 | <html> 1218 | <head> 1219 | <body> 1220 | <a> 1221 | href="blah" 1222 | "aba" 1223 | <a> 1224 | href="blah" 1225 | "x" 1226 | <table> 1227 | <tbody> 1228 | <tr> 1229 | <td> 1230 | <a> 1231 | href="foo" 1232 | "br" 1233 | <a> 1234 | href="blah" 1235 | "aoe" 1236 1237 #data 1238 <a href=a>aa<marquee>aa<a href=b>bb</marquee>aa 1239 #errors 1240 (1,10): expected-doctype-but-got-start-tag 1241 (1,45): end-tag-too-early 1242 (1,47): expected-closing-tag-but-got-eof 1243 #document 1244 | <html> 1245 | <head> 1246 | <body> 1247 | <a> 1248 | href="a" 1249 | "aa" 1250 | <marquee> 1251 | "aa" 1252 | <a> 1253 | href="b" 1254 | "bb" 1255 | "aa" 1256 1257 #data 1258 <wbr><strike><code></strike><code><strike></code> 1259 #errors 1260 (1,5): expected-doctype-but-got-start-tag 1261 (1,28): adoption-agency-1.3 1262 (1,49): adoption-agency-1.3 1263 (1,49): expected-closing-tag-but-got-eof 1264 #document 1265 | <html> 1266 | <head> 1267 | <body> 1268 | <wbr> 1269 | <strike> 1270 | <code> 1271 | <code> 1272 | <code> 1273 | <strike> 1274 1275 #data 1276 <!DOCTYPE html><spacer>foo 1277 #errors 1278 (1,26): expected-closing-tag-but-got-eof 1279 #document 1280 | <!DOCTYPE html> 1281 | <html> 1282 | <head> 1283 | <body> 1284 | <spacer> 1285 | "foo" 1286 1287 #data 1288 <title><meta></title><link><title><meta></title> 1289 #errors 1290 (1,7): expected-doctype-but-got-start-tag 1291 #document 1292 | <html> 1293 | <head> 1294 | <title> 1295 | "<meta>" 1296 | <link> 1297 | <title> 1298 | "<meta>" 1299 | <body> 1300 1301 #data 1302 <style><!--</style><meta><script>--><link></script> 1303 #errors 1304 (1,7): expected-doctype-but-got-start-tag 1305 #document 1306 | <html> 1307 | <head> 1308 | <style> 1309 | "<!--" 1310 | <meta> 1311 | <script> 1312 | "--><link>" 1313 | <body> 1314 1315 #data 1316 <head><meta></head><link> 1317 #errors 1318 (1,6): expected-doctype-but-got-start-tag 1319 (1,25): unexpected-start-tag-out-of-my-head 1320 #document 1321 | <html> 1322 | <head> 1323 | <meta> 1324 | <link> 1325 | <body> 1326 1327 #data 1328 <table><tr><tr><td><td><span><th><span>X</table> 1329 #errors 1330 (1,7): expected-doctype-but-got-start-tag 1331 (1,33): unexpected-cell-end-tag 1332 (1,48): unexpected-cell-end-tag 1333 #document 1334 | <html> 1335 | <head> 1336 | <body> 1337 | <table> 1338 | <tbody> 1339 | <tr> 1340 | <tr> 1341 | <td> 1342 | <td> 1343 | <span> 1344 | <th> 1345 | <span> 1346 | "X" 1347 1348 #data 1349 <body><body><base><link><meta><title><p></title><body><p></body> 1350 #errors 1351 (1,6): expected-doctype-but-got-start-tag 1352 (1,12): unexpected-start-tag 1353 (1,54): unexpected-start-tag 1354 #document 1355 | <html> 1356 | <head> 1357 | <body> 1358 | <base> 1359 | <link> 1360 | <meta> 1361 | <title> 1362 | "<p>" 1363 | <p> 1364 1365 #data 1366 <textarea><p></textarea> 1367 #errors 1368 (1,10): expected-doctype-but-got-start-tag 1369 #document 1370 | <html> 1371 | <head> 1372 | <body> 1373 | <textarea> 1374 | "<p>" 1375 1376 #data 1377 <p><image></p> 1378 #errors 1379 (1,3): expected-doctype-but-got-start-tag 1380 (1,10): unexpected-start-tag-treated-as 1381 #document 1382 | <html> 1383 | <head> 1384 | <body> 1385 | <p> 1386 | <img> 1387 1388 #data 1389 <a><table><a></table><p><a><div><a> 1390 #errors 1391 (1,3): expected-doctype-but-got-start-tag 1392 (1,13): unexpected-start-tag-implies-table-voodoo 1393 (1,13): unexpected-start-tag-implies-end-tag 1394 (1,13): adoption-agency-1.3 1395 (1,27): unexpected-start-tag-implies-end-tag 1396 (1,27): adoption-agency-1.2 1397 (1,32): unexpected-end-tag 1398 (1,35): unexpected-start-tag-implies-end-tag 1399 (1,35): adoption-agency-1.2 1400 (1,35): expected-closing-tag-but-got-eof 1401 #document 1402 | <html> 1403 | <head> 1404 | <body> 1405 | <a> 1406 | <a> 1407 | <table> 1408 | <p> 1409 | <a> 1410 | <div> 1411 | <a> 1412 1413 #data 1414 <head></p><meta><p> 1415 #errors 1416 (1,6): expected-doctype-but-got-start-tag 1417 (1,10): unexpected-end-tag 1418 #document 1419 | <html> 1420 | <head> 1421 | <meta> 1422 | <body> 1423 | <p> 1424 1425 #data 1426 <head></html><meta><p> 1427 #errors 1428 (1,6): expected-doctype-but-got-start-tag 1429 (1,19): expected-eof-but-got-start-tag 1430 #document 1431 | <html> 1432 | <head> 1433 | <body> 1434 | <meta> 1435 | <p> 1436 1437 #data 1438 <b><table><td><i></table> 1439 #errors 1440 (1,3): expected-doctype-but-got-start-tag 1441 (1,14): unexpected-cell-in-table-body 1442 (1,25): unexpected-cell-end-tag 1443 (1,25): expected-closing-tag-but-got-eof 1444 #document 1445 | <html> 1446 | <head> 1447 | <body> 1448 | <b> 1449 | <table> 1450 | <tbody> 1451 | <tr> 1452 | <td> 1453 | <i> 1454 1455 #data 1456 <b><table><td></b><i></table> 1457 #errors 1458 (1,3): expected-doctype-but-got-start-tag 1459 (1,14): unexpected-cell-in-table-body 1460 (1,18): unexpected-end-tag 1461 (1,29): unexpected-cell-end-tag 1462 (1,29): expected-closing-tag-but-got-eof 1463 #document 1464 | <html> 1465 | <head> 1466 | <body> 1467 | <b> 1468 | <table> 1469 | <tbody> 1470 | <tr> 1471 | <td> 1472 | <i> 1473 1474 #data 1475 <h1><h2> 1476 #errors 1477 (1,4): expected-doctype-but-got-start-tag 1478 (1,8): unexpected-start-tag 1479 (1,8): expected-closing-tag-but-got-eof 1480 #document 1481 | <html> 1482 | <head> 1483 | <body> 1484 | <h1> 1485 | <h2> 1486 1487 #data 1488 <a><p><a></a></p></a> 1489 #errors 1490 (1,3): expected-doctype-but-got-start-tag 1491 (1,9): unexpected-start-tag-implies-end-tag 1492 (1,9): adoption-agency-1.3 1493 (1,21): unexpected-end-tag 1494 #document 1495 | <html> 1496 | <head> 1497 | <body> 1498 | <a> 1499 | <p> 1500 | <a> 1501 | <a> 1502 1503 #data 1504 <b><button></b></button></b> 1505 #errors 1506 (1,3): expected-doctype-but-got-start-tag 1507 (1,15): adoption-agency-1.3 1508 (1,28): unexpected-end-tag 1509 #document 1510 | <html> 1511 | <head> 1512 | <body> 1513 | <b> 1514 | <button> 1515 | <b> 1516 1517 #data 1518 <p><b><div><marquee></p></b></div> 1519 #errors 1520 (1,3): expected-doctype-but-got-start-tag 1521 (1,11): unexpected-end-tag 1522 (1,24): unexpected-end-tag 1523 (1,28): unexpected-end-tag 1524 (1,34): end-tag-too-early 1525 (1,34): expected-closing-tag-but-got-eof 1526 #document 1527 | <html> 1528 | <head> 1529 | <body> 1530 | <p> 1531 | <b> 1532 | <div> 1533 | <b> 1534 | <marquee> 1535 | <p> 1536 1537 #data 1538 <script></script></div><title></title><p><p> 1539 #errors 1540 (1,8): expected-doctype-but-got-start-tag 1541 (1,23): unexpected-end-tag 1542 #document 1543 | <html> 1544 | <head> 1545 | <script> 1546 | <title> 1547 | <body> 1548 | <p> 1549 | <p> 1550 1551 #data 1552 <p><hr></p> 1553 #errors 1554 (1,3): expected-doctype-but-got-start-tag 1555 (1,11): unexpected-end-tag 1556 #document 1557 | <html> 1558 | <head> 1559 | <body> 1560 | <p> 1561 | <hr> 1562 | <p> 1563 1564 #data 1565 <select><b><option><select><option></b></select> 1566 #errors 1567 (1,8): expected-doctype-but-got-start-tag 1568 (1,11): unexpected-start-tag-in-select 1569 (1,27): unexpected-select-in-select 1570 (1,39): unexpected-end-tag 1571 (1,48): unexpected-end-tag 1572 #document 1573 | <html> 1574 | <head> 1575 | <body> 1576 | <select> 1577 | <option> 1578 | <option> 1579 1580 #data 1581 <html><head><title></title><body></body></html> 1582 #errors 1583 (1,6): expected-doctype-but-got-start-tag 1584 #document 1585 | <html> 1586 | <head> 1587 | <title> 1588 | <body> 1589 1590 #data 1591 <a><table><td><a><table></table><a></tr><a></table><a> 1592 #errors 1593 (1,3): expected-doctype-but-got-start-tag 1594 (1,14): unexpected-cell-in-table-body 1595 (1,35): unexpected-start-tag-implies-end-tag 1596 (1,40): unexpected-cell-end-tag 1597 (1,43): unexpected-start-tag-implies-table-voodoo 1598 (1,43): unexpected-start-tag-implies-end-tag 1599 (1,43): unexpected-end-tag 1600 (1,54): unexpected-start-tag-implies-end-tag 1601 (1,54): adoption-agency-1.2 1602 (1,54): expected-closing-tag-but-got-eof 1603 #document 1604 | <html> 1605 | <head> 1606 | <body> 1607 | <a> 1608 | <a> 1609 | <table> 1610 | <tbody> 1611 | <tr> 1612 | <td> 1613 | <a> 1614 | <table> 1615 | <a> 1616 | <a> 1617 1618 #data 1619 <ul><li></li><div><li></div><li><li><div><li><address><li><b><em></b><li></ul> 1620 #errors 1621 (1,4): expected-doctype-but-got-start-tag 1622 (1,45): end-tag-too-early 1623 (1,58): end-tag-too-early 1624 (1,69): adoption-agency-1.3 1625 #document 1626 | <html> 1627 | <head> 1628 | <body> 1629 | <ul> 1630 | <li> 1631 | <div> 1632 | <li> 1633 | <li> 1634 | <li> 1635 | <div> 1636 | <li> 1637 | <address> 1638 | <li> 1639 | <b> 1640 | <em> 1641 | <li> 1642 1643 #data 1644 <ul><li><ul></li><li>a</li></ul></li></ul> 1645 #errors 1646 (1,4): expected-doctype-but-got-start-tag 1647 (1,17): unexpected-end-tag 1648 #document 1649 | <html> 1650 | <head> 1651 | <body> 1652 | <ul> 1653 | <li> 1654 | <ul> 1655 | <li> 1656 | "a" 1657 1658 #data 1659 <frameset><frame><frameset><frame></frameset><noframes></noframes></frameset> 1660 #errors 1661 (1,10): expected-doctype-but-got-start-tag 1662 #document 1663 | <html> 1664 | <head> 1665 | <frameset> 1666 | <frame> 1667 | <frameset> 1668 | <frame> 1669 | <noframes> 1670 1671 #data 1672 <h1><table><td><h3></table><h3></h1> 1673 #errors 1674 (1,4): expected-doctype-but-got-start-tag 1675 (1,15): unexpected-cell-in-table-body 1676 (1,27): unexpected-cell-end-tag 1677 (1,31): unexpected-start-tag 1678 (1,36): end-tag-too-early 1679 #document 1680 | <html> 1681 | <head> 1682 | <body> 1683 | <h1> 1684 | <table> 1685 | <tbody> 1686 | <tr> 1687 | <td> 1688 | <h3> 1689 | <h3> 1690 1691 #data 1692 <table><colgroup><col><colgroup><col><col><col><colgroup><col><col><thead><tr><td></table> 1693 #errors 1694 (1,7): expected-doctype-but-got-start-tag 1695 #document 1696 | <html> 1697 | <head> 1698 | <body> 1699 | <table> 1700 | <colgroup> 1701 | <col> 1702 | <colgroup> 1703 | <col> 1704 | <col> 1705 | <col> 1706 | <colgroup> 1707 | <col> 1708 | <col> 1709 | <thead> 1710 | <tr> 1711 | <td> 1712 1713 #data 1714 <table><col><tbody><col><tr><col><td><col></table><col> 1715 #errors 1716 (1,7): expected-doctype-but-got-start-tag 1717 (1,37): unexpected-cell-in-table-body 1718 (1,55): unexpected-start-tag-ignored 1719 #document 1720 | <html> 1721 | <head> 1722 | <body> 1723 | <table> 1724 | <colgroup> 1725 | <col> 1726 | <tbody> 1727 | <colgroup> 1728 | <col> 1729 | <tbody> 1730 | <tr> 1731 | <colgroup> 1732 | <col> 1733 | <tbody> 1734 | <tr> 1735 | <td> 1736 | <colgroup> 1737 | <col> 1738 1739 #data 1740 <table><colgroup><tbody><colgroup><tr><colgroup><td><colgroup></table><colgroup> 1741 #errors 1742 (1,7): expected-doctype-but-got-start-tag 1743 (1,52): unexpected-cell-in-table-body 1744 (1,80): unexpected-start-tag-ignored 1745 #document 1746 | <html> 1747 | <head> 1748 | <body> 1749 | <table> 1750 | <colgroup> 1751 | <tbody> 1752 | <colgroup> 1753 | <tbody> 1754 | <tr> 1755 | <colgroup> 1756 | <tbody> 1757 | <tr> 1758 | <td> 1759 | <colgroup> 1760 1761 #data 1762 </strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea> 1763 #errors 1764 (1,9): expected-doctype-but-got-end-tag 1765 (1,9): unexpected-end-tag-before-html 1766 (1,13): unexpected-end-tag-before-html 1767 (1,18): unexpected-end-tag-before-html 1768 (1,22): unexpected-end-tag-before-html 1769 (1,26): unexpected-end-tag-before-html 1770 (1,35): unexpected-end-tag-before-html 1771 (1,39): unexpected-end-tag-before-html 1772 (1,47): unexpected-end-tag-before-html 1773 (1,52): unexpected-end-tag-before-html 1774 (1,58): unexpected-end-tag-before-html 1775 (1,64): unexpected-end-tag-before-html 1776 (1,72): unexpected-end-tag-before-html 1777 (1,79): unexpected-end-tag-before-html 1778 (1,88): unexpected-end-tag-before-html 1779 (1,93): unexpected-end-tag-before-html 1780 (1,98): unexpected-end-tag-before-html 1781 (1,103): unexpected-end-tag-before-html 1782 (1,108): unexpected-end-tag-before-html 1783 (1,113): unexpected-end-tag-before-html 1784 (1,118): unexpected-end-tag-before-html 1785 (1,130): unexpected-end-tag-after-body 1786 (1,130): unexpected-end-tag-treated-as 1787 (1,134): unexpected-end-tag 1788 (1,140): unexpected-end-tag 1789 (1,148): unexpected-end-tag 1790 (1,155): unexpected-end-tag 1791 (1,163): unexpected-end-tag 1792 (1,172): unexpected-end-tag 1793 (1,180): unexpected-end-tag 1794 (1,185): unexpected-end-tag 1795 (1,190): unexpected-end-tag 1796 (1,195): unexpected-end-tag 1797 (1,203): unexpected-end-tag 1798 (1,210): unexpected-end-tag 1799 (1,217): unexpected-end-tag 1800 (1,225): unexpected-end-tag 1801 (1,230): unexpected-end-tag 1802 (1,238): unexpected-end-tag 1803 (1,244): unexpected-end-tag 1804 (1,251): unexpected-end-tag 1805 (1,258): unexpected-end-tag 1806 (1,269): unexpected-end-tag 1807 (1,279): unexpected-end-tag 1808 (1,287): unexpected-end-tag 1809 (1,296): unexpected-end-tag 1810 (1,300): unexpected-end-tag 1811 (1,305): unexpected-end-tag 1812 (1,310): unexpected-end-tag 1813 (1,320): unexpected-end-tag 1814 (1,331): unexpected-end-tag 1815 (1,339): unexpected-end-tag 1816 (1,347): unexpected-end-tag 1817 (1,355): unexpected-end-tag 1818 (1,365): end-tag-too-early 1819 (1,378): end-tag-too-early 1820 (1,387): end-tag-too-early 1821 (1,393): end-tag-too-early 1822 (1,399): end-tag-too-early 1823 (1,404): end-tag-too-early 1824 (1,415): end-tag-too-early 1825 (1,425): end-tag-too-early 1826 (1,432): end-tag-too-early 1827 (1,437): end-tag-too-early 1828 (1,442): end-tag-too-early 1829 (1,447): unexpected-end-tag 1830 (1,454): unexpected-end-tag 1831 (1,460): unexpected-end-tag 1832 (1,467): unexpected-end-tag 1833 (1,476): end-tag-too-early 1834 (1,486): end-tag-too-early 1835 (1,495): end-tag-too-early 1836 (1,513): expected-eof-but-got-end-tag 1837 (1,513): unexpected-end-tag 1838 (1,520): unexpected-end-tag 1839 (1,529): unexpected-end-tag 1840 (1,537): unexpected-end-tag 1841 (1,547): unexpected-end-tag 1842 (1,557): unexpected-end-tag 1843 (1,568): unexpected-end-tag 1844 (1,579): unexpected-end-tag 1845 (1,590): unexpected-end-tag 1846 (1,599): unexpected-end-tag 1847 (1,611): unexpected-end-tag 1848 (1,622): unexpected-end-tag 1849 #document 1850 | <html> 1851 | <head> 1852 | <body> 1853 | <br> 1854 | <p> 1855 1856 #data 1857 <table><tr></strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea> 1858 #errors 1859 (1,7): expected-doctype-but-got-start-tag 1860 (1,20): unexpected-end-tag-implies-table-voodoo 1861 (1,20): unexpected-end-tag 1862 (1,24): unexpected-end-tag-implies-table-voodoo 1863 (1,24): unexpected-end-tag 1864 (1,29): unexpected-end-tag-implies-table-voodoo 1865 (1,29): unexpected-end-tag 1866 (1,33): unexpected-end-tag-implies-table-voodoo 1867 (1,33): unexpected-end-tag 1868 (1,37): unexpected-end-tag-implies-table-voodoo 1869 (1,37): unexpected-end-tag 1870 (1,46): unexpected-end-tag-implies-table-voodoo 1871 (1,46): unexpected-end-tag 1872 (1,50): unexpected-end-tag-implies-table-voodoo 1873 (1,50): unexpected-end-tag 1874 (1,58): unexpected-end-tag-implies-table-voodoo 1875 (1,58): unexpected-end-tag 1876 (1,63): unexpected-end-tag-implies-table-voodoo 1877 (1,63): unexpected-end-tag 1878 (1,69): unexpected-end-tag-implies-table-voodoo 1879 (1,69): end-tag-too-early 1880 (1,75): unexpected-end-tag-implies-table-voodoo 1881 (1,75): unexpected-end-tag 1882 (1,83): unexpected-end-tag-implies-table-voodoo 1883 (1,83): unexpected-end-tag 1884 (1,90): unexpected-end-tag-implies-table-voodoo 1885 (1,90): unexpected-end-tag 1886 (1,99): unexpected-end-tag-implies-table-voodoo 1887 (1,99): unexpected-end-tag 1888 (1,104): unexpected-end-tag-implies-table-voodoo 1889 (1,104): end-tag-too-early 1890 (1,109): unexpected-end-tag-implies-table-voodoo 1891 (1,109): end-tag-too-early 1892 (1,114): unexpected-end-tag-implies-table-voodoo 1893 (1,114): end-tag-too-early 1894 (1,119): unexpected-end-tag-implies-table-voodoo 1895 (1,119): end-tag-too-early 1896 (1,124): unexpected-end-tag-implies-table-voodoo 1897 (1,124): end-tag-too-early 1898 (1,129): unexpected-end-tag-implies-table-voodoo 1899 (1,129): end-tag-too-early 1900 (1,136): unexpected-end-tag-in-table-row 1901 (1,141): unexpected-end-tag-implies-table-voodoo 1902 (1,141): unexpected-end-tag-treated-as 1903 (1,145): unexpected-end-tag-implies-table-voodoo 1904 (1,145): unexpected-end-tag 1905 (1,151): unexpected-end-tag-implies-table-voodoo 1906 (1,151): unexpected-end-tag 1907 (1,159): unexpected-end-tag-implies-table-voodoo 1908 (1,159): unexpected-end-tag 1909 (1,166): unexpected-end-tag-implies-table-voodoo 1910 (1,166): unexpected-end-tag 1911 (1,174): unexpected-end-tag-implies-table-voodoo 1912 (1,174): unexpected-end-tag 1913 (1,183): unexpected-end-tag-implies-table-voodoo 1914 (1,183): unexpected-end-tag 1915 (1,196): unexpected-end-tag 1916 (1,201): unexpected-end-tag 1917 (1,206): unexpected-end-tag 1918 (1,214): unexpected-end-tag 1919 (1,221): unexpected-end-tag 1920 (1,228): unexpected-end-tag 1921 (1,236): unexpected-end-tag 1922 (1,241): unexpected-end-tag 1923 (1,249): unexpected-end-tag 1924 (1,255): unexpected-end-tag 1925 (1,262): unexpected-end-tag 1926 (1,269): unexpected-end-tag 1927 (1,280): unexpected-end-tag 1928 (1,290): unexpected-end-tag 1929 (1,298): unexpected-end-tag 1930 (1,307): unexpected-end-tag 1931 (1,311): unexpected-end-tag 1932 (1,316): unexpected-end-tag 1933 (1,321): unexpected-end-tag 1934 (1,331): unexpected-end-tag 1935 (1,342): unexpected-end-tag 1936 (1,350): unexpected-end-tag 1937 (1,358): unexpected-end-tag 1938 (1,366): unexpected-end-tag 1939 (1,376): end-tag-too-early 1940 (1,389): end-tag-too-early 1941 (1,398): end-tag-too-early 1942 (1,404): end-tag-too-early 1943 (1,410): end-tag-too-early 1944 (1,415): end-tag-too-early 1945 (1,426): end-tag-too-early 1946 (1,436): end-tag-too-early 1947 (1,443): end-tag-too-early 1948 (1,448): end-tag-too-early 1949 (1,453): end-tag-too-early 1950 (1,458): unexpected-end-tag 1951 (1,465): unexpected-end-tag 1952 (1,471): unexpected-end-tag 1953 (1,478): unexpected-end-tag 1954 (1,487): end-tag-too-early 1955 (1,497): end-tag-too-early 1956 (1,506): end-tag-too-early 1957 (1,524): expected-eof-but-got-end-tag 1958 (1,524): unexpected-end-tag 1959 (1,531): unexpected-end-tag 1960 (1,540): unexpected-end-tag 1961 (1,548): unexpected-end-tag 1962 (1,558): unexpected-end-tag 1963 (1,568): unexpected-end-tag 1964 (1,579): unexpected-end-tag 1965 (1,590): unexpected-end-tag 1966 (1,601): unexpected-end-tag 1967 (1,610): unexpected-end-tag 1968 (1,622): unexpected-end-tag 1969 (1,633): unexpected-end-tag 1970 #document 1971 | <html> 1972 | <head> 1973 | <body> 1974 | <br> 1975 | <table> 1976 | <tbody> 1977 | <tr> 1978 | <p> 1979 1980 #data 1981 <frameset> 1982 #errors 1983 (1,10): expected-doctype-but-got-start-tag 1984 (1,10): eof-in-frameset 1985 #document 1986 | <html> 1987 | <head> 1988 | <frameset>