parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests19.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 <!doctype html><math><mn DefinitionUrl="foo">
michael@0 3 #errors
michael@0 4 (1,45): expected-closing-tag-but-got-eof
michael@0 5 #document
michael@0 6 | <!DOCTYPE html>
michael@0 7 | <html>
michael@0 8 | <head>
michael@0 9 | <body>
michael@0 10 | <math math>
michael@0 11 | <math mn>
michael@0 12 | definitionURL="foo"
michael@0 13
michael@0 14 #data
michael@0 15 <!doctype html><html></p><!--foo-->
michael@0 16 #errors
michael@0 17 (1,25): end-tag-after-implied-root
michael@0 18 #document
michael@0 19 | <!DOCTYPE html>
michael@0 20 | <html>
michael@0 21 | <!-- foo -->
michael@0 22 | <head>
michael@0 23 | <body>
michael@0 24
michael@0 25 #data
michael@0 26 <!doctype html><head></head></p><!--foo-->
michael@0 27 #errors
michael@0 28 (1,32): unexpected-end-tag
michael@0 29 #document
michael@0 30 | <!DOCTYPE html>
michael@0 31 | <html>
michael@0 32 | <head>
michael@0 33 | <!-- foo -->
michael@0 34 | <body>
michael@0 35
michael@0 36 #data
michael@0 37 <!doctype html><body><p><pre>
michael@0 38 #errors
michael@0 39 (1,29): expected-closing-tag-but-got-eof
michael@0 40 #document
michael@0 41 | <!DOCTYPE html>
michael@0 42 | <html>
michael@0 43 | <head>
michael@0 44 | <body>
michael@0 45 | <p>
michael@0 46 | <pre>
michael@0 47
michael@0 48 #data
michael@0 49 <!doctype html><body><p><listing>
michael@0 50 #errors
michael@0 51 (1,33): expected-closing-tag-but-got-eof
michael@0 52 #document
michael@0 53 | <!DOCTYPE html>
michael@0 54 | <html>
michael@0 55 | <head>
michael@0 56 | <body>
michael@0 57 | <p>
michael@0 58 | <listing>
michael@0 59
michael@0 60 #data
michael@0 61 <!doctype html><p><plaintext>
michael@0 62 #errors
michael@0 63 (1,29): expected-closing-tag-but-got-eof
michael@0 64 #document
michael@0 65 | <!DOCTYPE html>
michael@0 66 | <html>
michael@0 67 | <head>
michael@0 68 | <body>
michael@0 69 | <p>
michael@0 70 | <plaintext>
michael@0 71
michael@0 72 #data
michael@0 73 <!doctype html><p><h1>
michael@0 74 #errors
michael@0 75 (1,22): expected-closing-tag-but-got-eof
michael@0 76 #document
michael@0 77 | <!DOCTYPE html>
michael@0 78 | <html>
michael@0 79 | <head>
michael@0 80 | <body>
michael@0 81 | <p>
michael@0 82 | <h1>
michael@0 83
michael@0 84 #data
michael@0 85 <!doctype html><form><isindex>
michael@0 86 #errors
michael@0 87 (1,30): deprecated-tag
michael@0 88 (1,30): expected-closing-tag-but-got-eof
michael@0 89 #document
michael@0 90 | <!DOCTYPE html>
michael@0 91 | <html>
michael@0 92 | <head>
michael@0 93 | <body>
michael@0 94 | <form>
michael@0 95
michael@0 96 #data
michael@0 97 <!doctype html><isindex action="POST">
michael@0 98 #errors
michael@0 99 (1,38): deprecated-tag
michael@0 100 #document
michael@0 101 | <!DOCTYPE html>
michael@0 102 | <html>
michael@0 103 | <head>
michael@0 104 | <body>
michael@0 105 | <form>
michael@0 106 | action="POST"
michael@0 107 | <hr>
michael@0 108 | <label>
michael@0 109 | "This is a searchable index. Enter search keywords: "
michael@0 110 | <input>
michael@0 111 | name="isindex"
michael@0 112 | <hr>
michael@0 113
michael@0 114 #data
michael@0 115 <!doctype html><isindex prompt="this is isindex">
michael@0 116 #errors
michael@0 117 (1,49): deprecated-tag
michael@0 118 #document
michael@0 119 | <!DOCTYPE html>
michael@0 120 | <html>
michael@0 121 | <head>
michael@0 122 | <body>
michael@0 123 | <form>
michael@0 124 | <hr>
michael@0 125 | <label>
michael@0 126 | "this is isindex"
michael@0 127 | <input>
michael@0 128 | name="isindex"
michael@0 129 | <hr>
michael@0 130
michael@0 131 #data
michael@0 132 <!doctype html><isindex type="hidden">
michael@0 133 #errors
michael@0 134 (1,38): deprecated-tag
michael@0 135 #document
michael@0 136 | <!DOCTYPE html>
michael@0 137 | <html>
michael@0 138 | <head>
michael@0 139 | <body>
michael@0 140 | <form>
michael@0 141 | <hr>
michael@0 142 | <label>
michael@0 143 | "This is a searchable index. Enter search keywords: "
michael@0 144 | <input>
michael@0 145 | name="isindex"
michael@0 146 | type="hidden"
michael@0 147 | <hr>
michael@0 148
michael@0 149 #data
michael@0 150 <!doctype html><isindex name="foo">
michael@0 151 #errors
michael@0 152 (1,35): deprecated-tag
michael@0 153 #document
michael@0 154 | <!DOCTYPE html>
michael@0 155 | <html>
michael@0 156 | <head>
michael@0 157 | <body>
michael@0 158 | <form>
michael@0 159 | <hr>
michael@0 160 | <label>
michael@0 161 | "This is a searchable index. Enter search keywords: "
michael@0 162 | <input>
michael@0 163 | name="isindex"
michael@0 164 | <hr>
michael@0 165
michael@0 166 #data
michael@0 167 <!doctype html><ruby><p><rp>
michael@0 168 #errors
michael@0 169 (1,28): expected-closing-tag-but-got-eof
michael@0 170 #document
michael@0 171 | <!DOCTYPE html>
michael@0 172 | <html>
michael@0 173 | <head>
michael@0 174 | <body>
michael@0 175 | <ruby>
michael@0 176 | <p>
michael@0 177 | <rp>
michael@0 178
michael@0 179 #data
michael@0 180 <!doctype html><ruby><div><span><rp>
michael@0 181 #errors
michael@0 182 (1,36): XXX-undefined-error
michael@0 183 (1,36): expected-closing-tag-but-got-eof
michael@0 184 #document
michael@0 185 | <!DOCTYPE html>
michael@0 186 | <html>
michael@0 187 | <head>
michael@0 188 | <body>
michael@0 189 | <ruby>
michael@0 190 | <div>
michael@0 191 | <span>
michael@0 192 | <rp>
michael@0 193
michael@0 194 #data
michael@0 195 <!doctype html><ruby><div><p><rp>
michael@0 196 #errors
michael@0 197 (1,33): XXX-undefined-error
michael@0 198 (1,33): expected-closing-tag-but-got-eof
michael@0 199 #document
michael@0 200 | <!DOCTYPE html>
michael@0 201 | <html>
michael@0 202 | <head>
michael@0 203 | <body>
michael@0 204 | <ruby>
michael@0 205 | <div>
michael@0 206 | <p>
michael@0 207 | <rp>
michael@0 208
michael@0 209 #data
michael@0 210 <!doctype html><ruby><p><rt>
michael@0 211 #errors
michael@0 212 (1,28): expected-closing-tag-but-got-eof
michael@0 213 #document
michael@0 214 | <!DOCTYPE html>
michael@0 215 | <html>
michael@0 216 | <head>
michael@0 217 | <body>
michael@0 218 | <ruby>
michael@0 219 | <p>
michael@0 220 | <rt>
michael@0 221
michael@0 222 #data
michael@0 223 <!doctype html><ruby><div><span><rt>
michael@0 224 #errors
michael@0 225 (1,36): XXX-undefined-error
michael@0 226 (1,36): expected-closing-tag-but-got-eof
michael@0 227 #document
michael@0 228 | <!DOCTYPE html>
michael@0 229 | <html>
michael@0 230 | <head>
michael@0 231 | <body>
michael@0 232 | <ruby>
michael@0 233 | <div>
michael@0 234 | <span>
michael@0 235 | <rt>
michael@0 236
michael@0 237 #data
michael@0 238 <!doctype html><ruby><div><p><rt>
michael@0 239 #errors
michael@0 240 (1,33): XXX-undefined-error
michael@0 241 (1,33): expected-closing-tag-but-got-eof
michael@0 242 #document
michael@0 243 | <!DOCTYPE html>
michael@0 244 | <html>
michael@0 245 | <head>
michael@0 246 | <body>
michael@0 247 | <ruby>
michael@0 248 | <div>
michael@0 249 | <p>
michael@0 250 | <rt>
michael@0 251
michael@0 252 #data
michael@0 253 <!doctype html><math/><foo>
michael@0 254 #errors
michael@0 255 (1,27): expected-closing-tag-but-got-eof
michael@0 256 #document
michael@0 257 | <!DOCTYPE html>
michael@0 258 | <html>
michael@0 259 | <head>
michael@0 260 | <body>
michael@0 261 | <math math>
michael@0 262 | <foo>
michael@0 263
michael@0 264 #data
michael@0 265 <!doctype html><svg/><foo>
michael@0 266 #errors
michael@0 267 (1,26): expected-closing-tag-but-got-eof
michael@0 268 #document
michael@0 269 | <!DOCTYPE html>
michael@0 270 | <html>
michael@0 271 | <head>
michael@0 272 | <body>
michael@0 273 | <svg svg>
michael@0 274 | <foo>
michael@0 275
michael@0 276 #data
michael@0 277 <!doctype html><div></body><!--foo-->
michael@0 278 #errors
michael@0 279 (1,27): expected-one-end-tag-but-got-another
michael@0 280 #document
michael@0 281 | <!DOCTYPE html>
michael@0 282 | <html>
michael@0 283 | <head>
michael@0 284 | <body>
michael@0 285 | <div>
michael@0 286 | <!-- foo -->
michael@0 287
michael@0 288 #data
michael@0 289 <!doctype html><h1><div><h3><span></h1>foo
michael@0 290 #errors
michael@0 291 (1,39): end-tag-too-early
michael@0 292 (1,42): expected-closing-tag-but-got-eof
michael@0 293 #document
michael@0 294 | <!DOCTYPE html>
michael@0 295 | <html>
michael@0 296 | <head>
michael@0 297 | <body>
michael@0 298 | <h1>
michael@0 299 | <div>
michael@0 300 | <h3>
michael@0 301 | <span>
michael@0 302 | "foo"
michael@0 303
michael@0 304 #data
michael@0 305 <!doctype html><p></h3>foo
michael@0 306 #errors
michael@0 307 (1,23): end-tag-too-early
michael@0 308 #document
michael@0 309 | <!DOCTYPE html>
michael@0 310 | <html>
michael@0 311 | <head>
michael@0 312 | <body>
michael@0 313 | <p>
michael@0 314 | "foo"
michael@0 315
michael@0 316 #data
michael@0 317 <!doctype html><h3><li>abc</h2>foo
michael@0 318 #errors
michael@0 319 (1,31): end-tag-too-early
michael@0 320 #document
michael@0 321 | <!DOCTYPE html>
michael@0 322 | <html>
michael@0 323 | <head>
michael@0 324 | <body>
michael@0 325 | <h3>
michael@0 326 | <li>
michael@0 327 | "abc"
michael@0 328 | "foo"
michael@0 329
michael@0 330 #data
michael@0 331 <!doctype html><table>abc<!--foo-->
michael@0 332 #errors
michael@0 333 (1,23): foster-parenting-character
michael@0 334 (1,24): foster-parenting-character
michael@0 335 (1,25): foster-parenting-character
michael@0 336 (1,35): eof-in-table
michael@0 337 #document
michael@0 338 | <!DOCTYPE html>
michael@0 339 | <html>
michael@0 340 | <head>
michael@0 341 | <body>
michael@0 342 | "abc"
michael@0 343 | <table>
michael@0 344 | <!-- foo -->
michael@0 345
michael@0 346 #data
michael@0 347 <!doctype html><table> <!--foo-->
michael@0 348 #errors
michael@0 349 (1,34): eof-in-table
michael@0 350 #document
michael@0 351 | <!DOCTYPE html>
michael@0 352 | <html>
michael@0 353 | <head>
michael@0 354 | <body>
michael@0 355 | <table>
michael@0 356 | " "
michael@0 357 | <!-- foo -->
michael@0 358
michael@0 359 #data
michael@0 360 <!doctype html><table> b <!--foo-->
michael@0 361 #errors
michael@0 362 (1,23): foster-parenting-character
michael@0 363 (1,24): foster-parenting-character
michael@0 364 (1,25): foster-parenting-character
michael@0 365 (1,35): eof-in-table
michael@0 366 #document
michael@0 367 | <!DOCTYPE html>
michael@0 368 | <html>
michael@0 369 | <head>
michael@0 370 | <body>
michael@0 371 | " b "
michael@0 372 | <table>
michael@0 373 | <!-- foo -->
michael@0 374
michael@0 375 #data
michael@0 376 <!doctype html><select><option><option>
michael@0 377 #errors
michael@0 378 (1,39): eof-in-select
michael@0 379 #document
michael@0 380 | <!DOCTYPE html>
michael@0 381 | <html>
michael@0 382 | <head>
michael@0 383 | <body>
michael@0 384 | <select>
michael@0 385 | <option>
michael@0 386 | <option>
michael@0 387
michael@0 388 #data
michael@0 389 <!doctype html><select><option></optgroup>
michael@0 390 #errors
michael@0 391 (1,42): unexpected-end-tag-in-select
michael@0 392 (1,42): eof-in-select
michael@0 393 #document
michael@0 394 | <!DOCTYPE html>
michael@0 395 | <html>
michael@0 396 | <head>
michael@0 397 | <body>
michael@0 398 | <select>
michael@0 399 | <option>
michael@0 400
michael@0 401 #data
michael@0 402 <!doctype html><select><option></optgroup>
michael@0 403 #errors
michael@0 404 (1,42): unexpected-end-tag-in-select
michael@0 405 (1,42): eof-in-select
michael@0 406 #document
michael@0 407 | <!DOCTYPE html>
michael@0 408 | <html>
michael@0 409 | <head>
michael@0 410 | <body>
michael@0 411 | <select>
michael@0 412 | <option>
michael@0 413
michael@0 414 #data
michael@0 415 <!doctype html><dd><optgroup><dd>
michael@0 416 #errors
michael@0 417 #document
michael@0 418 | <!DOCTYPE html>
michael@0 419 | <html>
michael@0 420 | <head>
michael@0 421 | <body>
michael@0 422 | <dd>
michael@0 423 | <optgroup>
michael@0 424 | <dd>
michael@0 425
michael@0 426 #data
michael@0 427 <!doctype html><p><math><mi><p><h1>
michael@0 428 #errors
michael@0 429 (1,35): expected-closing-tag-but-got-eof
michael@0 430 #document
michael@0 431 | <!DOCTYPE html>
michael@0 432 | <html>
michael@0 433 | <head>
michael@0 434 | <body>
michael@0 435 | <p>
michael@0 436 | <math math>
michael@0 437 | <math mi>
michael@0 438 | <p>
michael@0 439 | <h1>
michael@0 440
michael@0 441 #data
michael@0 442 <!doctype html><p><math><mo><p><h1>
michael@0 443 #errors
michael@0 444 (1,35): expected-closing-tag-but-got-eof
michael@0 445 #document
michael@0 446 | <!DOCTYPE html>
michael@0 447 | <html>
michael@0 448 | <head>
michael@0 449 | <body>
michael@0 450 | <p>
michael@0 451 | <math math>
michael@0 452 | <math mo>
michael@0 453 | <p>
michael@0 454 | <h1>
michael@0 455
michael@0 456 #data
michael@0 457 <!doctype html><p><math><mn><p><h1>
michael@0 458 #errors
michael@0 459 (1,35): expected-closing-tag-but-got-eof
michael@0 460 #document
michael@0 461 | <!DOCTYPE html>
michael@0 462 | <html>
michael@0 463 | <head>
michael@0 464 | <body>
michael@0 465 | <p>
michael@0 466 | <math math>
michael@0 467 | <math mn>
michael@0 468 | <p>
michael@0 469 | <h1>
michael@0 470
michael@0 471 #data
michael@0 472 <!doctype html><p><math><ms><p><h1>
michael@0 473 #errors
michael@0 474 (1,35): expected-closing-tag-but-got-eof
michael@0 475 #document
michael@0 476 | <!DOCTYPE html>
michael@0 477 | <html>
michael@0 478 | <head>
michael@0 479 | <body>
michael@0 480 | <p>
michael@0 481 | <math math>
michael@0 482 | <math ms>
michael@0 483 | <p>
michael@0 484 | <h1>
michael@0 485
michael@0 486 #data
michael@0 487 <!doctype html><p><math><mtext><p><h1>
michael@0 488 #errors
michael@0 489 (1,38): expected-closing-tag-but-got-eof
michael@0 490 #document
michael@0 491 | <!DOCTYPE html>
michael@0 492 | <html>
michael@0 493 | <head>
michael@0 494 | <body>
michael@0 495 | <p>
michael@0 496 | <math math>
michael@0 497 | <math mtext>
michael@0 498 | <p>
michael@0 499 | <h1>
michael@0 500
michael@0 501 #data
michael@0 502 <!doctype html><frameset></noframes>
michael@0 503 #errors
michael@0 504 (1,36): unexpected-end-tag-in-frameset
michael@0 505 (1,36): eof-in-frameset
michael@0 506 #document
michael@0 507 | <!DOCTYPE html>
michael@0 508 | <html>
michael@0 509 | <head>
michael@0 510 | <frameset>
michael@0 511
michael@0 512 #data
michael@0 513 <!doctype html><html c=d><body></html><html a=b>
michael@0 514 #errors
michael@0 515 (1,48): non-html-root
michael@0 516 #document
michael@0 517 | <!DOCTYPE html>
michael@0 518 | <html>
michael@0 519 | a="b"
michael@0 520 | c="d"
michael@0 521 | <head>
michael@0 522 | <body>
michael@0 523
michael@0 524 #data
michael@0 525 <!doctype html><html c=d><frameset></frameset></html><html a=b>
michael@0 526 #errors
michael@0 527 (1,63): non-html-root
michael@0 528 #document
michael@0 529 | <!DOCTYPE html>
michael@0 530 | <html>
michael@0 531 | a="b"
michael@0 532 | c="d"
michael@0 533 | <head>
michael@0 534 | <frameset>
michael@0 535
michael@0 536 #data
michael@0 537 <!doctype html><html><frameset></frameset></html><!--foo-->
michael@0 538 #errors
michael@0 539 #document
michael@0 540 | <!DOCTYPE html>
michael@0 541 | <html>
michael@0 542 | <head>
michael@0 543 | <frameset>
michael@0 544 | <!-- foo -->
michael@0 545
michael@0 546 #data
michael@0 547 <!doctype html><html><frameset></frameset></html>
michael@0 548 #errors
michael@0 549 #document
michael@0 550 | <!DOCTYPE html>
michael@0 551 | <html>
michael@0 552 | <head>
michael@0 553 | <frameset>
michael@0 554 | " "
michael@0 555
michael@0 556 #data
michael@0 557 <!doctype html><html><frameset></frameset></html>abc
michael@0 558 #errors
michael@0 559 (1,50): expected-eof-but-got-char
michael@0 560 (1,51): expected-eof-but-got-char
michael@0 561 (1,52): expected-eof-but-got-char
michael@0 562 #document
michael@0 563 | <!DOCTYPE html>
michael@0 564 | <html>
michael@0 565 | <head>
michael@0 566 | <frameset>
michael@0 567
michael@0 568 #data
michael@0 569 <!doctype html><html><frameset></frameset></html><p>
michael@0 570 #errors
michael@0 571 (1,52): expected-eof-but-got-start-tag
michael@0 572 #document
michael@0 573 | <!DOCTYPE html>
michael@0 574 | <html>
michael@0 575 | <head>
michael@0 576 | <frameset>
michael@0 577
michael@0 578 #data
michael@0 579 <!doctype html><html><frameset></frameset></html></p>
michael@0 580 #errors
michael@0 581 (1,53): expected-eof-but-got-end-tag
michael@0 582 #document
michael@0 583 | <!DOCTYPE html>
michael@0 584 | <html>
michael@0 585 | <head>
michael@0 586 | <frameset>
michael@0 587
michael@0 588 #data
michael@0 589 <html><frameset></frameset></html><!doctype html>
michael@0 590 #errors
michael@0 591 (1,6): expected-doctype-but-got-start-tag
michael@0 592 (1,49): unexpected-doctype
michael@0 593 #document
michael@0 594 | <html>
michael@0 595 | <head>
michael@0 596 | <frameset>
michael@0 597
michael@0 598 #data
michael@0 599 <!doctype html><body><frameset>
michael@0 600 #errors
michael@0 601 (1,31): unexpected-start-tag
michael@0 602 #document
michael@0 603 | <!DOCTYPE html>
michael@0 604 | <html>
michael@0 605 | <head>
michael@0 606 | <body>
michael@0 607
michael@0 608 #data
michael@0 609 <!doctype html><p><frameset><frame>
michael@0 610 #errors
michael@0 611 (1,28): unexpected-start-tag
michael@0 612 (1,35): eof-in-frameset
michael@0 613 #document
michael@0 614 | <!DOCTYPE html>
michael@0 615 | <html>
michael@0 616 | <head>
michael@0 617 | <frameset>
michael@0 618 | <frame>
michael@0 619
michael@0 620 #data
michael@0 621 <!doctype html><p>a<frameset>
michael@0 622 #errors
michael@0 623 (1,29): unexpected-start-tag
michael@0 624 #document
michael@0 625 | <!DOCTYPE html>
michael@0 626 | <html>
michael@0 627 | <head>
michael@0 628 | <body>
michael@0 629 | <p>
michael@0 630 | "a"
michael@0 631
michael@0 632 #data
michael@0 633 <!doctype html><p> <frameset><frame>
michael@0 634 #errors
michael@0 635 (1,29): unexpected-start-tag
michael@0 636 (1,36): eof-in-frameset
michael@0 637 #document
michael@0 638 | <!DOCTYPE html>
michael@0 639 | <html>
michael@0 640 | <head>
michael@0 641 | <frameset>
michael@0 642 | <frame>
michael@0 643
michael@0 644 #data
michael@0 645 <!doctype html><pre><frameset>
michael@0 646 #errors
michael@0 647 (1,30): unexpected-start-tag
michael@0 648 (1,30): expected-closing-tag-but-got-eof
michael@0 649 #document
michael@0 650 | <!DOCTYPE html>
michael@0 651 | <html>
michael@0 652 | <head>
michael@0 653 | <body>
michael@0 654 | <pre>
michael@0 655
michael@0 656 #data
michael@0 657 <!doctype html><listing><frameset>
michael@0 658 #errors
michael@0 659 (1,34): unexpected-start-tag
michael@0 660 (1,34): expected-closing-tag-but-got-eof
michael@0 661 #document
michael@0 662 | <!DOCTYPE html>
michael@0 663 | <html>
michael@0 664 | <head>
michael@0 665 | <body>
michael@0 666 | <listing>
michael@0 667
michael@0 668 #data
michael@0 669 <!doctype html><li><frameset>
michael@0 670 #errors
michael@0 671 (1,29): unexpected-start-tag
michael@0 672 #document
michael@0 673 | <!DOCTYPE html>
michael@0 674 | <html>
michael@0 675 | <head>
michael@0 676 | <body>
michael@0 677 | <li>
michael@0 678
michael@0 679 #data
michael@0 680 <!doctype html><dd><frameset>
michael@0 681 #errors
michael@0 682 (1,29): unexpected-start-tag
michael@0 683 #document
michael@0 684 | <!DOCTYPE html>
michael@0 685 | <html>
michael@0 686 | <head>
michael@0 687 | <body>
michael@0 688 | <dd>
michael@0 689
michael@0 690 #data
michael@0 691 <!doctype html><dt><frameset>
michael@0 692 #errors
michael@0 693 (1,29): unexpected-start-tag
michael@0 694 #document
michael@0 695 | <!DOCTYPE html>
michael@0 696 | <html>
michael@0 697 | <head>
michael@0 698 | <body>
michael@0 699 | <dt>
michael@0 700
michael@0 701 #data
michael@0 702 <!doctype html><button><frameset>
michael@0 703 #errors
michael@0 704 (1,33): unexpected-start-tag
michael@0 705 (1,33): expected-closing-tag-but-got-eof
michael@0 706 #document
michael@0 707 | <!DOCTYPE html>
michael@0 708 | <html>
michael@0 709 | <head>
michael@0 710 | <body>
michael@0 711 | <button>
michael@0 712
michael@0 713 #data
michael@0 714 <!doctype html><applet><frameset>
michael@0 715 #errors
michael@0 716 (1,33): unexpected-start-tag
michael@0 717 (1,33): expected-closing-tag-but-got-eof
michael@0 718 #document
michael@0 719 | <!DOCTYPE html>
michael@0 720 | <html>
michael@0 721 | <head>
michael@0 722 | <body>
michael@0 723 | <applet>
michael@0 724
michael@0 725 #data
michael@0 726 <!doctype html><marquee><frameset>
michael@0 727 #errors
michael@0 728 (1,34): unexpected-start-tag
michael@0 729 (1,34): expected-closing-tag-but-got-eof
michael@0 730 #document
michael@0 731 | <!DOCTYPE html>
michael@0 732 | <html>
michael@0 733 | <head>
michael@0 734 | <body>
michael@0 735 | <marquee>
michael@0 736
michael@0 737 #data
michael@0 738 <!doctype html><object><frameset>
michael@0 739 #errors
michael@0 740 (1,33): unexpected-start-tag
michael@0 741 (1,33): expected-closing-tag-but-got-eof
michael@0 742 #document
michael@0 743 | <!DOCTYPE html>
michael@0 744 | <html>
michael@0 745 | <head>
michael@0 746 | <body>
michael@0 747 | <object>
michael@0 748
michael@0 749 #data
michael@0 750 <!doctype html><table><frameset>
michael@0 751 #errors
michael@0 752 (1,32): unexpected-start-tag-implies-table-voodoo
michael@0 753 (1,32): unexpected-start-tag
michael@0 754 (1,32): eof-in-table
michael@0 755 #document
michael@0 756 | <!DOCTYPE html>
michael@0 757 | <html>
michael@0 758 | <head>
michael@0 759 | <body>
michael@0 760 | <table>
michael@0 761
michael@0 762 #data
michael@0 763 <!doctype html><area><frameset>
michael@0 764 #errors
michael@0 765 (1,31): unexpected-start-tag
michael@0 766 #document
michael@0 767 | <!DOCTYPE html>
michael@0 768 | <html>
michael@0 769 | <head>
michael@0 770 | <body>
michael@0 771 | <area>
michael@0 772
michael@0 773 #data
michael@0 774 <!doctype html><basefont><frameset>
michael@0 775 #errors
michael@0 776 (1,35): eof-in-frameset
michael@0 777 #document
michael@0 778 | <!DOCTYPE html>
michael@0 779 | <html>
michael@0 780 | <head>
michael@0 781 | <basefont>
michael@0 782 | <frameset>
michael@0 783
michael@0 784 #data
michael@0 785 <!doctype html><bgsound><frameset>
michael@0 786 #errors
michael@0 787 (1,34): eof-in-frameset
michael@0 788 #document
michael@0 789 | <!DOCTYPE html>
michael@0 790 | <html>
michael@0 791 | <head>
michael@0 792 | <bgsound>
michael@0 793 | <frameset>
michael@0 794
michael@0 795 #data
michael@0 796 <!doctype html><br><frameset>
michael@0 797 #errors
michael@0 798 (1,29): unexpected-start-tag
michael@0 799 #document
michael@0 800 | <!DOCTYPE html>
michael@0 801 | <html>
michael@0 802 | <head>
michael@0 803 | <body>
michael@0 804 | <br>
michael@0 805
michael@0 806 #data
michael@0 807 <!doctype html><embed><frameset>
michael@0 808 #errors
michael@0 809 (1,32): unexpected-start-tag
michael@0 810 #document
michael@0 811 | <!DOCTYPE html>
michael@0 812 | <html>
michael@0 813 | <head>
michael@0 814 | <body>
michael@0 815 | <embed>
michael@0 816
michael@0 817 #data
michael@0 818 <!doctype html><img><frameset>
michael@0 819 #errors
michael@0 820 (1,30): unexpected-start-tag
michael@0 821 #document
michael@0 822 | <!DOCTYPE html>
michael@0 823 | <html>
michael@0 824 | <head>
michael@0 825 | <body>
michael@0 826 | <img>
michael@0 827
michael@0 828 #data
michael@0 829 <!doctype html><input><frameset>
michael@0 830 #errors
michael@0 831 (1,32): unexpected-start-tag
michael@0 832 #document
michael@0 833 | <!DOCTYPE html>
michael@0 834 | <html>
michael@0 835 | <head>
michael@0 836 | <body>
michael@0 837 | <input>
michael@0 838
michael@0 839 #data
michael@0 840 <!doctype html><keygen><frameset>
michael@0 841 #errors
michael@0 842 (1,33): unexpected-start-tag
michael@0 843 #document
michael@0 844 | <!DOCTYPE html>
michael@0 845 | <html>
michael@0 846 | <head>
michael@0 847 | <body>
michael@0 848 | <keygen>
michael@0 849
michael@0 850 #data
michael@0 851 <!doctype html><wbr><frameset>
michael@0 852 #errors
michael@0 853 (1,30): unexpected-start-tag
michael@0 854 #document
michael@0 855 | <!DOCTYPE html>
michael@0 856 | <html>
michael@0 857 | <head>
michael@0 858 | <body>
michael@0 859 | <wbr>
michael@0 860
michael@0 861 #data
michael@0 862 <!doctype html><hr><frameset>
michael@0 863 #errors
michael@0 864 (1,29): unexpected-start-tag
michael@0 865 #document
michael@0 866 | <!DOCTYPE html>
michael@0 867 | <html>
michael@0 868 | <head>
michael@0 869 | <body>
michael@0 870 | <hr>
michael@0 871
michael@0 872 #data
michael@0 873 <!doctype html><textarea></textarea><frameset>
michael@0 874 #errors
michael@0 875 (1,46): unexpected-start-tag
michael@0 876 #document
michael@0 877 | <!DOCTYPE html>
michael@0 878 | <html>
michael@0 879 | <head>
michael@0 880 | <body>
michael@0 881 | <textarea>
michael@0 882
michael@0 883 #data
michael@0 884 <!doctype html><xmp></xmp><frameset>
michael@0 885 #errors
michael@0 886 (1,36): unexpected-start-tag
michael@0 887 #document
michael@0 888 | <!DOCTYPE html>
michael@0 889 | <html>
michael@0 890 | <head>
michael@0 891 | <body>
michael@0 892 | <xmp>
michael@0 893
michael@0 894 #data
michael@0 895 <!doctype html><iframe></iframe><frameset>
michael@0 896 #errors
michael@0 897 (1,42): unexpected-start-tag
michael@0 898 #document
michael@0 899 | <!DOCTYPE html>
michael@0 900 | <html>
michael@0 901 | <head>
michael@0 902 | <body>
michael@0 903 | <iframe>
michael@0 904
michael@0 905 #data
michael@0 906 <!doctype html><select></select><frameset>
michael@0 907 #errors
michael@0 908 (1,42): unexpected-start-tag
michael@0 909 #document
michael@0 910 | <!DOCTYPE html>
michael@0 911 | <html>
michael@0 912 | <head>
michael@0 913 | <body>
michael@0 914 | <select>
michael@0 915
michael@0 916 #data
michael@0 917 <!doctype html><svg></svg><frameset><frame>
michael@0 918 #errors
michael@0 919 (1,36): unexpected-start-tag
michael@0 920 (1,43): eof-in-frameset
michael@0 921 #document
michael@0 922 | <!DOCTYPE html>
michael@0 923 | <html>
michael@0 924 | <head>
michael@0 925 | <frameset>
michael@0 926 | <frame>
michael@0 927
michael@0 928 #data
michael@0 929 <!doctype html><math></math><frameset><frame>
michael@0 930 #errors
michael@0 931 (1,38): unexpected-start-tag
michael@0 932 (1,45): eof-in-frameset
michael@0 933 #document
michael@0 934 | <!DOCTYPE html>
michael@0 935 | <html>
michael@0 936 | <head>
michael@0 937 | <frameset>
michael@0 938 | <frame>
michael@0 939
michael@0 940 #data
michael@0 941 <!doctype html><svg><foreignObject><div> <frameset><frame>
michael@0 942 #errors
michael@0 943 (1,51): unexpected-start-tag
michael@0 944 (1,58): eof-in-frameset
michael@0 945 #document
michael@0 946 | <!DOCTYPE html>
michael@0 947 | <html>
michael@0 948 | <head>
michael@0 949 | <frameset>
michael@0 950 | <frame>
michael@0 951
michael@0 952 #data
michael@0 953 <!doctype html><svg>a</svg><frameset><frame>
michael@0 954 #errors
michael@0 955 (1,37): unexpected-start-tag
michael@0 956 (1,44): unexpected-start-tag-ignored
michael@0 957 #document
michael@0 958 | <!DOCTYPE html>
michael@0 959 | <html>
michael@0 960 | <head>
michael@0 961 | <body>
michael@0 962 | <svg svg>
michael@0 963 | "a"
michael@0 964
michael@0 965 #data
michael@0 966 <!doctype html><svg> </svg><frameset><frame>
michael@0 967 #errors
michael@0 968 (1,37): unexpected-start-tag
michael@0 969 (1,44): eof-in-frameset
michael@0 970 #document
michael@0 971 | <!DOCTYPE html>
michael@0 972 | <html>
michael@0 973 | <head>
michael@0 974 | <frameset>
michael@0 975 | <frame>
michael@0 976
michael@0 977 #data
michael@0 978 <html>aaa<frameset></frameset>
michael@0 979 #errors
michael@0 980 (1,6): expected-doctype-but-got-start-tag
michael@0 981 (1,19): unexpected-start-tag
michael@0 982 (1,30): unexpected-end-tag
michael@0 983 #document
michael@0 984 | <html>
michael@0 985 | <head>
michael@0 986 | <body>
michael@0 987 | "aaa"
michael@0 988
michael@0 989 #data
michael@0 990 <html> a <frameset></frameset>
michael@0 991 #errors
michael@0 992 (1,6): expected-doctype-but-got-start-tag
michael@0 993 (1,19): unexpected-start-tag
michael@0 994 (1,30): unexpected-end-tag
michael@0 995 #document
michael@0 996 | <html>
michael@0 997 | <head>
michael@0 998 | <body>
michael@0 999 | "a "
michael@0 1000
michael@0 1001 #data
michael@0 1002 <!doctype html><div><frameset>
michael@0 1003 #errors
michael@0 1004 (1,30): unexpected-start-tag
michael@0 1005 (1,30): eof-in-frameset
michael@0 1006 #document
michael@0 1007 | <!DOCTYPE html>
michael@0 1008 | <html>
michael@0 1009 | <head>
michael@0 1010 | <frameset>
michael@0 1011
michael@0 1012 #data
michael@0 1013 <!doctype html><div><body><frameset>
michael@0 1014 #errors
michael@0 1015 (1,26): unexpected-start-tag
michael@0 1016 (1,36): unexpected-start-tag
michael@0 1017 (1,36): expected-closing-tag-but-got-eof
michael@0 1018 #document
michael@0 1019 | <!DOCTYPE html>
michael@0 1020 | <html>
michael@0 1021 | <head>
michael@0 1022 | <body>
michael@0 1023 | <div>
michael@0 1024
michael@0 1025 #data
michael@0 1026 <!doctype html><p><math></p>a
michael@0 1027 #errors
michael@0 1028 (1,28): unexpected-end-tag
michael@0 1029 (1,28): unexpected-end-tag
michael@0 1030 #document
michael@0 1031 | <!DOCTYPE html>
michael@0 1032 | <html>
michael@0 1033 | <head>
michael@0 1034 | <body>
michael@0 1035 | <p>
michael@0 1036 | <math math>
michael@0 1037 | "a"
michael@0 1038
michael@0 1039 #data
michael@0 1040 <!doctype html><p><math><mn><span></p>a
michael@0 1041 #errors
michael@0 1042 (1,38): unexpected-end-tag
michael@0 1043 (1,39): expected-closing-tag-but-got-eof
michael@0 1044 #document
michael@0 1045 | <!DOCTYPE html>
michael@0 1046 | <html>
michael@0 1047 | <head>
michael@0 1048 | <body>
michael@0 1049 | <p>
michael@0 1050 | <math math>
michael@0 1051 | <math mn>
michael@0 1052 | <span>
michael@0 1053 | <p>
michael@0 1054 | "a"
michael@0 1055
michael@0 1056 #data
michael@0 1057 <!doctype html><math></html>
michael@0 1058 #errors
michael@0 1059 (1,28): unexpected-end-tag
michael@0 1060 (1,28): expected-one-end-tag-but-got-another
michael@0 1061 (1,28): unexpected-end-tag
michael@0 1062 #document
michael@0 1063 | <!DOCTYPE html>
michael@0 1064 | <html>
michael@0 1065 | <head>
michael@0 1066 | <body>
michael@0 1067 | <math math>
michael@0 1068
michael@0 1069 #data
michael@0 1070 <!doctype html><meta charset="ascii">
michael@0 1071 #errors
michael@0 1072 #document
michael@0 1073 | <!DOCTYPE html>
michael@0 1074 | <html>
michael@0 1075 | <head>
michael@0 1076 | <meta>
michael@0 1077 | charset="ascii"
michael@0 1078 | <body>
michael@0 1079
michael@0 1080 #data
michael@0 1081 <!doctype html><meta http-equiv="content-type" content="text/html;charset=ascii">
michael@0 1082 #errors
michael@0 1083 #document
michael@0 1084 | <!DOCTYPE html>
michael@0 1085 | <html>
michael@0 1086 | <head>
michael@0 1087 | <meta>
michael@0 1088 | content="text/html;charset=ascii"
michael@0 1089 | http-equiv="content-type"
michael@0 1090 | <body>
michael@0 1091
michael@0 1092 #data
michael@0 1093 <!doctype html><head><!--aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa--><meta charset="utf8">
michael@0 1094 #errors
michael@0 1095 #document
michael@0 1096 | <!DOCTYPE html>
michael@0 1097 | <html>
michael@0 1098 | <head>
michael@0 1099 | <!-- aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -->
michael@0 1100 | <meta>
michael@0 1101 | charset="utf8"
michael@0 1102 | <body>
michael@0 1103
michael@0 1104 #data
michael@0 1105 <!doctype html><html a=b><head></head><html c=d>
michael@0 1106 #errors
michael@0 1107 (1,48): non-html-root
michael@0 1108 #document
michael@0 1109 | <!DOCTYPE html>
michael@0 1110 | <html>
michael@0 1111 | a="b"
michael@0 1112 | c="d"
michael@0 1113 | <head>
michael@0 1114 | <body>
michael@0 1115
michael@0 1116 #data
michael@0 1117 <!doctype html><image/>
michael@0 1118 #errors
michael@0 1119 (1,23): image-start-tag
michael@0 1120 #document
michael@0 1121 | <!DOCTYPE html>
michael@0 1122 | <html>
michael@0 1123 | <head>
michael@0 1124 | <body>
michael@0 1125 | <img>
michael@0 1126
michael@0 1127 #data
michael@0 1128 <!doctype html>a<i>b<table>c<b>d</i>e</b>f
michael@0 1129 #errors
michael@0 1130 (1,28): foster-parenting-character
michael@0 1131 (1,31): foster-parenting-start-tag
michael@0 1132 (1,32): foster-parenting-character
michael@0 1133 (1,36): foster-parenting-end-tag
michael@0 1134 (1,36): adoption-agency-1.3
michael@0 1135 (1,37): foster-parenting-character
michael@0 1136 (1,41): foster-parenting-end-tag
michael@0 1137 (1,42): foster-parenting-character
michael@0 1138 (1,42): eof-in-table
michael@0 1139 #document
michael@0 1140 | <!DOCTYPE html>
michael@0 1141 | <html>
michael@0 1142 | <head>
michael@0 1143 | <body>
michael@0 1144 | "a"
michael@0 1145 | <i>
michael@0 1146 | "bc"
michael@0 1147 | <b>
michael@0 1148 | "de"
michael@0 1149 | "f"
michael@0 1150 | <table>
michael@0 1151
michael@0 1152 #data
michael@0 1153 <!doctype html><table><i>a<b>b<div>c<a>d</i>e</b>f
michael@0 1154 #errors
michael@0 1155 (1,25): foster-parenting-start-tag
michael@0 1156 (1,26): foster-parenting-character
michael@0 1157 (1,29): foster-parenting-start-tag
michael@0 1158 (1,30): foster-parenting-character
michael@0 1159 (1,35): foster-parenting-start-tag
michael@0 1160 (1,36): foster-parenting-character
michael@0 1161 (1,39): foster-parenting-start-tag
michael@0 1162 (1,40): foster-parenting-character
michael@0 1163 (1,44): foster-parenting-end-tag
michael@0 1164 (1,44): adoption-agency-1.3
michael@0 1165 (1,44): adoption-agency-1.3
michael@0 1166 (1,45): foster-parenting-character
michael@0 1167 (1,49): foster-parenting-end-tag
michael@0 1168 (1,49): adoption-agency-1.3
michael@0 1169 (1,49): adoption-agency-1.3
michael@0 1170 (1,50): foster-parenting-character
michael@0 1171 (1,50): eof-in-table
michael@0 1172 #document
michael@0 1173 | <!DOCTYPE html>
michael@0 1174 | <html>
michael@0 1175 | <head>
michael@0 1176 | <body>
michael@0 1177 | <i>
michael@0 1178 | "a"
michael@0 1179 | <b>
michael@0 1180 | "b"
michael@0 1181 | <b>
michael@0 1182 | <div>
michael@0 1183 | <b>
michael@0 1184 | <i>
michael@0 1185 | "c"
michael@0 1186 | <a>
michael@0 1187 | "d"
michael@0 1188 | <a>
michael@0 1189 | "e"
michael@0 1190 | <a>
michael@0 1191 | "f"
michael@0 1192 | <table>
michael@0 1193
michael@0 1194 #data
michael@0 1195 <!doctype html><i>a<b>b<div>c<a>d</i>e</b>f
michael@0 1196 #errors
michael@0 1197 (1,37): adoption-agency-1.3
michael@0 1198 (1,37): adoption-agency-1.3
michael@0 1199 (1,42): adoption-agency-1.3
michael@0 1200 (1,42): adoption-agency-1.3
michael@0 1201 (1,43): expected-closing-tag-but-got-eof
michael@0 1202 #document
michael@0 1203 | <!DOCTYPE html>
michael@0 1204 | <html>
michael@0 1205 | <head>
michael@0 1206 | <body>
michael@0 1207 | <i>
michael@0 1208 | "a"
michael@0 1209 | <b>
michael@0 1210 | "b"
michael@0 1211 | <b>
michael@0 1212 | <div>
michael@0 1213 | <b>
michael@0 1214 | <i>
michael@0 1215 | "c"
michael@0 1216 | <a>
michael@0 1217 | "d"
michael@0 1218 | <a>
michael@0 1219 | "e"
michael@0 1220 | <a>
michael@0 1221 | "f"
michael@0 1222
michael@0 1223 #data
michael@0 1224 <!doctype html><table><i>a<b>b<div>c</i>
michael@0 1225 #errors
michael@0 1226 (1,25): foster-parenting-start-tag
michael@0 1227 (1,26): foster-parenting-character
michael@0 1228 (1,29): foster-parenting-start-tag
michael@0 1229 (1,30): foster-parenting-character
michael@0 1230 (1,35): foster-parenting-start-tag
michael@0 1231 (1,36): foster-parenting-character
michael@0 1232 (1,40): foster-parenting-end-tag
michael@0 1233 (1,40): adoption-agency-1.3
michael@0 1234 (1,40): eof-in-table
michael@0 1235 #document
michael@0 1236 | <!DOCTYPE html>
michael@0 1237 | <html>
michael@0 1238 | <head>
michael@0 1239 | <body>
michael@0 1240 | <i>
michael@0 1241 | "a"
michael@0 1242 | <b>
michael@0 1243 | "b"
michael@0 1244 | <b>
michael@0 1245 | <div>
michael@0 1246 | <i>
michael@0 1247 | "c"
michael@0 1248 | <table>
michael@0 1249
michael@0 1250 #data
michael@0 1251 <!doctype html><table><i>a<b>b<div>c<a>d</i>e</b>f
michael@0 1252 #errors
michael@0 1253 (1,25): foster-parenting-start-tag
michael@0 1254 (1,26): foster-parenting-character
michael@0 1255 (1,29): foster-parenting-start-tag
michael@0 1256 (1,30): foster-parenting-character
michael@0 1257 (1,35): foster-parenting-start-tag
michael@0 1258 (1,36): foster-parenting-character
michael@0 1259 (1,39): foster-parenting-start-tag
michael@0 1260 (1,40): foster-parenting-character
michael@0 1261 (1,44): foster-parenting-end-tag
michael@0 1262 (1,44): adoption-agency-1.3
michael@0 1263 (1,44): adoption-agency-1.3
michael@0 1264 (1,45): foster-parenting-character
michael@0 1265 (1,49): foster-parenting-end-tag
michael@0 1266 (1,44): adoption-agency-1.3
michael@0 1267 (1,44): adoption-agency-1.3
michael@0 1268 (1,50): eof-in-table
michael@0 1269 #document
michael@0 1270 | <!DOCTYPE html>
michael@0 1271 | <html>
michael@0 1272 | <head>
michael@0 1273 | <body>
michael@0 1274 | <i>
michael@0 1275 | "a"
michael@0 1276 | <b>
michael@0 1277 | "b"
michael@0 1278 | <b>
michael@0 1279 | <div>
michael@0 1280 | <b>
michael@0 1281 | <i>
michael@0 1282 | "c"
michael@0 1283 | <a>
michael@0 1284 | "d"
michael@0 1285 | <a>
michael@0 1286 | "e"
michael@0 1287 | <a>
michael@0 1288 | "f"
michael@0 1289 | <table>
michael@0 1290
michael@0 1291 #data
michael@0 1292 <!doctype html><table><i>a<div>b<tr>c<b>d</i>e
michael@0 1293 #errors
michael@0 1294 (1,25): foster-parenting-start-tag
michael@0 1295 (1,26): foster-parenting-character
michael@0 1296 (1,31): foster-parenting-start-tag
michael@0 1297 (1,32): foster-parenting-character
michael@0 1298 (1,37): foster-parenting-character
michael@0 1299 (1,40): foster-parenting-start-tag
michael@0 1300 (1,41): foster-parenting-character
michael@0 1301 (1,45): foster-parenting-end-tag
michael@0 1302 (1,45): adoption-agency-1.3
michael@0 1303 (1,46): foster-parenting-character
michael@0 1304 (1,46): eof-in-table
michael@0 1305 #document
michael@0 1306 | <!DOCTYPE html>
michael@0 1307 | <html>
michael@0 1308 | <head>
michael@0 1309 | <body>
michael@0 1310 | <i>
michael@0 1311 | "a"
michael@0 1312 | <div>
michael@0 1313 | "b"
michael@0 1314 | <i>
michael@0 1315 | "c"
michael@0 1316 | <b>
michael@0 1317 | "d"
michael@0 1318 | <b>
michael@0 1319 | "e"
michael@0 1320 | <table>
michael@0 1321 | <tbody>
michael@0 1322 | <tr>
michael@0 1323
michael@0 1324 #data
michael@0 1325 <!doctype html><table><td><table><i>a<div>b<b>c</i>d
michael@0 1326 #errors
michael@0 1327 (1,26): unexpected-cell-in-table-body
michael@0 1328 (1,36): foster-parenting-start-tag
michael@0 1329 (1,37): foster-parenting-character
michael@0 1330 (1,42): foster-parenting-start-tag
michael@0 1331 (1,43): foster-parenting-character
michael@0 1332 (1,46): foster-parenting-start-tag
michael@0 1333 (1,47): foster-parenting-character
michael@0 1334 (1,51): foster-parenting-end-tag
michael@0 1335 (1,51): adoption-agency-1.3
michael@0 1336 (1,51): adoption-agency-1.3
michael@0 1337 (1,52): foster-parenting-character
michael@0 1338 (1,52): eof-in-table
michael@0 1339 #document
michael@0 1340 | <!DOCTYPE html>
michael@0 1341 | <html>
michael@0 1342 | <head>
michael@0 1343 | <body>
michael@0 1344 | <table>
michael@0 1345 | <tbody>
michael@0 1346 | <tr>
michael@0 1347 | <td>
michael@0 1348 | <i>
michael@0 1349 | "a"
michael@0 1350 | <div>
michael@0 1351 | <i>
michael@0 1352 | "b"
michael@0 1353 | <b>
michael@0 1354 | "c"
michael@0 1355 | <b>
michael@0 1356 | "d"
michael@0 1357 | <table>
michael@0 1358
michael@0 1359 #data
michael@0 1360 <!doctype html><body><bgsound>
michael@0 1361 #errors
michael@0 1362 #document
michael@0 1363 | <!DOCTYPE html>
michael@0 1364 | <html>
michael@0 1365 | <head>
michael@0 1366 | <body>
michael@0 1367 | <bgsound>
michael@0 1368
michael@0 1369 #data
michael@0 1370 <!doctype html><body><basefont>
michael@0 1371 #errors
michael@0 1372 #document
michael@0 1373 | <!DOCTYPE html>
michael@0 1374 | <html>
michael@0 1375 | <head>
michael@0 1376 | <body>
michael@0 1377 | <basefont>
michael@0 1378
michael@0 1379 #data
michael@0 1380 <!doctype html><a><b></a><basefont>
michael@0 1381 #errors
michael@0 1382 (1,25): adoption-agency-1.3
michael@0 1383 #document
michael@0 1384 | <!DOCTYPE html>
michael@0 1385 | <html>
michael@0 1386 | <head>
michael@0 1387 | <body>
michael@0 1388 | <a>
michael@0 1389 | <b>
michael@0 1390 | <basefont>
michael@0 1391
michael@0 1392 #data
michael@0 1393 <!doctype html><a><b></a><bgsound>
michael@0 1394 #errors
michael@0 1395 (1,25): adoption-agency-1.3
michael@0 1396 #document
michael@0 1397 | <!DOCTYPE html>
michael@0 1398 | <html>
michael@0 1399 | <head>
michael@0 1400 | <body>
michael@0 1401 | <a>
michael@0 1402 | <b>
michael@0 1403 | <bgsound>
michael@0 1404
michael@0 1405 #data
michael@0 1406 <!doctype html><figcaption><article></figcaption>a
michael@0 1407 #errors
michael@0 1408 (1,49): end-tag-too-early
michael@0 1409 #document
michael@0 1410 | <!DOCTYPE html>
michael@0 1411 | <html>
michael@0 1412 | <head>
michael@0 1413 | <body>
michael@0 1414 | <figcaption>
michael@0 1415 | <article>
michael@0 1416 | "a"
michael@0 1417
michael@0 1418 #data
michael@0 1419 <!doctype html><summary><article></summary>a
michael@0 1420 #errors
michael@0 1421 (1,43): end-tag-too-early
michael@0 1422 #document
michael@0 1423 | <!DOCTYPE html>
michael@0 1424 | <html>
michael@0 1425 | <head>
michael@0 1426 | <body>
michael@0 1427 | <summary>
michael@0 1428 | <article>
michael@0 1429 | "a"
michael@0 1430
michael@0 1431 #data
michael@0 1432 <!doctype html><p><a><plaintext>b
michael@0 1433 #errors
michael@0 1434 (1,32): unexpected-end-tag
michael@0 1435 (1,33): expected-closing-tag-but-got-eof
michael@0 1436 #document
michael@0 1437 | <!DOCTYPE html>
michael@0 1438 | <html>
michael@0 1439 | <head>
michael@0 1440 | <body>
michael@0 1441 | <p>
michael@0 1442 | <a>
michael@0 1443 | <plaintext>
michael@0 1444 | <a>
michael@0 1445 | "b"
michael@0 1446
michael@0 1447 #data
michael@0 1448 <!DOCTYPE html><div>a<a></div>b<p>c</p>d
michael@0 1449 #errors
michael@0 1450 (1,30): end-tag-too-early
michael@0 1451 (1,40): expected-closing-tag-but-got-eof
michael@0 1452 #document
michael@0 1453 | <!DOCTYPE html>
michael@0 1454 | <html>
michael@0 1455 | <head>
michael@0 1456 | <body>
michael@0 1457 | <div>
michael@0 1458 | "a"
michael@0 1459 | <a>
michael@0 1460 | <a>
michael@0 1461 | "b"
michael@0 1462 | <p>
michael@0 1463 | "c"
michael@0 1464 | "d"

mercurial