parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests10.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><svg></svg>
michael@0 3 #errors
michael@0 4 #document
michael@0 5 | <!DOCTYPE html>
michael@0 6 | <html>
michael@0 7 | <head>
michael@0 8 | <body>
michael@0 9 | <svg svg>
michael@0 10
michael@0 11 #data
michael@0 12 <!DOCTYPE html><svg></svg><![CDATA[a]]>
michael@0 13 #errors
michael@0 14 (1,28) expected-dashes-or-doctype
michael@0 15 #document
michael@0 16 | <!DOCTYPE html>
michael@0 17 | <html>
michael@0 18 | <head>
michael@0 19 | <body>
michael@0 20 | <svg svg>
michael@0 21 | <!-- [CDATA[a]] -->
michael@0 22
michael@0 23 #data
michael@0 24 <!DOCTYPE html><body><svg></svg>
michael@0 25 #errors
michael@0 26 #document
michael@0 27 | <!DOCTYPE html>
michael@0 28 | <html>
michael@0 29 | <head>
michael@0 30 | <body>
michael@0 31 | <svg svg>
michael@0 32
michael@0 33 #data
michael@0 34 <!DOCTYPE html><body><select><svg></svg></select>
michael@0 35 #errors
michael@0 36 (1,34) unexpected-start-tag-in-select
michael@0 37 (1,40) unexpected-end-tag-in-select
michael@0 38 #document
michael@0 39 | <!DOCTYPE html>
michael@0 40 | <html>
michael@0 41 | <head>
michael@0 42 | <body>
michael@0 43 | <select>
michael@0 44
michael@0 45 #data
michael@0 46 <!DOCTYPE html><body><select><option><svg></svg></option></select>
michael@0 47 #errors
michael@0 48 (1,42) unexpected-start-tag-in-select
michael@0 49 (1,48) unexpected-end-tag-in-select
michael@0 50 #document
michael@0 51 | <!DOCTYPE html>
michael@0 52 | <html>
michael@0 53 | <head>
michael@0 54 | <body>
michael@0 55 | <select>
michael@0 56 | <option>
michael@0 57
michael@0 58 #data
michael@0 59 <!DOCTYPE html><body><table><svg></svg></table>
michael@0 60 #errors
michael@0 61 (1,33) foster-parenting-start-tag
michael@0 62 #document
michael@0 63 | <!DOCTYPE html>
michael@0 64 | <html>
michael@0 65 | <head>
michael@0 66 | <body>
michael@0 67 | <svg svg>
michael@0 68 | <table>
michael@0 69
michael@0 70 #data
michael@0 71 <!DOCTYPE html><body><table><svg><g>foo</g></svg></table>
michael@0 72 #errors
michael@0 73 (1,33) foster-parenting-start-tag
michael@0 74 #document
michael@0 75 | <!DOCTYPE html>
michael@0 76 | <html>
michael@0 77 | <head>
michael@0 78 | <body>
michael@0 79 | <svg svg>
michael@0 80 | <svg g>
michael@0 81 | "foo"
michael@0 82 | <table>
michael@0 83
michael@0 84 #data
michael@0 85 <!DOCTYPE html><body><table><svg><g>foo</g><g>bar</g></svg></table>
michael@0 86 #errors
michael@0 87 (1,33) foster-parenting-start-tag
michael@0 88 #document
michael@0 89 | <!DOCTYPE html>
michael@0 90 | <html>
michael@0 91 | <head>
michael@0 92 | <body>
michael@0 93 | <svg svg>
michael@0 94 | <svg g>
michael@0 95 | "foo"
michael@0 96 | <svg g>
michael@0 97 | "bar"
michael@0 98 | <table>
michael@0 99
michael@0 100 #data
michael@0 101 <!DOCTYPE html><body><table><tbody><svg><g>foo</g><g>bar</g></svg></tbody></table>
michael@0 102 #errors
michael@0 103 (1,40) foster-parenting-start-tag
michael@0 104 #document
michael@0 105 | <!DOCTYPE html>
michael@0 106 | <html>
michael@0 107 | <head>
michael@0 108 | <body>
michael@0 109 | <svg svg>
michael@0 110 | <svg g>
michael@0 111 | "foo"
michael@0 112 | <svg g>
michael@0 113 | "bar"
michael@0 114 | <table>
michael@0 115 | <tbody>
michael@0 116
michael@0 117 #data
michael@0 118 <!DOCTYPE html><body><table><tbody><tr><svg><g>foo</g><g>bar</g></svg></tr></tbody></table>
michael@0 119 #errors
michael@0 120 (1,44) foster-parenting-start-tag
michael@0 121 #document
michael@0 122 | <!DOCTYPE html>
michael@0 123 | <html>
michael@0 124 | <head>
michael@0 125 | <body>
michael@0 126 | <svg svg>
michael@0 127 | <svg g>
michael@0 128 | "foo"
michael@0 129 | <svg g>
michael@0 130 | "bar"
michael@0 131 | <table>
michael@0 132 | <tbody>
michael@0 133 | <tr>
michael@0 134
michael@0 135 #data
michael@0 136 <!DOCTYPE html><body><table><tbody><tr><td><svg><g>foo</g><g>bar</g></svg></td></tr></tbody></table>
michael@0 137 #errors
michael@0 138 #document
michael@0 139 | <!DOCTYPE html>
michael@0 140 | <html>
michael@0 141 | <head>
michael@0 142 | <body>
michael@0 143 | <table>
michael@0 144 | <tbody>
michael@0 145 | <tr>
michael@0 146 | <td>
michael@0 147 | <svg svg>
michael@0 148 | <svg g>
michael@0 149 | "foo"
michael@0 150 | <svg g>
michael@0 151 | "bar"
michael@0 152
michael@0 153 #data
michael@0 154 <!DOCTYPE html><body><table><tbody><tr><td><svg><g>foo</g><g>bar</g></svg><p>baz</td></tr></tbody></table>
michael@0 155 #errors
michael@0 156 #document
michael@0 157 | <!DOCTYPE html>
michael@0 158 | <html>
michael@0 159 | <head>
michael@0 160 | <body>
michael@0 161 | <table>
michael@0 162 | <tbody>
michael@0 163 | <tr>
michael@0 164 | <td>
michael@0 165 | <svg svg>
michael@0 166 | <svg g>
michael@0 167 | "foo"
michael@0 168 | <svg g>
michael@0 169 | "bar"
michael@0 170 | <p>
michael@0 171 | "baz"
michael@0 172
michael@0 173 #data
michael@0 174 <!DOCTYPE html><body><table><caption><svg><g>foo</g><g>bar</g></svg><p>baz</caption></table>
michael@0 175 #errors
michael@0 176 #document
michael@0 177 | <!DOCTYPE html>
michael@0 178 | <html>
michael@0 179 | <head>
michael@0 180 | <body>
michael@0 181 | <table>
michael@0 182 | <caption>
michael@0 183 | <svg svg>
michael@0 184 | <svg g>
michael@0 185 | "foo"
michael@0 186 | <svg g>
michael@0 187 | "bar"
michael@0 188 | <p>
michael@0 189 | "baz"
michael@0 190
michael@0 191 #data
michael@0 192 <!DOCTYPE html><body><table><caption><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
michael@0 193 #errors
michael@0 194 (1,65) unexpected-html-element-in-foreign-content
michael@0 195 (1,76) XXX-undefined-error
michael@0 196 #document
michael@0 197 | <!DOCTYPE html>
michael@0 198 | <html>
michael@0 199 | <head>
michael@0 200 | <body>
michael@0 201 | <table>
michael@0 202 | <caption>
michael@0 203 | <svg svg>
michael@0 204 | <svg g>
michael@0 205 | "foo"
michael@0 206 | <svg g>
michael@0 207 | "bar"
michael@0 208 | <p>
michael@0 209 | "baz"
michael@0 210 | <p>
michael@0 211 | "quux"
michael@0 212
michael@0 213 #data
michael@0 214 <!DOCTYPE html><body><table><caption><svg><g>foo</g><g>bar</g>baz</table><p>quux
michael@0 215 #errors
michael@0 216 (1,73) unexpected-end-tag
michael@0 217 (1,73) expected-one-end-tag-but-got-another
michael@0 218 #document
michael@0 219 | <!DOCTYPE html>
michael@0 220 | <html>
michael@0 221 | <head>
michael@0 222 | <body>
michael@0 223 | <table>
michael@0 224 | <caption>
michael@0 225 | <svg svg>
michael@0 226 | <svg g>
michael@0 227 | "foo"
michael@0 228 | <svg g>
michael@0 229 | "bar"
michael@0 230 | "baz"
michael@0 231 | <p>
michael@0 232 | "quux"
michael@0 233
michael@0 234 #data
michael@0 235 <!DOCTYPE html><body><table><colgroup><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
michael@0 236 #errors
michael@0 237 (1,43) foster-parenting-start-tag
michael@0 238 (1,66) foster-parenting-start-tag
michael@0 239 (1,67) foster-parenting-character
michael@0 240 (1,68) foster-parenting-character
michael@0 241 (1,69) foster-parenting-character
michael@0 242 #document
michael@0 243 | <!DOCTYPE html>
michael@0 244 | <html>
michael@0 245 | <head>
michael@0 246 | <body>
michael@0 247 | <svg svg>
michael@0 248 | <svg g>
michael@0 249 | "foo"
michael@0 250 | <svg g>
michael@0 251 | "bar"
michael@0 252 | <p>
michael@0 253 | "baz"
michael@0 254 | <table>
michael@0 255 | <colgroup>
michael@0 256 | <p>
michael@0 257 | "quux"
michael@0 258
michael@0 259 #data
michael@0 260 <!DOCTYPE html><body><table><tr><td><select><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
michael@0 261 #errors
michael@0 262 (1,49) unexpected-start-tag-in-select
michael@0 263 (1,52) unexpected-start-tag-in-select
michael@0 264 (1,59) unexpected-end-tag-in-select
michael@0 265 (1,62) unexpected-start-tag-in-select
michael@0 266 (1,69) unexpected-end-tag-in-select
michael@0 267 (1,72) unexpected-start-tag-in-select
michael@0 268 (1,83) unexpected-table-element-end-tag-in-select-in-table
michael@0 269 #document
michael@0 270 | <!DOCTYPE html>
michael@0 271 | <html>
michael@0 272 | <head>
michael@0 273 | <body>
michael@0 274 | <table>
michael@0 275 | <tbody>
michael@0 276 | <tr>
michael@0 277 | <td>
michael@0 278 | <select>
michael@0 279 | "foobarbaz"
michael@0 280 | <p>
michael@0 281 | "quux"
michael@0 282
michael@0 283 #data
michael@0 284 <!DOCTYPE html><body><table><select><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
michael@0 285 #errors
michael@0 286 (1,36) unexpected-start-tag-implies-table-voodoo
michael@0 287 (1,41) unexpected-start-tag-in-select
michael@0 288 (1,44) unexpected-start-tag-in-select
michael@0 289 (1,51) unexpected-end-tag-in-select
michael@0 290 (1,54) unexpected-start-tag-in-select
michael@0 291 (1,61) unexpected-end-tag-in-select
michael@0 292 (1,64) unexpected-start-tag-in-select
michael@0 293 (1,75) unexpected-table-element-end-tag-in-select-in-table
michael@0 294 #document
michael@0 295 | <!DOCTYPE html>
michael@0 296 | <html>
michael@0 297 | <head>
michael@0 298 | <body>
michael@0 299 | <select>
michael@0 300 | "foobarbaz"
michael@0 301 | <table>
michael@0 302 | <p>
michael@0 303 | "quux"
michael@0 304
michael@0 305 #data
michael@0 306 <!DOCTYPE html><body></body></html><svg><g>foo</g><g>bar</g><p>baz
michael@0 307 #errors
michael@0 308 (1,40) expected-eof-but-got-start-tag
michael@0 309 (1,63) unexpected-html-element-in-foreign-content
michael@0 310 #document
michael@0 311 | <!DOCTYPE html>
michael@0 312 | <html>
michael@0 313 | <head>
michael@0 314 | <body>
michael@0 315 | <svg svg>
michael@0 316 | <svg g>
michael@0 317 | "foo"
michael@0 318 | <svg g>
michael@0 319 | "bar"
michael@0 320 | <p>
michael@0 321 | "baz"
michael@0 322
michael@0 323 #data
michael@0 324 <!DOCTYPE html><body></body><svg><g>foo</g><g>bar</g><p>baz
michael@0 325 #errors
michael@0 326 (1,33) unexpected-start-tag-after-body
michael@0 327 (1,56) unexpected-html-element-in-foreign-content
michael@0 328 #document
michael@0 329 | <!DOCTYPE html>
michael@0 330 | <html>
michael@0 331 | <head>
michael@0 332 | <body>
michael@0 333 | <svg svg>
michael@0 334 | <svg g>
michael@0 335 | "foo"
michael@0 336 | <svg g>
michael@0 337 | "bar"
michael@0 338 | <p>
michael@0 339 | "baz"
michael@0 340
michael@0 341 #data
michael@0 342 <!DOCTYPE html><frameset><svg><g></g><g></g><p><span>
michael@0 343 #errors
michael@0 344 (1,30) unexpected-start-tag-in-frameset
michael@0 345 (1,33) unexpected-start-tag-in-frameset
michael@0 346 (1,37) unexpected-end-tag-in-frameset
michael@0 347 (1,40) unexpected-start-tag-in-frameset
michael@0 348 (1,44) unexpected-end-tag-in-frameset
michael@0 349 (1,47) unexpected-start-tag-in-frameset
michael@0 350 (1,53) unexpected-start-tag-in-frameset
michael@0 351 (1,53) eof-in-frameset
michael@0 352 #document
michael@0 353 | <!DOCTYPE html>
michael@0 354 | <html>
michael@0 355 | <head>
michael@0 356 | <frameset>
michael@0 357
michael@0 358 #data
michael@0 359 <!DOCTYPE html><frameset></frameset><svg><g></g><g></g><p><span>
michael@0 360 #errors
michael@0 361 (1,41) unexpected-start-tag-after-frameset
michael@0 362 (1,44) unexpected-start-tag-after-frameset
michael@0 363 (1,48) unexpected-end-tag-after-frameset
michael@0 364 (1,51) unexpected-start-tag-after-frameset
michael@0 365 (1,55) unexpected-end-tag-after-frameset
michael@0 366 (1,58) unexpected-start-tag-after-frameset
michael@0 367 (1,64) unexpected-start-tag-after-frameset
michael@0 368 #document
michael@0 369 | <!DOCTYPE html>
michael@0 370 | <html>
michael@0 371 | <head>
michael@0 372 | <frameset>
michael@0 373
michael@0 374 #data
michael@0 375 <!DOCTYPE html><body xlink:href=foo><svg xlink:href=foo></svg>
michael@0 376 #errors
michael@0 377 #document
michael@0 378 | <!DOCTYPE html>
michael@0 379 | <html>
michael@0 380 | <head>
michael@0 381 | <body>
michael@0 382 | xlink:href="foo"
michael@0 383 | <svg svg>
michael@0 384 | xlink href="foo"
michael@0 385
michael@0 386 #data
michael@0 387 <!DOCTYPE html><body xlink:href=foo xml:lang=en><svg><g xml:lang=en xlink:href=foo></g></svg>
michael@0 388 #errors
michael@0 389 #document
michael@0 390 | <!DOCTYPE html>
michael@0 391 | <html>
michael@0 392 | <head>
michael@0 393 | <body>
michael@0 394 | xlink:href="foo"
michael@0 395 | xml:lang="en"
michael@0 396 | <svg svg>
michael@0 397 | <svg g>
michael@0 398 | xlink href="foo"
michael@0 399 | xml lang="en"
michael@0 400
michael@0 401 #data
michael@0 402 <!DOCTYPE html><body xlink:href=foo xml:lang=en><svg><g xml:lang=en xlink:href=foo /></svg>
michael@0 403 #errors
michael@0 404 #document
michael@0 405 | <!DOCTYPE html>
michael@0 406 | <html>
michael@0 407 | <head>
michael@0 408 | <body>
michael@0 409 | xlink:href="foo"
michael@0 410 | xml:lang="en"
michael@0 411 | <svg svg>
michael@0 412 | <svg g>
michael@0 413 | xlink href="foo"
michael@0 414 | xml lang="en"
michael@0 415
michael@0 416 #data
michael@0 417 <!DOCTYPE html><body xlink:href=foo xml:lang=en><svg><g xml:lang=en xlink:href=foo />bar</svg>
michael@0 418 #errors
michael@0 419 #document
michael@0 420 | <!DOCTYPE html>
michael@0 421 | <html>
michael@0 422 | <head>
michael@0 423 | <body>
michael@0 424 | xlink:href="foo"
michael@0 425 | xml:lang="en"
michael@0 426 | <svg svg>
michael@0 427 | <svg g>
michael@0 428 | xlink href="foo"
michael@0 429 | xml lang="en"
michael@0 430 | "bar"
michael@0 431
michael@0 432 #data
michael@0 433 <svg></path>
michael@0 434 #errors
michael@0 435 (1,5) expected-doctype-but-got-start-tag
michael@0 436 (1,12) unexpected-end-tag
michael@0 437 (1,12) unexpected-end-tag
michael@0 438 (1,12) expected-closing-tag-but-got-eof
michael@0 439 #document
michael@0 440 | <html>
michael@0 441 | <head>
michael@0 442 | <body>
michael@0 443 | <svg svg>
michael@0 444
michael@0 445 #data
michael@0 446 <div><svg></div>a
michael@0 447 #errors
michael@0 448 (1,5) expected-doctype-but-got-start-tag
michael@0 449 (1,16) unexpected-end-tag
michael@0 450 (1,16) end-tag-too-early
michael@0 451 #document
michael@0 452 | <html>
michael@0 453 | <head>
michael@0 454 | <body>
michael@0 455 | <div>
michael@0 456 | <svg svg>
michael@0 457 | "a"
michael@0 458
michael@0 459 #data
michael@0 460 <div><svg><path></div>a
michael@0 461 #errors
michael@0 462 (1,5) expected-doctype-but-got-start-tag
michael@0 463 (1,22) unexpected-end-tag
michael@0 464 (1,22) end-tag-too-early
michael@0 465 #document
michael@0 466 | <html>
michael@0 467 | <head>
michael@0 468 | <body>
michael@0 469 | <div>
michael@0 470 | <svg svg>
michael@0 471 | <svg path>
michael@0 472 | "a"
michael@0 473
michael@0 474 #data
michael@0 475 <div><svg><path></svg><path>
michael@0 476 #errors
michael@0 477 (1,5) expected-doctype-but-got-start-tag
michael@0 478 (1,22) unexpected-end-tag
michael@0 479 (1,28) expected-closing-tag-but-got-eof
michael@0 480 #document
michael@0 481 | <html>
michael@0 482 | <head>
michael@0 483 | <body>
michael@0 484 | <div>
michael@0 485 | <svg svg>
michael@0 486 | <svg path>
michael@0 487 | <path>
michael@0 488
michael@0 489 #data
michael@0 490 <div><svg><path><foreignObject><math></div>a
michael@0 491 #errors
michael@0 492 (1,5) expected-doctype-but-got-start-tag
michael@0 493 (1,43) unexpected-end-tag
michael@0 494 (1,43) end-tag-too-early
michael@0 495 (1,44) expected-closing-tag-but-got-eof
michael@0 496 #document
michael@0 497 | <html>
michael@0 498 | <head>
michael@0 499 | <body>
michael@0 500 | <div>
michael@0 501 | <svg svg>
michael@0 502 | <svg path>
michael@0 503 | <svg foreignObject>
michael@0 504 | <math math>
michael@0 505 | "a"
michael@0 506
michael@0 507 #data
michael@0 508 <div><svg><path><foreignObject><p></div>a
michael@0 509 #errors
michael@0 510 (1,5) expected-doctype-but-got-start-tag
michael@0 511 (1,40) end-tag-too-early
michael@0 512 (1,41) expected-closing-tag-but-got-eof
michael@0 513 #document
michael@0 514 | <html>
michael@0 515 | <head>
michael@0 516 | <body>
michael@0 517 | <div>
michael@0 518 | <svg svg>
michael@0 519 | <svg path>
michael@0 520 | <svg foreignObject>
michael@0 521 | <p>
michael@0 522 | "a"
michael@0 523
michael@0 524 #data
michael@0 525 <!DOCTYPE html><svg><desc><div><svg><ul>a
michael@0 526 #errors
michael@0 527 (1,40) unexpected-html-element-in-foreign-content
michael@0 528 (1,41) expected-closing-tag-but-got-eof
michael@0 529 #document
michael@0 530 | <!DOCTYPE html>
michael@0 531 | <html>
michael@0 532 | <head>
michael@0 533 | <body>
michael@0 534 | <svg svg>
michael@0 535 | <svg desc>
michael@0 536 | <div>
michael@0 537 | <svg svg>
michael@0 538 | <ul>
michael@0 539 | "a"
michael@0 540
michael@0 541 #data
michael@0 542 <!DOCTYPE html><svg><desc><svg><ul>a
michael@0 543 #errors
michael@0 544 (1,35) unexpected-html-element-in-foreign-content
michael@0 545 (1,36) expected-closing-tag-but-got-eof
michael@0 546 #document
michael@0 547 | <!DOCTYPE html>
michael@0 548 | <html>
michael@0 549 | <head>
michael@0 550 | <body>
michael@0 551 | <svg svg>
michael@0 552 | <svg desc>
michael@0 553 | <svg svg>
michael@0 554 | <ul>
michael@0 555 | "a"
michael@0 556
michael@0 557 #data
michael@0 558 <!DOCTYPE html><p><svg><desc><p>
michael@0 559 #errors
michael@0 560 (1,32) expected-closing-tag-but-got-eof
michael@0 561 #document
michael@0 562 | <!DOCTYPE html>
michael@0 563 | <html>
michael@0 564 | <head>
michael@0 565 | <body>
michael@0 566 | <p>
michael@0 567 | <svg svg>
michael@0 568 | <svg desc>
michael@0 569 | <p>
michael@0 570
michael@0 571 #data
michael@0 572 <!DOCTYPE html><p><svg><title><p>
michael@0 573 #errors
michael@0 574 (1,33) expected-closing-tag-but-got-eof
michael@0 575 #document
michael@0 576 | <!DOCTYPE html>
michael@0 577 | <html>
michael@0 578 | <head>
michael@0 579 | <body>
michael@0 580 | <p>
michael@0 581 | <svg svg>
michael@0 582 | <svg title>
michael@0 583 | <p>
michael@0 584
michael@0 585 #data
michael@0 586 <div><svg><path><foreignObject><p></foreignObject><p>
michael@0 587 #errors
michael@0 588 (1,5) expected-doctype-but-got-start-tag
michael@0 589 (1,50) unexpected-end-tag
michael@0 590 (1,53) expected-closing-tag-but-got-eof
michael@0 591 #document
michael@0 592 | <html>
michael@0 593 | <head>
michael@0 594 | <body>
michael@0 595 | <div>
michael@0 596 | <svg svg>
michael@0 597 | <svg path>
michael@0 598 | <svg foreignObject>
michael@0 599 | <p>
michael@0 600 | <p>
michael@0 601
michael@0 602 #data
michael@0 603 <math><mi><div><object><div><span></span></div></object></div></mi><mi>
michael@0 604 #errors
michael@0 605 (1,6) expected-doctype-but-got-start-tag
michael@0 606 (1,71) expected-closing-tag-but-got-eof
michael@0 607 #document
michael@0 608 | <html>
michael@0 609 | <head>
michael@0 610 | <body>
michael@0 611 | <math math>
michael@0 612 | <math mi>
michael@0 613 | <div>
michael@0 614 | <object>
michael@0 615 | <div>
michael@0 616 | <span>
michael@0 617 | <math mi>
michael@0 618
michael@0 619 #data
michael@0 620 <math><mi><svg><foreignObject><div><div></div></div></foreignObject></svg></mi><mi>
michael@0 621 #errors
michael@0 622 (1,6) expected-doctype-but-got-start-tag
michael@0 623 (1,83) expected-closing-tag-but-got-eof
michael@0 624 #document
michael@0 625 | <html>
michael@0 626 | <head>
michael@0 627 | <body>
michael@0 628 | <math math>
michael@0 629 | <math mi>
michael@0 630 | <svg svg>
michael@0 631 | <svg foreignObject>
michael@0 632 | <div>
michael@0 633 | <div>
michael@0 634 | <math mi>
michael@0 635
michael@0 636 #data
michael@0 637 <svg><script></script><path>
michael@0 638 #errors
michael@0 639 (1,5) expected-doctype-but-got-start-tag
michael@0 640 (1,28) expected-closing-tag-but-got-eof
michael@0 641 #document
michael@0 642 | <html>
michael@0 643 | <head>
michael@0 644 | <body>
michael@0 645 | <svg svg>
michael@0 646 | <svg script>
michael@0 647 | <svg path>
michael@0 648
michael@0 649 #data
michael@0 650 <table><svg></svg><tr>
michael@0 651 #errors
michael@0 652 (1,7) expected-doctype-but-got-start-tag
michael@0 653 (1,12) unexpected-start-tag-implies-table-voodoo
michael@0 654 (1,22) eof-in-table
michael@0 655 #document
michael@0 656 | <html>
michael@0 657 | <head>
michael@0 658 | <body>
michael@0 659 | <svg svg>
michael@0 660 | <table>
michael@0 661 | <tbody>
michael@0 662 | <tr>
michael@0 663
michael@0 664 #data
michael@0 665 <math><mi><mglyph>
michael@0 666 #errors
michael@0 667 (1,6) expected-doctype-but-got-start-tag
michael@0 668 (1,18) expected-closing-tag-but-got-eof
michael@0 669 #document
michael@0 670 | <html>
michael@0 671 | <head>
michael@0 672 | <body>
michael@0 673 | <math math>
michael@0 674 | <math mi>
michael@0 675 | <math mglyph>
michael@0 676
michael@0 677 #data
michael@0 678 <math><mi><malignmark>
michael@0 679 #errors
michael@0 680 (1,6) expected-doctype-but-got-start-tag
michael@0 681 (1,22) expected-closing-tag-but-got-eof
michael@0 682 #document
michael@0 683 | <html>
michael@0 684 | <head>
michael@0 685 | <body>
michael@0 686 | <math math>
michael@0 687 | <math mi>
michael@0 688 | <math malignmark>
michael@0 689
michael@0 690 #data
michael@0 691 <math><mo><mglyph>
michael@0 692 #errors
michael@0 693 (1,6) expected-doctype-but-got-start-tag
michael@0 694 (1,18) expected-closing-tag-but-got-eof
michael@0 695 #document
michael@0 696 | <html>
michael@0 697 | <head>
michael@0 698 | <body>
michael@0 699 | <math math>
michael@0 700 | <math mo>
michael@0 701 | <math mglyph>
michael@0 702
michael@0 703 #data
michael@0 704 <math><mo><malignmark>
michael@0 705 #errors
michael@0 706 (1,6) expected-doctype-but-got-start-tag
michael@0 707 (1,22) expected-closing-tag-but-got-eof
michael@0 708 #document
michael@0 709 | <html>
michael@0 710 | <head>
michael@0 711 | <body>
michael@0 712 | <math math>
michael@0 713 | <math mo>
michael@0 714 | <math malignmark>
michael@0 715
michael@0 716 #data
michael@0 717 <math><mn><mglyph>
michael@0 718 #errors
michael@0 719 (1,6) expected-doctype-but-got-start-tag
michael@0 720 (1,18) expected-closing-tag-but-got-eof
michael@0 721 #document
michael@0 722 | <html>
michael@0 723 | <head>
michael@0 724 | <body>
michael@0 725 | <math math>
michael@0 726 | <math mn>
michael@0 727 | <math mglyph>
michael@0 728
michael@0 729 #data
michael@0 730 <math><mn><malignmark>
michael@0 731 #errors
michael@0 732 (1,6) expected-doctype-but-got-start-tag
michael@0 733 (1,22) expected-closing-tag-but-got-eof
michael@0 734 #document
michael@0 735 | <html>
michael@0 736 | <head>
michael@0 737 | <body>
michael@0 738 | <math math>
michael@0 739 | <math mn>
michael@0 740 | <math malignmark>
michael@0 741
michael@0 742 #data
michael@0 743 <math><ms><mglyph>
michael@0 744 #errors
michael@0 745 (1,6) expected-doctype-but-got-start-tag
michael@0 746 (1,18) expected-closing-tag-but-got-eof
michael@0 747 #document
michael@0 748 | <html>
michael@0 749 | <head>
michael@0 750 | <body>
michael@0 751 | <math math>
michael@0 752 | <math ms>
michael@0 753 | <math mglyph>
michael@0 754
michael@0 755 #data
michael@0 756 <math><ms><malignmark>
michael@0 757 #errors
michael@0 758 (1,6) expected-doctype-but-got-start-tag
michael@0 759 (1,22) expected-closing-tag-but-got-eof
michael@0 760 #document
michael@0 761 | <html>
michael@0 762 | <head>
michael@0 763 | <body>
michael@0 764 | <math math>
michael@0 765 | <math ms>
michael@0 766 | <math malignmark>
michael@0 767
michael@0 768 #data
michael@0 769 <math><mtext><mglyph>
michael@0 770 #errors
michael@0 771 (1,6) expected-doctype-but-got-start-tag
michael@0 772 (1,21) expected-closing-tag-but-got-eof
michael@0 773 #document
michael@0 774 | <html>
michael@0 775 | <head>
michael@0 776 | <body>
michael@0 777 | <math math>
michael@0 778 | <math mtext>
michael@0 779 | <math mglyph>
michael@0 780
michael@0 781 #data
michael@0 782 <math><mtext><malignmark>
michael@0 783 #errors
michael@0 784 (1,6) expected-doctype-but-got-start-tag
michael@0 785 (1,25) expected-closing-tag-but-got-eof
michael@0 786 #document
michael@0 787 | <html>
michael@0 788 | <head>
michael@0 789 | <body>
michael@0 790 | <math math>
michael@0 791 | <math mtext>
michael@0 792 | <math malignmark>
michael@0 793
michael@0 794 #data
michael@0 795 <math><annotation-xml><svg></svg></annotation-xml><mi>
michael@0 796 #errors
michael@0 797 (1,6) expected-doctype-but-got-start-tag
michael@0 798 (1,54) expected-closing-tag-but-got-eof
michael@0 799 #document
michael@0 800 | <html>
michael@0 801 | <head>
michael@0 802 | <body>
michael@0 803 | <math math>
michael@0 804 | <math annotation-xml>
michael@0 805 | <svg svg>
michael@0 806 | <math mi>
michael@0 807
michael@0 808 #data
michael@0 809 <math><annotation-xml><svg><foreignObject><div><math><mi></mi></math><span></span></div></foreignObject><path></path></svg></annotation-xml><mi>
michael@0 810 #errors
michael@0 811 (1,6) expected-doctype-but-got-start-tag
michael@0 812 (1,144) expected-closing-tag-but-got-eof
michael@0 813 #document
michael@0 814 | <html>
michael@0 815 | <head>
michael@0 816 | <body>
michael@0 817 | <math math>
michael@0 818 | <math annotation-xml>
michael@0 819 | <svg svg>
michael@0 820 | <svg foreignObject>
michael@0 821 | <div>
michael@0 822 | <math math>
michael@0 823 | <math mi>
michael@0 824 | <span>
michael@0 825 | <svg path>
michael@0 826 | <math mi>
michael@0 827
michael@0 828 #data
michael@0 829 <math><annotation-xml><svg><foreignObject><math><mi><svg></svg></mi><mo></mo></math><span></span></foreignObject><path></path></svg></annotation-xml><mi>
michael@0 830 #errors
michael@0 831 (1,6) expected-doctype-but-got-start-tag
michael@0 832 (1,153) expected-closing-tag-but-got-eof
michael@0 833 #document
michael@0 834 | <html>
michael@0 835 | <head>
michael@0 836 | <body>
michael@0 837 | <math math>
michael@0 838 | <math annotation-xml>
michael@0 839 | <svg svg>
michael@0 840 | <svg foreignObject>
michael@0 841 | <math math>
michael@0 842 | <math mi>
michael@0 843 | <svg svg>
michael@0 844 | <math mo>
michael@0 845 | <span>
michael@0 846 | <svg path>
michael@0 847 | <math mi>

mercurial