parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests1.dat

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial