parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests16.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><script>
michael@0 3 #errors
michael@0 4 (1,23): expected-named-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 | <script>
michael@0 10 | <body>
michael@0 11
michael@0 12 #data
michael@0 13 <!doctype html><script>a
michael@0 14 #errors
michael@0 15 (1,24): expected-named-closing-tag-but-got-eof
michael@0 16 #document
michael@0 17 | <!DOCTYPE html>
michael@0 18 | <html>
michael@0 19 | <head>
michael@0 20 | <script>
michael@0 21 | "a"
michael@0 22 | <body>
michael@0 23
michael@0 24 #data
michael@0 25 <!doctype html><script><
michael@0 26 #errors
michael@0 27 (1,24): expected-named-closing-tag-but-got-eof
michael@0 28 #document
michael@0 29 | <!DOCTYPE html>
michael@0 30 | <html>
michael@0 31 | <head>
michael@0 32 | <script>
michael@0 33 | "<"
michael@0 34 | <body>
michael@0 35
michael@0 36 #data
michael@0 37 <!doctype html><script></
michael@0 38 #errors
michael@0 39 (1,25): expected-named-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 | <script>
michael@0 45 | "</"
michael@0 46 | <body>
michael@0 47
michael@0 48 #data
michael@0 49 <!doctype html><script></S
michael@0 50 #errors
michael@0 51 (1,26): expected-named-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 | <script>
michael@0 57 | "</S"
michael@0 58 | <body>
michael@0 59
michael@0 60 #data
michael@0 61 <!doctype html><script></SC
michael@0 62 #errors
michael@0 63 (1,27): expected-named-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 | <script>
michael@0 69 | "</SC"
michael@0 70 | <body>
michael@0 71
michael@0 72 #data
michael@0 73 <!doctype html><script></SCR
michael@0 74 #errors
michael@0 75 (1,28): expected-named-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 | <script>
michael@0 81 | "</SCR"
michael@0 82 | <body>
michael@0 83
michael@0 84 #data
michael@0 85 <!doctype html><script></SCRI
michael@0 86 #errors
michael@0 87 (1,29): expected-named-closing-tag-but-got-eof
michael@0 88 #document
michael@0 89 | <!DOCTYPE html>
michael@0 90 | <html>
michael@0 91 | <head>
michael@0 92 | <script>
michael@0 93 | "</SCRI"
michael@0 94 | <body>
michael@0 95
michael@0 96 #data
michael@0 97 <!doctype html><script></SCRIP
michael@0 98 #errors
michael@0 99 (1,30): expected-named-closing-tag-but-got-eof
michael@0 100 #document
michael@0 101 | <!DOCTYPE html>
michael@0 102 | <html>
michael@0 103 | <head>
michael@0 104 | <script>
michael@0 105 | "</SCRIP"
michael@0 106 | <body>
michael@0 107
michael@0 108 #data
michael@0 109 <!doctype html><script></SCRIPT
michael@0 110 #errors
michael@0 111 (1,31): expected-named-closing-tag-but-got-eof
michael@0 112 #document
michael@0 113 | <!DOCTYPE html>
michael@0 114 | <html>
michael@0 115 | <head>
michael@0 116 | <script>
michael@0 117 | "</SCRIPT"
michael@0 118 | <body>
michael@0 119
michael@0 120 #data
michael@0 121 <!doctype html><script></SCRIPT
michael@0 122 #errors
michael@0 123 (1,32): expected-attribute-name-but-got-eof
michael@0 124 (1,32): expected-named-closing-tag-but-got-eof
michael@0 125 #document
michael@0 126 | <!DOCTYPE html>
michael@0 127 | <html>
michael@0 128 | <head>
michael@0 129 | <script>
michael@0 130 | <body>
michael@0 131
michael@0 132 #data
michael@0 133 <!doctype html><script></s
michael@0 134 #errors
michael@0 135 (1,26): expected-named-closing-tag-but-got-eof
michael@0 136 #document
michael@0 137 | <!DOCTYPE html>
michael@0 138 | <html>
michael@0 139 | <head>
michael@0 140 | <script>
michael@0 141 | "</s"
michael@0 142 | <body>
michael@0 143
michael@0 144 #data
michael@0 145 <!doctype html><script></sc
michael@0 146 #errors
michael@0 147 (1,27): expected-named-closing-tag-but-got-eof
michael@0 148 #document
michael@0 149 | <!DOCTYPE html>
michael@0 150 | <html>
michael@0 151 | <head>
michael@0 152 | <script>
michael@0 153 | "</sc"
michael@0 154 | <body>
michael@0 155
michael@0 156 #data
michael@0 157 <!doctype html><script></scr
michael@0 158 #errors
michael@0 159 (1,28): expected-named-closing-tag-but-got-eof
michael@0 160 #document
michael@0 161 | <!DOCTYPE html>
michael@0 162 | <html>
michael@0 163 | <head>
michael@0 164 | <script>
michael@0 165 | "</scr"
michael@0 166 | <body>
michael@0 167
michael@0 168 #data
michael@0 169 <!doctype html><script></scri
michael@0 170 #errors
michael@0 171 (1,29): expected-named-closing-tag-but-got-eof
michael@0 172 #document
michael@0 173 | <!DOCTYPE html>
michael@0 174 | <html>
michael@0 175 | <head>
michael@0 176 | <script>
michael@0 177 | "</scri"
michael@0 178 | <body>
michael@0 179
michael@0 180 #data
michael@0 181 <!doctype html><script></scrip
michael@0 182 #errors
michael@0 183 (1,30): expected-named-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 | <script>
michael@0 189 | "</scrip"
michael@0 190 | <body>
michael@0 191
michael@0 192 #data
michael@0 193 <!doctype html><script></script
michael@0 194 #errors
michael@0 195 (1,31): expected-named-closing-tag-but-got-eof
michael@0 196 #document
michael@0 197 | <!DOCTYPE html>
michael@0 198 | <html>
michael@0 199 | <head>
michael@0 200 | <script>
michael@0 201 | "</script"
michael@0 202 | <body>
michael@0 203
michael@0 204 #data
michael@0 205 <!doctype html><script></script
michael@0 206 #errors
michael@0 207 (1,32): expected-attribute-name-but-got-eof
michael@0 208 (1,32): expected-named-closing-tag-but-got-eof
michael@0 209 #document
michael@0 210 | <!DOCTYPE html>
michael@0 211 | <html>
michael@0 212 | <head>
michael@0 213 | <script>
michael@0 214 | <body>
michael@0 215
michael@0 216 #data
michael@0 217 <!doctype html><script><!
michael@0 218 #errors
michael@0 219 (1,25): expected-named-closing-tag-but-got-eof
michael@0 220 #document
michael@0 221 | <!DOCTYPE html>
michael@0 222 | <html>
michael@0 223 | <head>
michael@0 224 | <script>
michael@0 225 | "<!"
michael@0 226 | <body>
michael@0 227
michael@0 228 #data
michael@0 229 <!doctype html><script><!a
michael@0 230 #errors
michael@0 231 (1,26): expected-named-closing-tag-but-got-eof
michael@0 232 #document
michael@0 233 | <!DOCTYPE html>
michael@0 234 | <html>
michael@0 235 | <head>
michael@0 236 | <script>
michael@0 237 | "<!a"
michael@0 238 | <body>
michael@0 239
michael@0 240 #data
michael@0 241 <!doctype html><script><!-
michael@0 242 #errors
michael@0 243 (1,26): expected-named-closing-tag-but-got-eof
michael@0 244 #document
michael@0 245 | <!DOCTYPE html>
michael@0 246 | <html>
michael@0 247 | <head>
michael@0 248 | <script>
michael@0 249 | "<!-"
michael@0 250 | <body>
michael@0 251
michael@0 252 #data
michael@0 253 <!doctype html><script><!-a
michael@0 254 #errors
michael@0 255 (1,27): expected-named-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 | <script>
michael@0 261 | "<!-a"
michael@0 262 | <body>
michael@0 263
michael@0 264 #data
michael@0 265 <!doctype html><script><!--
michael@0 266 #errors
michael@0 267 (1,27): expected-named-closing-tag-but-got-eof
michael@0 268 (1,27): unexpected-eof-in-text-mode
michael@0 269 #document
michael@0 270 | <!DOCTYPE html>
michael@0 271 | <html>
michael@0 272 | <head>
michael@0 273 | <script>
michael@0 274 | "<!--"
michael@0 275 | <body>
michael@0 276
michael@0 277 #data
michael@0 278 <!doctype html><script><!--a
michael@0 279 #errors
michael@0 280 (1,28): expected-named-closing-tag-but-got-eof
michael@0 281 (1,28): unexpected-eof-in-text-mode
michael@0 282 #document
michael@0 283 | <!DOCTYPE html>
michael@0 284 | <html>
michael@0 285 | <head>
michael@0 286 | <script>
michael@0 287 | "<!--a"
michael@0 288 | <body>
michael@0 289
michael@0 290 #data
michael@0 291 <!doctype html><script><!--<
michael@0 292 #errors
michael@0 293 (1,28): expected-named-closing-tag-but-got-eof
michael@0 294 (1,28): unexpected-eof-in-text-mode
michael@0 295 #document
michael@0 296 | <!DOCTYPE html>
michael@0 297 | <html>
michael@0 298 | <head>
michael@0 299 | <script>
michael@0 300 | "<!--<"
michael@0 301 | <body>
michael@0 302
michael@0 303 #data
michael@0 304 <!doctype html><script><!--<a
michael@0 305 #errors
michael@0 306 (1,29): expected-named-closing-tag-but-got-eof
michael@0 307 (1,29): unexpected-eof-in-text-mode
michael@0 308 #document
michael@0 309 | <!DOCTYPE html>
michael@0 310 | <html>
michael@0 311 | <head>
michael@0 312 | <script>
michael@0 313 | "<!--<a"
michael@0 314 | <body>
michael@0 315
michael@0 316 #data
michael@0 317 <!doctype html><script><!--</
michael@0 318 #errors
michael@0 319 (1,29): expected-named-closing-tag-but-got-eof
michael@0 320 (1,29): unexpected-eof-in-text-mode
michael@0 321 #document
michael@0 322 | <!DOCTYPE html>
michael@0 323 | <html>
michael@0 324 | <head>
michael@0 325 | <script>
michael@0 326 | "<!--</"
michael@0 327 | <body>
michael@0 328
michael@0 329 #data
michael@0 330 <!doctype html><script><!--</script
michael@0 331 #errors
michael@0 332 (1,35): expected-named-closing-tag-but-got-eof
michael@0 333 (1,35): unexpected-eof-in-text-mode
michael@0 334 #document
michael@0 335 | <!DOCTYPE html>
michael@0 336 | <html>
michael@0 337 | <head>
michael@0 338 | <script>
michael@0 339 | "<!--</script"
michael@0 340 | <body>
michael@0 341
michael@0 342 #data
michael@0 343 <!doctype html><script><!--</script
michael@0 344 #errors
michael@0 345 (1,36): expected-attribute-name-but-got-eof
michael@0 346 (1,36): expected-named-closing-tag-but-got-eof
michael@0 347 #document
michael@0 348 | <!DOCTYPE html>
michael@0 349 | <html>
michael@0 350 | <head>
michael@0 351 | <script>
michael@0 352 | "<!--"
michael@0 353 | <body>
michael@0 354
michael@0 355 #data
michael@0 356 <!doctype html><script><!--<s
michael@0 357 #errors
michael@0 358 (1,29): expected-named-closing-tag-but-got-eof
michael@0 359 (1,29): unexpected-eof-in-text-mode
michael@0 360 #document
michael@0 361 | <!DOCTYPE html>
michael@0 362 | <html>
michael@0 363 | <head>
michael@0 364 | <script>
michael@0 365 | "<!--<s"
michael@0 366 | <body>
michael@0 367
michael@0 368 #data
michael@0 369 <!doctype html><script><!--<script
michael@0 370 #errors
michael@0 371 (1,34): expected-named-closing-tag-but-got-eof
michael@0 372 (1,34): unexpected-eof-in-text-mode
michael@0 373 #document
michael@0 374 | <!DOCTYPE html>
michael@0 375 | <html>
michael@0 376 | <head>
michael@0 377 | <script>
michael@0 378 | "<!--<script"
michael@0 379 | <body>
michael@0 380
michael@0 381 #data
michael@0 382 <!doctype html><script><!--<script
michael@0 383 #errors
michael@0 384 (1,35): eof-in-script-in-script
michael@0 385 (1,35): expected-named-closing-tag-but-got-eof
michael@0 386 #document
michael@0 387 | <!DOCTYPE html>
michael@0 388 | <html>
michael@0 389 | <head>
michael@0 390 | <script>
michael@0 391 | "<!--<script "
michael@0 392 | <body>
michael@0 393
michael@0 394 #data
michael@0 395 <!doctype html><script><!--<script <
michael@0 396 #errors
michael@0 397 (1,36): eof-in-script-in-script
michael@0 398 (1,36): expected-named-closing-tag-but-got-eof
michael@0 399 #document
michael@0 400 | <!DOCTYPE html>
michael@0 401 | <html>
michael@0 402 | <head>
michael@0 403 | <script>
michael@0 404 | "<!--<script <"
michael@0 405 | <body>
michael@0 406
michael@0 407 #data
michael@0 408 <!doctype html><script><!--<script <a
michael@0 409 #errors
michael@0 410 (1,37): eof-in-script-in-script
michael@0 411 (1,37): expected-named-closing-tag-but-got-eof
michael@0 412 #document
michael@0 413 | <!DOCTYPE html>
michael@0 414 | <html>
michael@0 415 | <head>
michael@0 416 | <script>
michael@0 417 | "<!--<script <a"
michael@0 418 | <body>
michael@0 419
michael@0 420 #data
michael@0 421 <!doctype html><script><!--<script </
michael@0 422 #errors
michael@0 423 (1,37): eof-in-script-in-script
michael@0 424 (1,37): expected-named-closing-tag-but-got-eof
michael@0 425 #document
michael@0 426 | <!DOCTYPE html>
michael@0 427 | <html>
michael@0 428 | <head>
michael@0 429 | <script>
michael@0 430 | "<!--<script </"
michael@0 431 | <body>
michael@0 432
michael@0 433 #data
michael@0 434 <!doctype html><script><!--<script </s
michael@0 435 #errors
michael@0 436 (1,38): eof-in-script-in-script
michael@0 437 (1,38): expected-named-closing-tag-but-got-eof
michael@0 438 #document
michael@0 439 | <!DOCTYPE html>
michael@0 440 | <html>
michael@0 441 | <head>
michael@0 442 | <script>
michael@0 443 | "<!--<script </s"
michael@0 444 | <body>
michael@0 445
michael@0 446 #data
michael@0 447 <!doctype html><script><!--<script </script
michael@0 448 #errors
michael@0 449 (1,43): eof-in-script-in-script
michael@0 450 (1,43): expected-named-closing-tag-but-got-eof
michael@0 451 #document
michael@0 452 | <!DOCTYPE html>
michael@0 453 | <html>
michael@0 454 | <head>
michael@0 455 | <script>
michael@0 456 | "<!--<script </script"
michael@0 457 | <body>
michael@0 458
michael@0 459 #data
michael@0 460 <!doctype html><script><!--<script </scripta
michael@0 461 #errors
michael@0 462 (1,44): eof-in-script-in-script
michael@0 463 (1,44): expected-named-closing-tag-but-got-eof
michael@0 464 #document
michael@0 465 | <!DOCTYPE html>
michael@0 466 | <html>
michael@0 467 | <head>
michael@0 468 | <script>
michael@0 469 | "<!--<script </scripta"
michael@0 470 | <body>
michael@0 471
michael@0 472 #data
michael@0 473 <!doctype html><script><!--<script </script
michael@0 474 #errors
michael@0 475 (1,44): expected-named-closing-tag-but-got-eof
michael@0 476 (1,44): unexpected-eof-in-text-mode
michael@0 477 #document
michael@0 478 | <!DOCTYPE html>
michael@0 479 | <html>
michael@0 480 | <head>
michael@0 481 | <script>
michael@0 482 | "<!--<script </script "
michael@0 483 | <body>
michael@0 484
michael@0 485 #data
michael@0 486 <!doctype html><script><!--<script </script>
michael@0 487 #errors
michael@0 488 (1,44): expected-named-closing-tag-but-got-eof
michael@0 489 (1,44): unexpected-eof-in-text-mode
michael@0 490 #document
michael@0 491 | <!DOCTYPE html>
michael@0 492 | <html>
michael@0 493 | <head>
michael@0 494 | <script>
michael@0 495 | "<!--<script </script>"
michael@0 496 | <body>
michael@0 497
michael@0 498 #data
michael@0 499 <!doctype html><script><!--<script </script/
michael@0 500 #errors
michael@0 501 (1,44): expected-named-closing-tag-but-got-eof
michael@0 502 (1,44): unexpected-eof-in-text-mode
michael@0 503 #document
michael@0 504 | <!DOCTYPE html>
michael@0 505 | <html>
michael@0 506 | <head>
michael@0 507 | <script>
michael@0 508 | "<!--<script </script/"
michael@0 509 | <body>
michael@0 510
michael@0 511 #data
michael@0 512 <!doctype html><script><!--<script </script <
michael@0 513 #errors
michael@0 514 (1,45): expected-named-closing-tag-but-got-eof
michael@0 515 (1,45): unexpected-eof-in-text-mode
michael@0 516 #document
michael@0 517 | <!DOCTYPE html>
michael@0 518 | <html>
michael@0 519 | <head>
michael@0 520 | <script>
michael@0 521 | "<!--<script </script <"
michael@0 522 | <body>
michael@0 523
michael@0 524 #data
michael@0 525 <!doctype html><script><!--<script </script <a
michael@0 526 #errors
michael@0 527 (1,46): expected-named-closing-tag-but-got-eof
michael@0 528 (1,46): unexpected-eof-in-text-mode
michael@0 529 #document
michael@0 530 | <!DOCTYPE html>
michael@0 531 | <html>
michael@0 532 | <head>
michael@0 533 | <script>
michael@0 534 | "<!--<script </script <a"
michael@0 535 | <body>
michael@0 536
michael@0 537 #data
michael@0 538 <!doctype html><script><!--<script </script </
michael@0 539 #errors
michael@0 540 (1,46): expected-named-closing-tag-but-got-eof
michael@0 541 (1,46): unexpected-eof-in-text-mode
michael@0 542 #document
michael@0 543 | <!DOCTYPE html>
michael@0 544 | <html>
michael@0 545 | <head>
michael@0 546 | <script>
michael@0 547 | "<!--<script </script </"
michael@0 548 | <body>
michael@0 549
michael@0 550 #data
michael@0 551 <!doctype html><script><!--<script </script </script
michael@0 552 #errors
michael@0 553 (1,52): expected-named-closing-tag-but-got-eof
michael@0 554 (1,52): unexpected-eof-in-text-mode
michael@0 555 #document
michael@0 556 | <!DOCTYPE html>
michael@0 557 | <html>
michael@0 558 | <head>
michael@0 559 | <script>
michael@0 560 | "<!--<script </script </script"
michael@0 561 | <body>
michael@0 562
michael@0 563 #data
michael@0 564 <!doctype html><script><!--<script </script </script
michael@0 565 #errors
michael@0 566 (1,53): expected-attribute-name-but-got-eof
michael@0 567 (1,53): expected-named-closing-tag-but-got-eof
michael@0 568 #document
michael@0 569 | <!DOCTYPE html>
michael@0 570 | <html>
michael@0 571 | <head>
michael@0 572 | <script>
michael@0 573 | "<!--<script </script "
michael@0 574 | <body>
michael@0 575
michael@0 576 #data
michael@0 577 <!doctype html><script><!--<script </script </script/
michael@0 578 #errors
michael@0 579 (1,53): unexpected-EOF-after-solidus-in-tag
michael@0 580 (1,53): expected-named-closing-tag-but-got-eof
michael@0 581 #document
michael@0 582 | <!DOCTYPE html>
michael@0 583 | <html>
michael@0 584 | <head>
michael@0 585 | <script>
michael@0 586 | "<!--<script </script "
michael@0 587 | <body>
michael@0 588
michael@0 589 #data
michael@0 590 <!doctype html><script><!--<script </script </script>
michael@0 591 #errors
michael@0 592 #document
michael@0 593 | <!DOCTYPE html>
michael@0 594 | <html>
michael@0 595 | <head>
michael@0 596 | <script>
michael@0 597 | "<!--<script </script "
michael@0 598 | <body>
michael@0 599
michael@0 600 #data
michael@0 601 <!doctype html><script><!--<script -
michael@0 602 #errors
michael@0 603 (1,36): eof-in-script-in-script
michael@0 604 (1,36): expected-named-closing-tag-but-got-eof
michael@0 605 #document
michael@0 606 | <!DOCTYPE html>
michael@0 607 | <html>
michael@0 608 | <head>
michael@0 609 | <script>
michael@0 610 | "<!--<script -"
michael@0 611 | <body>
michael@0 612
michael@0 613 #data
michael@0 614 <!doctype html><script><!--<script -a
michael@0 615 #errors
michael@0 616 (1,37): eof-in-script-in-script
michael@0 617 (1,37): expected-named-closing-tag-but-got-eof
michael@0 618 #document
michael@0 619 | <!DOCTYPE html>
michael@0 620 | <html>
michael@0 621 | <head>
michael@0 622 | <script>
michael@0 623 | "<!--<script -a"
michael@0 624 | <body>
michael@0 625
michael@0 626 #data
michael@0 627 <!doctype html><script><!--<script -<
michael@0 628 #errors
michael@0 629 (1,37): eof-in-script-in-script
michael@0 630 (1,37): expected-named-closing-tag-but-got-eof
michael@0 631 #document
michael@0 632 | <!DOCTYPE html>
michael@0 633 | <html>
michael@0 634 | <head>
michael@0 635 | <script>
michael@0 636 | "<!--<script -<"
michael@0 637 | <body>
michael@0 638
michael@0 639 #data
michael@0 640 <!doctype html><script><!--<script --
michael@0 641 #errors
michael@0 642 (1,37): eof-in-script-in-script
michael@0 643 (1,37): expected-named-closing-tag-but-got-eof
michael@0 644 #document
michael@0 645 | <!DOCTYPE html>
michael@0 646 | <html>
michael@0 647 | <head>
michael@0 648 | <script>
michael@0 649 | "<!--<script --"
michael@0 650 | <body>
michael@0 651
michael@0 652 #data
michael@0 653 <!doctype html><script><!--<script --a
michael@0 654 #errors
michael@0 655 (1,38): eof-in-script-in-script
michael@0 656 (1,38): expected-named-closing-tag-but-got-eof
michael@0 657 #document
michael@0 658 | <!DOCTYPE html>
michael@0 659 | <html>
michael@0 660 | <head>
michael@0 661 | <script>
michael@0 662 | "<!--<script --a"
michael@0 663 | <body>
michael@0 664
michael@0 665 #data
michael@0 666 <!doctype html><script><!--<script --<
michael@0 667 #errors
michael@0 668 (1,38): eof-in-script-in-script
michael@0 669 (1,38): expected-named-closing-tag-but-got-eof
michael@0 670 #document
michael@0 671 | <!DOCTYPE html>
michael@0 672 | <html>
michael@0 673 | <head>
michael@0 674 | <script>
michael@0 675 | "<!--<script --<"
michael@0 676 | <body>
michael@0 677
michael@0 678 #data
michael@0 679 <!doctype html><script><!--<script -->
michael@0 680 #errors
michael@0 681 (1,38): expected-named-closing-tag-but-got-eof
michael@0 682 #document
michael@0 683 | <!DOCTYPE html>
michael@0 684 | <html>
michael@0 685 | <head>
michael@0 686 | <script>
michael@0 687 | "<!--<script -->"
michael@0 688 | <body>
michael@0 689
michael@0 690 #data
michael@0 691 <!doctype html><script><!--<script --><
michael@0 692 #errors
michael@0 693 (1,39): expected-named-closing-tag-but-got-eof
michael@0 694 #document
michael@0 695 | <!DOCTYPE html>
michael@0 696 | <html>
michael@0 697 | <head>
michael@0 698 | <script>
michael@0 699 | "<!--<script --><"
michael@0 700 | <body>
michael@0 701
michael@0 702 #data
michael@0 703 <!doctype html><script><!--<script --></
michael@0 704 #errors
michael@0 705 (1,40): expected-named-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 | <script>
michael@0 711 | "<!--<script --></"
michael@0 712 | <body>
michael@0 713
michael@0 714 #data
michael@0 715 <!doctype html><script><!--<script --></script
michael@0 716 #errors
michael@0 717 (1,46): expected-named-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 | <script>
michael@0 723 | "<!--<script --></script"
michael@0 724 | <body>
michael@0 725
michael@0 726 #data
michael@0 727 <!doctype html><script><!--<script --></script
michael@0 728 #errors
michael@0 729 (1,47): expected-attribute-name-but-got-eof
michael@0 730 (1,47): expected-named-closing-tag-but-got-eof
michael@0 731 #document
michael@0 732 | <!DOCTYPE html>
michael@0 733 | <html>
michael@0 734 | <head>
michael@0 735 | <script>
michael@0 736 | "<!--<script -->"
michael@0 737 | <body>
michael@0 738
michael@0 739 #data
michael@0 740 <!doctype html><script><!--<script --></script/
michael@0 741 #errors
michael@0 742 (1,47): unexpected-EOF-after-solidus-in-tag
michael@0 743 (1,47): expected-named-closing-tag-but-got-eof
michael@0 744 #document
michael@0 745 | <!DOCTYPE html>
michael@0 746 | <html>
michael@0 747 | <head>
michael@0 748 | <script>
michael@0 749 | "<!--<script -->"
michael@0 750 | <body>
michael@0 751
michael@0 752 #data
michael@0 753 <!doctype html><script><!--<script --></script>
michael@0 754 #errors
michael@0 755 #document
michael@0 756 | <!DOCTYPE html>
michael@0 757 | <html>
michael@0 758 | <head>
michael@0 759 | <script>
michael@0 760 | "<!--<script -->"
michael@0 761 | <body>
michael@0 762
michael@0 763 #data
michael@0 764 <!doctype html><script><!--<script><\/script>--></script>
michael@0 765 #errors
michael@0 766 #document
michael@0 767 | <!DOCTYPE html>
michael@0 768 | <html>
michael@0 769 | <head>
michael@0 770 | <script>
michael@0 771 | "<!--<script><\/script>-->"
michael@0 772 | <body>
michael@0 773
michael@0 774 #data
michael@0 775 <!doctype html><script><!--<script></scr'+'ipt>--></script>
michael@0 776 #errors
michael@0 777 #document
michael@0 778 | <!DOCTYPE html>
michael@0 779 | <html>
michael@0 780 | <head>
michael@0 781 | <script>
michael@0 782 | "<!--<script></scr'+'ipt>-->"
michael@0 783 | <body>
michael@0 784
michael@0 785 #data
michael@0 786 <!doctype html><script><!--<script></script><script></script></script>
michael@0 787 #errors
michael@0 788 #document
michael@0 789 | <!DOCTYPE html>
michael@0 790 | <html>
michael@0 791 | <head>
michael@0 792 | <script>
michael@0 793 | "<!--<script></script><script></script>"
michael@0 794 | <body>
michael@0 795
michael@0 796 #data
michael@0 797 <!doctype html><script><!--<script></script><script></script>--><!--</script>
michael@0 798 #errors
michael@0 799 #document
michael@0 800 | <!DOCTYPE html>
michael@0 801 | <html>
michael@0 802 | <head>
michael@0 803 | <script>
michael@0 804 | "<!--<script></script><script></script>--><!--"
michael@0 805 | <body>
michael@0 806
michael@0 807 #data
michael@0 808 <!doctype html><script><!--<script></script><script></script>-- ></script>
michael@0 809 #errors
michael@0 810 #document
michael@0 811 | <!DOCTYPE html>
michael@0 812 | <html>
michael@0 813 | <head>
michael@0 814 | <script>
michael@0 815 | "<!--<script></script><script></script>-- >"
michael@0 816 | <body>
michael@0 817
michael@0 818 #data
michael@0 819 <!doctype html><script><!--<script></script><script></script>- -></script>
michael@0 820 #errors
michael@0 821 #document
michael@0 822 | <!DOCTYPE html>
michael@0 823 | <html>
michael@0 824 | <head>
michael@0 825 | <script>
michael@0 826 | "<!--<script></script><script></script>- ->"
michael@0 827 | <body>
michael@0 828
michael@0 829 #data
michael@0 830 <!doctype html><script><!--<script></script><script></script>- - ></script>
michael@0 831 #errors
michael@0 832 #document
michael@0 833 | <!DOCTYPE html>
michael@0 834 | <html>
michael@0 835 | <head>
michael@0 836 | <script>
michael@0 837 | "<!--<script></script><script></script>- - >"
michael@0 838 | <body>
michael@0 839
michael@0 840 #data
michael@0 841 <!doctype html><script><!--<script></script><script></script>-></script>
michael@0 842 #errors
michael@0 843 #document
michael@0 844 | <!DOCTYPE html>
michael@0 845 | <html>
michael@0 846 | <head>
michael@0 847 | <script>
michael@0 848 | "<!--<script></script><script></script>->"
michael@0 849 | <body>
michael@0 850
michael@0 851 #data
michael@0 852 <!doctype html><script><!--<script>--!></script>X
michael@0 853 #errors
michael@0 854 (1,49): expected-named-closing-tag-but-got-eof
michael@0 855 (1,49): unexpected-EOF-in-text-mode
michael@0 856 #document
michael@0 857 | <!DOCTYPE html>
michael@0 858 | <html>
michael@0 859 | <head>
michael@0 860 | <script>
michael@0 861 | "<!--<script>--!></script>X"
michael@0 862 | <body>
michael@0 863
michael@0 864 #data
michael@0 865 <!doctype html><script><!--<scr'+'ipt></script>--></script>
michael@0 866 #errors
michael@0 867 (1,59): unexpected-end-tag
michael@0 868 #document
michael@0 869 | <!DOCTYPE html>
michael@0 870 | <html>
michael@0 871 | <head>
michael@0 872 | <script>
michael@0 873 | "<!--<scr'+'ipt>"
michael@0 874 | <body>
michael@0 875 | "-->"
michael@0 876
michael@0 877 #data
michael@0 878 <!doctype html><script><!--<script></scr'+'ipt></script>X
michael@0 879 #errors
michael@0 880 (1,57): expected-named-closing-tag-but-got-eof
michael@0 881 (1,57): unexpected-eof-in-text-mode
michael@0 882 #document
michael@0 883 | <!DOCTYPE html>
michael@0 884 | <html>
michael@0 885 | <head>
michael@0 886 | <script>
michael@0 887 | "<!--<script></scr'+'ipt></script>X"
michael@0 888 | <body>
michael@0 889
michael@0 890 #data
michael@0 891 <!doctype html><style><!--<style></style>--></style>
michael@0 892 #errors
michael@0 893 (1,52): unexpected-end-tag
michael@0 894 #document
michael@0 895 | <!DOCTYPE html>
michael@0 896 | <html>
michael@0 897 | <head>
michael@0 898 | <style>
michael@0 899 | "<!--<style>"
michael@0 900 | <body>
michael@0 901 | "-->"
michael@0 902
michael@0 903 #data
michael@0 904 <!doctype html><style><!--</style>X
michael@0 905 #errors
michael@0 906 #document
michael@0 907 | <!DOCTYPE html>
michael@0 908 | <html>
michael@0 909 | <head>
michael@0 910 | <style>
michael@0 911 | "<!--"
michael@0 912 | <body>
michael@0 913 | "X"
michael@0 914
michael@0 915 #data
michael@0 916 <!doctype html><style><!--...</style>...--></style>
michael@0 917 #errors
michael@0 918 (1,51): unexpected-end-tag
michael@0 919 #document
michael@0 920 | <!DOCTYPE html>
michael@0 921 | <html>
michael@0 922 | <head>
michael@0 923 | <style>
michael@0 924 | "<!--..."
michael@0 925 | <body>
michael@0 926 | "...-->"
michael@0 927
michael@0 928 #data
michael@0 929 <!doctype html><style><!--<br><html xmlns:v="urn:schemas-microsoft-com:vml"><!--[if !mso]><style></style>X
michael@0 930 #errors
michael@0 931 #document
michael@0 932 | <!DOCTYPE html>
michael@0 933 | <html>
michael@0 934 | <head>
michael@0 935 | <style>
michael@0 936 | "<!--<br><html xmlns:v="urn:schemas-microsoft-com:vml"><!--[if !mso]><style>"
michael@0 937 | <body>
michael@0 938 | "X"
michael@0 939
michael@0 940 #data
michael@0 941 <!doctype html><style><!--...<style><!--...--!></style>--></style>
michael@0 942 #errors
michael@0 943 (1,66): unexpected-end-tag
michael@0 944 #document
michael@0 945 | <!DOCTYPE html>
michael@0 946 | <html>
michael@0 947 | <head>
michael@0 948 | <style>
michael@0 949 | "<!--...<style><!--...--!>"
michael@0 950 | <body>
michael@0 951 | "-->"
michael@0 952
michael@0 953 #data
michael@0 954 <!doctype html><style><!--...</style><!-- --><style>@import ...</style>
michael@0 955 #errors
michael@0 956 #document
michael@0 957 | <!DOCTYPE html>
michael@0 958 | <html>
michael@0 959 | <head>
michael@0 960 | <style>
michael@0 961 | "<!--..."
michael@0 962 | <!-- -->
michael@0 963 | <style>
michael@0 964 | "@import ..."
michael@0 965 | <body>
michael@0 966
michael@0 967 #data
michael@0 968 <!doctype html><style>...<style><!--...</style><!-- --></style>
michael@0 969 #errors
michael@0 970 (1,63): unexpected-end-tag
michael@0 971 #document
michael@0 972 | <!DOCTYPE html>
michael@0 973 | <html>
michael@0 974 | <head>
michael@0 975 | <style>
michael@0 976 | "...<style><!--..."
michael@0 977 | <!-- -->
michael@0 978 | <body>
michael@0 979
michael@0 980 #data
michael@0 981 <!doctype html><style>...<!--[if IE]><style>...</style>X
michael@0 982 #errors
michael@0 983 #document
michael@0 984 | <!DOCTYPE html>
michael@0 985 | <html>
michael@0 986 | <head>
michael@0 987 | <style>
michael@0 988 | "...<!--[if IE]><style>..."
michael@0 989 | <body>
michael@0 990 | "X"
michael@0 991
michael@0 992 #data
michael@0 993 <!doctype html><title><!--<title></title>--></title>
michael@0 994 #errors
michael@0 995 (1,52): unexpected-end-tag
michael@0 996 #document
michael@0 997 | <!DOCTYPE html>
michael@0 998 | <html>
michael@0 999 | <head>
michael@0 1000 | <title>
michael@0 1001 | "<!--<title>"
michael@0 1002 | <body>
michael@0 1003 | "-->"
michael@0 1004
michael@0 1005 #data
michael@0 1006 <!doctype html><title>&lt;/title></title>
michael@0 1007 #errors
michael@0 1008 #document
michael@0 1009 | <!DOCTYPE html>
michael@0 1010 | <html>
michael@0 1011 | <head>
michael@0 1012 | <title>
michael@0 1013 | "</title>"
michael@0 1014 | <body>
michael@0 1015
michael@0 1016 #data
michael@0 1017 <!doctype html><title>foo/title><link></head><body>X
michael@0 1018 #errors
michael@0 1019 (1,52): expected-named-closing-tag-but-got-eof
michael@0 1020 #document
michael@0 1021 | <!DOCTYPE html>
michael@0 1022 | <html>
michael@0 1023 | <head>
michael@0 1024 | <title>
michael@0 1025 | "foo/title><link></head><body>X"
michael@0 1026 | <body>
michael@0 1027
michael@0 1028 #data
michael@0 1029 <!doctype html><noscript><!--<noscript></noscript>--></noscript>
michael@0 1030 #errors
michael@0 1031 (1,64): unexpected-end-tag
michael@0 1032 #document
michael@0 1033 | <!DOCTYPE html>
michael@0 1034 | <html>
michael@0 1035 | <head>
michael@0 1036 | <noscript>
michael@0 1037 | "<!--<noscript>"
michael@0 1038 | <body>
michael@0 1039 | "-->"
michael@0 1040
michael@0 1041 #data
michael@0 1042 <!doctype html><noscript><!--</noscript>X<noscript>--></noscript>
michael@0 1043 #errors
michael@0 1044 #document
michael@0 1045 | <!DOCTYPE html>
michael@0 1046 | <html>
michael@0 1047 | <head>
michael@0 1048 | <noscript>
michael@0 1049 | "<!--"
michael@0 1050 | <body>
michael@0 1051 | "X"
michael@0 1052 | <noscript>
michael@0 1053 | "-->"
michael@0 1054
michael@0 1055 #data
michael@0 1056 <!doctype html><noscript><iframe></noscript>X
michael@0 1057 #errors
michael@0 1058 #document
michael@0 1059 | <!DOCTYPE html>
michael@0 1060 | <html>
michael@0 1061 | <head>
michael@0 1062 | <noscript>
michael@0 1063 | "<iframe>"
michael@0 1064 | <body>
michael@0 1065 | "X"
michael@0 1066
michael@0 1067 #data
michael@0 1068 <!doctype html><noframes><!--<noframes></noframes>--></noframes>
michael@0 1069 #errors
michael@0 1070 (1,64): unexpected-end-tag
michael@0 1071 #document
michael@0 1072 | <!DOCTYPE html>
michael@0 1073 | <html>
michael@0 1074 | <head>
michael@0 1075 | <noframes>
michael@0 1076 | "<!--<noframes>"
michael@0 1077 | <body>
michael@0 1078 | "-->"
michael@0 1079
michael@0 1080 #data
michael@0 1081 <!doctype html><noframes><body><script><!--...</script></body></noframes></html>
michael@0 1082 #errors
michael@0 1083 #document
michael@0 1084 | <!DOCTYPE html>
michael@0 1085 | <html>
michael@0 1086 | <head>
michael@0 1087 | <noframes>
michael@0 1088 | "<body><script><!--...</script></body>"
michael@0 1089 | <body>
michael@0 1090
michael@0 1091 #data
michael@0 1092 <!doctype html><textarea><!--<textarea></textarea>--></textarea>
michael@0 1093 #errors
michael@0 1094 (1,64): unexpected-end-tag
michael@0 1095 #document
michael@0 1096 | <!DOCTYPE html>
michael@0 1097 | <html>
michael@0 1098 | <head>
michael@0 1099 | <body>
michael@0 1100 | <textarea>
michael@0 1101 | "<!--<textarea>"
michael@0 1102 | "-->"
michael@0 1103
michael@0 1104 #data
michael@0 1105 <!doctype html><textarea>&lt;/textarea></textarea>
michael@0 1106 #errors
michael@0 1107 #document
michael@0 1108 | <!DOCTYPE html>
michael@0 1109 | <html>
michael@0 1110 | <head>
michael@0 1111 | <body>
michael@0 1112 | <textarea>
michael@0 1113 | "</textarea>"
michael@0 1114
michael@0 1115 #data
michael@0 1116 <!doctype html><textarea>&lt;</textarea>
michael@0 1117 #errors
michael@0 1118 #document
michael@0 1119 | <!DOCTYPE html>
michael@0 1120 | <html>
michael@0 1121 | <head>
michael@0 1122 | <body>
michael@0 1123 | <textarea>
michael@0 1124 | "<"
michael@0 1125
michael@0 1126 #data
michael@0 1127 <!doctype html><textarea>a&lt;b</textarea>
michael@0 1128 #errors
michael@0 1129 #document
michael@0 1130 | <!DOCTYPE html>
michael@0 1131 | <html>
michael@0 1132 | <head>
michael@0 1133 | <body>
michael@0 1134 | <textarea>
michael@0 1135 | "a<b"
michael@0 1136
michael@0 1137 #data
michael@0 1138 <!doctype html><iframe><!--<iframe></iframe>--></iframe>
michael@0 1139 #errors
michael@0 1140 (1,56): unexpected-end-tag
michael@0 1141 #document
michael@0 1142 | <!DOCTYPE html>
michael@0 1143 | <html>
michael@0 1144 | <head>
michael@0 1145 | <body>
michael@0 1146 | <iframe>
michael@0 1147 | "<!--<iframe>"
michael@0 1148 | "-->"
michael@0 1149
michael@0 1150 #data
michael@0 1151 <!doctype html><iframe>...<!--X->...<!--/X->...</iframe>
michael@0 1152 #errors
michael@0 1153 #document
michael@0 1154 | <!DOCTYPE html>
michael@0 1155 | <html>
michael@0 1156 | <head>
michael@0 1157 | <body>
michael@0 1158 | <iframe>
michael@0 1159 | "...<!--X->...<!--/X->..."
michael@0 1160
michael@0 1161 #data
michael@0 1162 <!doctype html><xmp><!--<xmp></xmp>--></xmp>
michael@0 1163 #errors
michael@0 1164 (1,44): unexpected-end-tag
michael@0 1165 #document
michael@0 1166 | <!DOCTYPE html>
michael@0 1167 | <html>
michael@0 1168 | <head>
michael@0 1169 | <body>
michael@0 1170 | <xmp>
michael@0 1171 | "<!--<xmp>"
michael@0 1172 | "-->"
michael@0 1173
michael@0 1174 #data
michael@0 1175 <!doctype html><noembed><!--<noembed></noembed>--></noembed>
michael@0 1176 #errors
michael@0 1177 (1,60): unexpected-end-tag
michael@0 1178 #document
michael@0 1179 | <!DOCTYPE html>
michael@0 1180 | <html>
michael@0 1181 | <head>
michael@0 1182 | <body>
michael@0 1183 | <noembed>
michael@0 1184 | "<!--<noembed>"
michael@0 1185 | "-->"
michael@0 1186
michael@0 1187 #data
michael@0 1188 <script>
michael@0 1189 #errors
michael@0 1190 (1,8): expected-doctype-but-got-start-tag
michael@0 1191 (1,8): expected-named-closing-tag-but-got-eof
michael@0 1192 #document
michael@0 1193 | <html>
michael@0 1194 | <head>
michael@0 1195 | <script>
michael@0 1196 | <body>
michael@0 1197
michael@0 1198 #data
michael@0 1199 <script>a
michael@0 1200 #errors
michael@0 1201 (1,8): expected-doctype-but-got-start-tag
michael@0 1202 (1,9): expected-named-closing-tag-but-got-eof
michael@0 1203 #document
michael@0 1204 | <html>
michael@0 1205 | <head>
michael@0 1206 | <script>
michael@0 1207 | "a"
michael@0 1208 | <body>
michael@0 1209
michael@0 1210 #data
michael@0 1211 <script><
michael@0 1212 #errors
michael@0 1213 (1,8): expected-doctype-but-got-start-tag
michael@0 1214 (1,9): expected-named-closing-tag-but-got-eof
michael@0 1215 #document
michael@0 1216 | <html>
michael@0 1217 | <head>
michael@0 1218 | <script>
michael@0 1219 | "<"
michael@0 1220 | <body>
michael@0 1221
michael@0 1222 #data
michael@0 1223 <script></
michael@0 1224 #errors
michael@0 1225 (1,8): expected-doctype-but-got-start-tag
michael@0 1226 (1,10): expected-named-closing-tag-but-got-eof
michael@0 1227 #document
michael@0 1228 | <html>
michael@0 1229 | <head>
michael@0 1230 | <script>
michael@0 1231 | "</"
michael@0 1232 | <body>
michael@0 1233
michael@0 1234 #data
michael@0 1235 <script></S
michael@0 1236 #errors
michael@0 1237 (1,8): expected-doctype-but-got-start-tag
michael@0 1238 (1,11): expected-named-closing-tag-but-got-eof
michael@0 1239 #document
michael@0 1240 | <html>
michael@0 1241 | <head>
michael@0 1242 | <script>
michael@0 1243 | "</S"
michael@0 1244 | <body>
michael@0 1245
michael@0 1246 #data
michael@0 1247 <script></SC
michael@0 1248 #errors
michael@0 1249 (1,8): expected-doctype-but-got-start-tag
michael@0 1250 (1,12): expected-named-closing-tag-but-got-eof
michael@0 1251 #document
michael@0 1252 | <html>
michael@0 1253 | <head>
michael@0 1254 | <script>
michael@0 1255 | "</SC"
michael@0 1256 | <body>
michael@0 1257
michael@0 1258 #data
michael@0 1259 <script></SCR
michael@0 1260 #errors
michael@0 1261 (1,8): expected-doctype-but-got-start-tag
michael@0 1262 (1,13): expected-named-closing-tag-but-got-eof
michael@0 1263 #document
michael@0 1264 | <html>
michael@0 1265 | <head>
michael@0 1266 | <script>
michael@0 1267 | "</SCR"
michael@0 1268 | <body>
michael@0 1269
michael@0 1270 #data
michael@0 1271 <script></SCRI
michael@0 1272 #errors
michael@0 1273 (1,8): expected-doctype-but-got-start-tag
michael@0 1274 (1,14): expected-named-closing-tag-but-got-eof
michael@0 1275 #document
michael@0 1276 | <html>
michael@0 1277 | <head>
michael@0 1278 | <script>
michael@0 1279 | "</SCRI"
michael@0 1280 | <body>
michael@0 1281
michael@0 1282 #data
michael@0 1283 <script></SCRIP
michael@0 1284 #errors
michael@0 1285 (1,8): expected-doctype-but-got-start-tag
michael@0 1286 (1,15): expected-named-closing-tag-but-got-eof
michael@0 1287 #document
michael@0 1288 | <html>
michael@0 1289 | <head>
michael@0 1290 | <script>
michael@0 1291 | "</SCRIP"
michael@0 1292 | <body>
michael@0 1293
michael@0 1294 #data
michael@0 1295 <script></SCRIPT
michael@0 1296 #errors
michael@0 1297 (1,8): expected-doctype-but-got-start-tag
michael@0 1298 (1,16): expected-named-closing-tag-but-got-eof
michael@0 1299 #document
michael@0 1300 | <html>
michael@0 1301 | <head>
michael@0 1302 | <script>
michael@0 1303 | "</SCRIPT"
michael@0 1304 | <body>
michael@0 1305
michael@0 1306 #data
michael@0 1307 <script></SCRIPT
michael@0 1308 #errors
michael@0 1309 (1,8): expected-doctype-but-got-start-tag
michael@0 1310 (1,17): expected-attribute-name-but-got-eof
michael@0 1311 (1,17): expected-named-closing-tag-but-got-eof
michael@0 1312 #document
michael@0 1313 | <html>
michael@0 1314 | <head>
michael@0 1315 | <script>
michael@0 1316 | <body>
michael@0 1317
michael@0 1318 #data
michael@0 1319 <script></s
michael@0 1320 #errors
michael@0 1321 (1,8): expected-doctype-but-got-start-tag
michael@0 1322 (1,11): expected-named-closing-tag-but-got-eof
michael@0 1323 #document
michael@0 1324 | <html>
michael@0 1325 | <head>
michael@0 1326 | <script>
michael@0 1327 | "</s"
michael@0 1328 | <body>
michael@0 1329
michael@0 1330 #data
michael@0 1331 <script></sc
michael@0 1332 #errors
michael@0 1333 (1,8): expected-doctype-but-got-start-tag
michael@0 1334 (1,12): expected-named-closing-tag-but-got-eof
michael@0 1335 #document
michael@0 1336 | <html>
michael@0 1337 | <head>
michael@0 1338 | <script>
michael@0 1339 | "</sc"
michael@0 1340 | <body>
michael@0 1341
michael@0 1342 #data
michael@0 1343 <script></scr
michael@0 1344 #errors
michael@0 1345 (1,8): expected-doctype-but-got-start-tag
michael@0 1346 (1,13): expected-named-closing-tag-but-got-eof
michael@0 1347 #document
michael@0 1348 | <html>
michael@0 1349 | <head>
michael@0 1350 | <script>
michael@0 1351 | "</scr"
michael@0 1352 | <body>
michael@0 1353
michael@0 1354 #data
michael@0 1355 <script></scri
michael@0 1356 #errors
michael@0 1357 (1,8): expected-doctype-but-got-start-tag
michael@0 1358 (1,14): expected-named-closing-tag-but-got-eof
michael@0 1359 #document
michael@0 1360 | <html>
michael@0 1361 | <head>
michael@0 1362 | <script>
michael@0 1363 | "</scri"
michael@0 1364 | <body>
michael@0 1365
michael@0 1366 #data
michael@0 1367 <script></scrip
michael@0 1368 #errors
michael@0 1369 (1,8): expected-doctype-but-got-start-tag
michael@0 1370 (1,15): expected-named-closing-tag-but-got-eof
michael@0 1371 #document
michael@0 1372 | <html>
michael@0 1373 | <head>
michael@0 1374 | <script>
michael@0 1375 | "</scrip"
michael@0 1376 | <body>
michael@0 1377
michael@0 1378 #data
michael@0 1379 <script></script
michael@0 1380 #errors
michael@0 1381 (1,8): expected-doctype-but-got-start-tag
michael@0 1382 (1,16): expected-named-closing-tag-but-got-eof
michael@0 1383 #document
michael@0 1384 | <html>
michael@0 1385 | <head>
michael@0 1386 | <script>
michael@0 1387 | "</script"
michael@0 1388 | <body>
michael@0 1389
michael@0 1390 #data
michael@0 1391 <script></script
michael@0 1392 #errors
michael@0 1393 (1,8): expected-doctype-but-got-start-tag
michael@0 1394 (1,17): expected-attribute-name-but-got-eof
michael@0 1395 (1,17): expected-named-closing-tag-but-got-eof
michael@0 1396 #document
michael@0 1397 | <html>
michael@0 1398 | <head>
michael@0 1399 | <script>
michael@0 1400 | <body>
michael@0 1401
michael@0 1402 #data
michael@0 1403 <script><!
michael@0 1404 #errors
michael@0 1405 (1,8): expected-doctype-but-got-start-tag
michael@0 1406 (1,10): expected-named-closing-tag-but-got-eof
michael@0 1407 #document
michael@0 1408 | <html>
michael@0 1409 | <head>
michael@0 1410 | <script>
michael@0 1411 | "<!"
michael@0 1412 | <body>
michael@0 1413
michael@0 1414 #data
michael@0 1415 <script><!a
michael@0 1416 #errors
michael@0 1417 (1,8): expected-doctype-but-got-start-tag
michael@0 1418 (1,11): expected-named-closing-tag-but-got-eof
michael@0 1419 #document
michael@0 1420 | <html>
michael@0 1421 | <head>
michael@0 1422 | <script>
michael@0 1423 | "<!a"
michael@0 1424 | <body>
michael@0 1425
michael@0 1426 #data
michael@0 1427 <script><!-
michael@0 1428 #errors
michael@0 1429 (1,8): expected-doctype-but-got-start-tag
michael@0 1430 (1,11): expected-named-closing-tag-but-got-eof
michael@0 1431 #document
michael@0 1432 | <html>
michael@0 1433 | <head>
michael@0 1434 | <script>
michael@0 1435 | "<!-"
michael@0 1436 | <body>
michael@0 1437
michael@0 1438 #data
michael@0 1439 <script><!-a
michael@0 1440 #errors
michael@0 1441 (1,8): expected-doctype-but-got-start-tag
michael@0 1442 (1,12): expected-named-closing-tag-but-got-eof
michael@0 1443 #document
michael@0 1444 | <html>
michael@0 1445 | <head>
michael@0 1446 | <script>
michael@0 1447 | "<!-a"
michael@0 1448 | <body>
michael@0 1449
michael@0 1450 #data
michael@0 1451 <script><!--
michael@0 1452 #errors
michael@0 1453 (1,8): expected-doctype-but-got-start-tag
michael@0 1454 (1,12): expected-named-closing-tag-but-got-eof
michael@0 1455 (1,12): unexpected-eof-in-text-mode
michael@0 1456 #document
michael@0 1457 | <html>
michael@0 1458 | <head>
michael@0 1459 | <script>
michael@0 1460 | "<!--"
michael@0 1461 | <body>
michael@0 1462
michael@0 1463 #data
michael@0 1464 <script><!--a
michael@0 1465 #errors
michael@0 1466 (1,8): expected-doctype-but-got-start-tag
michael@0 1467 (1,13): expected-named-closing-tag-but-got-eof
michael@0 1468 (1,13): unexpected-eof-in-text-mode
michael@0 1469 #document
michael@0 1470 | <html>
michael@0 1471 | <head>
michael@0 1472 | <script>
michael@0 1473 | "<!--a"
michael@0 1474 | <body>
michael@0 1475
michael@0 1476 #data
michael@0 1477 <script><!--<
michael@0 1478 #errors
michael@0 1479 (1,8): expected-doctype-but-got-start-tag
michael@0 1480 (1,13): expected-named-closing-tag-but-got-eof
michael@0 1481 (1,13): unexpected-eof-in-text-mode
michael@0 1482 #document
michael@0 1483 | <html>
michael@0 1484 | <head>
michael@0 1485 | <script>
michael@0 1486 | "<!--<"
michael@0 1487 | <body>
michael@0 1488
michael@0 1489 #data
michael@0 1490 <script><!--<a
michael@0 1491 #errors
michael@0 1492 (1,8): expected-doctype-but-got-start-tag
michael@0 1493 (1,14): expected-named-closing-tag-but-got-eof
michael@0 1494 (1,14): unexpected-eof-in-text-mode
michael@0 1495 #document
michael@0 1496 | <html>
michael@0 1497 | <head>
michael@0 1498 | <script>
michael@0 1499 | "<!--<a"
michael@0 1500 | <body>
michael@0 1501
michael@0 1502 #data
michael@0 1503 <script><!--</
michael@0 1504 #errors
michael@0 1505 (1,8): expected-doctype-but-got-start-tag
michael@0 1506 (1,14): expected-named-closing-tag-but-got-eof
michael@0 1507 (1,14): unexpected-eof-in-text-mode
michael@0 1508 #document
michael@0 1509 | <html>
michael@0 1510 | <head>
michael@0 1511 | <script>
michael@0 1512 | "<!--</"
michael@0 1513 | <body>
michael@0 1514
michael@0 1515 #data
michael@0 1516 <script><!--</script
michael@0 1517 #errors
michael@0 1518 (1,8): expected-doctype-but-got-start-tag
michael@0 1519 (1,20): expected-named-closing-tag-but-got-eof
michael@0 1520 (1,20): unexpected-eof-in-text-mode
michael@0 1521 #document
michael@0 1522 | <html>
michael@0 1523 | <head>
michael@0 1524 | <script>
michael@0 1525 | "<!--</script"
michael@0 1526 | <body>
michael@0 1527
michael@0 1528 #data
michael@0 1529 <script><!--</script
michael@0 1530 #errors
michael@0 1531 (1,8): expected-doctype-but-got-start-tag
michael@0 1532 (1,21): expected-attribute-name-but-got-eof
michael@0 1533 (1,21): expected-named-closing-tag-but-got-eof
michael@0 1534 #document
michael@0 1535 | <html>
michael@0 1536 | <head>
michael@0 1537 | <script>
michael@0 1538 | "<!--"
michael@0 1539 | <body>
michael@0 1540
michael@0 1541 #data
michael@0 1542 <script><!--<s
michael@0 1543 #errors
michael@0 1544 (1,8): expected-doctype-but-got-start-tag
michael@0 1545 (1,14): expected-named-closing-tag-but-got-eof
michael@0 1546 (1,14): unexpected-eof-in-text-mode
michael@0 1547 #document
michael@0 1548 | <html>
michael@0 1549 | <head>
michael@0 1550 | <script>
michael@0 1551 | "<!--<s"
michael@0 1552 | <body>
michael@0 1553
michael@0 1554 #data
michael@0 1555 <script><!--<script
michael@0 1556 #errors
michael@0 1557 (1,8): expected-doctype-but-got-start-tag
michael@0 1558 (1,19): expected-named-closing-tag-but-got-eof
michael@0 1559 (1,19): unexpected-eof-in-text-mode
michael@0 1560 #document
michael@0 1561 | <html>
michael@0 1562 | <head>
michael@0 1563 | <script>
michael@0 1564 | "<!--<script"
michael@0 1565 | <body>
michael@0 1566
michael@0 1567 #data
michael@0 1568 <script><!--<script
michael@0 1569 #errors
michael@0 1570 (1,8): expected-doctype-but-got-start-tag
michael@0 1571 (1,20): eof-in-script-in-script
michael@0 1572 (1,20): expected-named-closing-tag-but-got-eof
michael@0 1573 #document
michael@0 1574 | <html>
michael@0 1575 | <head>
michael@0 1576 | <script>
michael@0 1577 | "<!--<script "
michael@0 1578 | <body>
michael@0 1579
michael@0 1580 #data
michael@0 1581 <script><!--<script <
michael@0 1582 #errors
michael@0 1583 (1,8): expected-doctype-but-got-start-tag
michael@0 1584 (1,21): eof-in-script-in-script
michael@0 1585 (1,21): expected-named-closing-tag-but-got-eof
michael@0 1586 #document
michael@0 1587 | <html>
michael@0 1588 | <head>
michael@0 1589 | <script>
michael@0 1590 | "<!--<script <"
michael@0 1591 | <body>
michael@0 1592
michael@0 1593 #data
michael@0 1594 <script><!--<script <a
michael@0 1595 #errors
michael@0 1596 (1,8): expected-doctype-but-got-start-tag
michael@0 1597 (1,22): eof-in-script-in-script
michael@0 1598 (1,22): expected-named-closing-tag-but-got-eof
michael@0 1599 #document
michael@0 1600 | <html>
michael@0 1601 | <head>
michael@0 1602 | <script>
michael@0 1603 | "<!--<script <a"
michael@0 1604 | <body>
michael@0 1605
michael@0 1606 #data
michael@0 1607 <script><!--<script </
michael@0 1608 #errors
michael@0 1609 (1,8): expected-doctype-but-got-start-tag
michael@0 1610 (1,22): eof-in-script-in-script
michael@0 1611 (1,22): expected-named-closing-tag-but-got-eof
michael@0 1612 #document
michael@0 1613 | <html>
michael@0 1614 | <head>
michael@0 1615 | <script>
michael@0 1616 | "<!--<script </"
michael@0 1617 | <body>
michael@0 1618
michael@0 1619 #data
michael@0 1620 <script><!--<script </s
michael@0 1621 #errors
michael@0 1622 (1,8): expected-doctype-but-got-start-tag
michael@0 1623 (1,23): eof-in-script-in-script
michael@0 1624 (1,23): expected-named-closing-tag-but-got-eof
michael@0 1625 #document
michael@0 1626 | <html>
michael@0 1627 | <head>
michael@0 1628 | <script>
michael@0 1629 | "<!--<script </s"
michael@0 1630 | <body>
michael@0 1631
michael@0 1632 #data
michael@0 1633 <script><!--<script </script
michael@0 1634 #errors
michael@0 1635 (1,8): expected-doctype-but-got-start-tag
michael@0 1636 (1,28): eof-in-script-in-script
michael@0 1637 (1,28): expected-named-closing-tag-but-got-eof
michael@0 1638 #document
michael@0 1639 | <html>
michael@0 1640 | <head>
michael@0 1641 | <script>
michael@0 1642 | "<!--<script </script"
michael@0 1643 | <body>
michael@0 1644
michael@0 1645 #data
michael@0 1646 <script><!--<script </scripta
michael@0 1647 #errors
michael@0 1648 (1,8): expected-doctype-but-got-start-tag
michael@0 1649 (1,29): eof-in-script-in-script
michael@0 1650 (1,29): expected-named-closing-tag-but-got-eof
michael@0 1651 #document
michael@0 1652 | <html>
michael@0 1653 | <head>
michael@0 1654 | <script>
michael@0 1655 | "<!--<script </scripta"
michael@0 1656 | <body>
michael@0 1657
michael@0 1658 #data
michael@0 1659 <script><!--<script </script
michael@0 1660 #errors
michael@0 1661 (1,8): expected-doctype-but-got-start-tag
michael@0 1662 (1,29): expected-named-closing-tag-but-got-eof
michael@0 1663 (1,29): unexpected-eof-in-text-mode
michael@0 1664 #document
michael@0 1665 | <html>
michael@0 1666 | <head>
michael@0 1667 | <script>
michael@0 1668 | "<!--<script </script "
michael@0 1669 | <body>
michael@0 1670
michael@0 1671 #data
michael@0 1672 <script><!--<script </script>
michael@0 1673 #errors
michael@0 1674 (1,8): expected-doctype-but-got-start-tag
michael@0 1675 (1,29): expected-named-closing-tag-but-got-eof
michael@0 1676 (1,29): unexpected-eof-in-text-mode
michael@0 1677 #document
michael@0 1678 | <html>
michael@0 1679 | <head>
michael@0 1680 | <script>
michael@0 1681 | "<!--<script </script>"
michael@0 1682 | <body>
michael@0 1683
michael@0 1684 #data
michael@0 1685 <script><!--<script </script/
michael@0 1686 #errors
michael@0 1687 (1,8): expected-doctype-but-got-start-tag
michael@0 1688 (1,29): expected-named-closing-tag-but-got-eof
michael@0 1689 (1,29): unexpected-eof-in-text-mode
michael@0 1690 #document
michael@0 1691 | <html>
michael@0 1692 | <head>
michael@0 1693 | <script>
michael@0 1694 | "<!--<script </script/"
michael@0 1695 | <body>
michael@0 1696
michael@0 1697 #data
michael@0 1698 <script><!--<script </script <
michael@0 1699 #errors
michael@0 1700 (1,8): expected-doctype-but-got-start-tag
michael@0 1701 (1,30): expected-named-closing-tag-but-got-eof
michael@0 1702 (1,30): unexpected-eof-in-text-mode
michael@0 1703 #document
michael@0 1704 | <html>
michael@0 1705 | <head>
michael@0 1706 | <script>
michael@0 1707 | "<!--<script </script <"
michael@0 1708 | <body>
michael@0 1709
michael@0 1710 #data
michael@0 1711 <script><!--<script </script <a
michael@0 1712 #errors
michael@0 1713 (1,8): expected-doctype-but-got-start-tag
michael@0 1714 (1,31): expected-named-closing-tag-but-got-eof
michael@0 1715 (1,31): unexpected-eof-in-text-mode
michael@0 1716 #document
michael@0 1717 | <html>
michael@0 1718 | <head>
michael@0 1719 | <script>
michael@0 1720 | "<!--<script </script <a"
michael@0 1721 | <body>
michael@0 1722
michael@0 1723 #data
michael@0 1724 <script><!--<script </script </
michael@0 1725 #errors
michael@0 1726 (1,8): expected-doctype-but-got-start-tag
michael@0 1727 (1,31): expected-named-closing-tag-but-got-eof
michael@0 1728 (1,31): unexpected-eof-in-text-mode
michael@0 1729 #document
michael@0 1730 | <html>
michael@0 1731 | <head>
michael@0 1732 | <script>
michael@0 1733 | "<!--<script </script </"
michael@0 1734 | <body>
michael@0 1735
michael@0 1736 #data
michael@0 1737 <script><!--<script </script </script
michael@0 1738 #errors
michael@0 1739 (1,8): expected-doctype-but-got-start-tag
michael@0 1740 (1,37): expected-named-closing-tag-but-got-eof
michael@0 1741 (1,37): unexpected-eof-in-text-mode
michael@0 1742 #document
michael@0 1743 | <html>
michael@0 1744 | <head>
michael@0 1745 | <script>
michael@0 1746 | "<!--<script </script </script"
michael@0 1747 | <body>
michael@0 1748
michael@0 1749 #data
michael@0 1750 <script><!--<script </script </script
michael@0 1751 #errors
michael@0 1752 (1,8): expected-doctype-but-got-start-tag
michael@0 1753 (1,38): expected-attribute-name-but-got-eof
michael@0 1754 (1,38): expected-named-closing-tag-but-got-eof
michael@0 1755 #document
michael@0 1756 | <html>
michael@0 1757 | <head>
michael@0 1758 | <script>
michael@0 1759 | "<!--<script </script "
michael@0 1760 | <body>
michael@0 1761
michael@0 1762 #data
michael@0 1763 <script><!--<script </script </script/
michael@0 1764 #errors
michael@0 1765 (1,8): expected-doctype-but-got-start-tag
michael@0 1766 (1,38): unexpected-EOF-after-solidus-in-tag
michael@0 1767 (1,38): expected-named-closing-tag-but-got-eof
michael@0 1768 #document
michael@0 1769 | <html>
michael@0 1770 | <head>
michael@0 1771 | <script>
michael@0 1772 | "<!--<script </script "
michael@0 1773 | <body>
michael@0 1774
michael@0 1775 #data
michael@0 1776 <script><!--<script </script </script>
michael@0 1777 #errors
michael@0 1778 (1,8): expected-doctype-but-got-start-tag
michael@0 1779 #document
michael@0 1780 | <html>
michael@0 1781 | <head>
michael@0 1782 | <script>
michael@0 1783 | "<!--<script </script "
michael@0 1784 | <body>
michael@0 1785
michael@0 1786 #data
michael@0 1787 <script><!--<script -
michael@0 1788 #errors
michael@0 1789 (1,8): expected-doctype-but-got-start-tag
michael@0 1790 (1,21): eof-in-script-in-script
michael@0 1791 (1,21): expected-named-closing-tag-but-got-eof
michael@0 1792 #document
michael@0 1793 | <html>
michael@0 1794 | <head>
michael@0 1795 | <script>
michael@0 1796 | "<!--<script -"
michael@0 1797 | <body>
michael@0 1798
michael@0 1799 #data
michael@0 1800 <script><!--<script -a
michael@0 1801 #errors
michael@0 1802 (1,8): expected-doctype-but-got-start-tag
michael@0 1803 (1,22): eof-in-script-in-script
michael@0 1804 (1,22): expected-named-closing-tag-but-got-eof
michael@0 1805 #document
michael@0 1806 | <html>
michael@0 1807 | <head>
michael@0 1808 | <script>
michael@0 1809 | "<!--<script -a"
michael@0 1810 | <body>
michael@0 1811
michael@0 1812 #data
michael@0 1813 <script><!--<script --
michael@0 1814 #errors
michael@0 1815 (1,8): expected-doctype-but-got-start-tag
michael@0 1816 (1,22): eof-in-script-in-script
michael@0 1817 (1,22): expected-named-closing-tag-but-got-eof
michael@0 1818 #document
michael@0 1819 | <html>
michael@0 1820 | <head>
michael@0 1821 | <script>
michael@0 1822 | "<!--<script --"
michael@0 1823 | <body>
michael@0 1824
michael@0 1825 #data
michael@0 1826 <script><!--<script --a
michael@0 1827 #errors
michael@0 1828 (1,8): expected-doctype-but-got-start-tag
michael@0 1829 (1,23): eof-in-script-in-script
michael@0 1830 (1,23): expected-named-closing-tag-but-got-eof
michael@0 1831 #document
michael@0 1832 | <html>
michael@0 1833 | <head>
michael@0 1834 | <script>
michael@0 1835 | "<!--<script --a"
michael@0 1836 | <body>
michael@0 1837
michael@0 1838 #data
michael@0 1839 <script><!--<script -->
michael@0 1840 #errors
michael@0 1841 (1,8): expected-doctype-but-got-start-tag
michael@0 1842 (1,23): expected-named-closing-tag-but-got-eof
michael@0 1843 #document
michael@0 1844 | <html>
michael@0 1845 | <head>
michael@0 1846 | <script>
michael@0 1847 | "<!--<script -->"
michael@0 1848 | <body>
michael@0 1849
michael@0 1850 #data
michael@0 1851 <script><!--<script --><
michael@0 1852 #errors
michael@0 1853 (1,8): expected-doctype-but-got-start-tag
michael@0 1854 (1,24): expected-named-closing-tag-but-got-eof
michael@0 1855 #document
michael@0 1856 | <html>
michael@0 1857 | <head>
michael@0 1858 | <script>
michael@0 1859 | "<!--<script --><"
michael@0 1860 | <body>
michael@0 1861
michael@0 1862 #data
michael@0 1863 <script><!--<script --></
michael@0 1864 #errors
michael@0 1865 (1,8): expected-doctype-but-got-start-tag
michael@0 1866 (1,25): expected-named-closing-tag-but-got-eof
michael@0 1867 #document
michael@0 1868 | <html>
michael@0 1869 | <head>
michael@0 1870 | <script>
michael@0 1871 | "<!--<script --></"
michael@0 1872 | <body>
michael@0 1873
michael@0 1874 #data
michael@0 1875 <script><!--<script --></script
michael@0 1876 #errors
michael@0 1877 (1,8): expected-doctype-but-got-start-tag
michael@0 1878 (1,31): expected-named-closing-tag-but-got-eof
michael@0 1879 #document
michael@0 1880 | <html>
michael@0 1881 | <head>
michael@0 1882 | <script>
michael@0 1883 | "<!--<script --></script"
michael@0 1884 | <body>
michael@0 1885
michael@0 1886 #data
michael@0 1887 <script><!--<script --></script
michael@0 1888 #errors
michael@0 1889 (1,8): expected-doctype-but-got-start-tag
michael@0 1890 (1,32): expected-attribute-name-but-got-eof
michael@0 1891 (1,32): expected-named-closing-tag-but-got-eof
michael@0 1892 #document
michael@0 1893 | <html>
michael@0 1894 | <head>
michael@0 1895 | <script>
michael@0 1896 | "<!--<script -->"
michael@0 1897 | <body>
michael@0 1898
michael@0 1899 #data
michael@0 1900 <script><!--<script --></script/
michael@0 1901 #errors
michael@0 1902 (1,8): expected-doctype-but-got-start-tag
michael@0 1903 (1,32): unexpected-EOF-after-solidus-in-tag
michael@0 1904 (1,32): expected-named-closing-tag-but-got-eof
michael@0 1905 #document
michael@0 1906 | <html>
michael@0 1907 | <head>
michael@0 1908 | <script>
michael@0 1909 | "<!--<script -->"
michael@0 1910 | <body>
michael@0 1911
michael@0 1912 #data
michael@0 1913 <script><!--<script --></script>
michael@0 1914 #errors
michael@0 1915 (1,8): expected-doctype-but-got-start-tag
michael@0 1916 #document
michael@0 1917 | <html>
michael@0 1918 | <head>
michael@0 1919 | <script>
michael@0 1920 | "<!--<script -->"
michael@0 1921 | <body>
michael@0 1922
michael@0 1923 #data
michael@0 1924 <script><!--<script><\/script>--></script>
michael@0 1925 #errors
michael@0 1926 (1,8): expected-doctype-but-got-start-tag
michael@0 1927 #document
michael@0 1928 | <html>
michael@0 1929 | <head>
michael@0 1930 | <script>
michael@0 1931 | "<!--<script><\/script>-->"
michael@0 1932 | <body>
michael@0 1933
michael@0 1934 #data
michael@0 1935 <script><!--<script></scr'+'ipt>--></script>
michael@0 1936 #errors
michael@0 1937 (1,8): expected-doctype-but-got-start-tag
michael@0 1938 #document
michael@0 1939 | <html>
michael@0 1940 | <head>
michael@0 1941 | <script>
michael@0 1942 | "<!--<script></scr'+'ipt>-->"
michael@0 1943 | <body>
michael@0 1944
michael@0 1945 #data
michael@0 1946 <script><!--<script></script><script></script></script>
michael@0 1947 #errors
michael@0 1948 (1,8): expected-doctype-but-got-start-tag
michael@0 1949 #document
michael@0 1950 | <html>
michael@0 1951 | <head>
michael@0 1952 | <script>
michael@0 1953 | "<!--<script></script><script></script>"
michael@0 1954 | <body>
michael@0 1955
michael@0 1956 #data
michael@0 1957 <script><!--<script></script><script></script>--><!--</script>
michael@0 1958 #errors
michael@0 1959 (1,8): expected-doctype-but-got-start-tag
michael@0 1960 #document
michael@0 1961 | <html>
michael@0 1962 | <head>
michael@0 1963 | <script>
michael@0 1964 | "<!--<script></script><script></script>--><!--"
michael@0 1965 | <body>
michael@0 1966
michael@0 1967 #data
michael@0 1968 <script><!--<script></script><script></script>-- ></script>
michael@0 1969 #errors
michael@0 1970 (1,8): expected-doctype-but-got-start-tag
michael@0 1971 #document
michael@0 1972 | <html>
michael@0 1973 | <head>
michael@0 1974 | <script>
michael@0 1975 | "<!--<script></script><script></script>-- >"
michael@0 1976 | <body>
michael@0 1977
michael@0 1978 #data
michael@0 1979 <script><!--<script></script><script></script>- -></script>
michael@0 1980 #errors
michael@0 1981 (1,8): expected-doctype-but-got-start-tag
michael@0 1982 #document
michael@0 1983 | <html>
michael@0 1984 | <head>
michael@0 1985 | <script>
michael@0 1986 | "<!--<script></script><script></script>- ->"
michael@0 1987 | <body>
michael@0 1988
michael@0 1989 #data
michael@0 1990 <script><!--<script></script><script></script>- - ></script>
michael@0 1991 #errors
michael@0 1992 (1,8): expected-doctype-but-got-start-tag
michael@0 1993 #document
michael@0 1994 | <html>
michael@0 1995 | <head>
michael@0 1996 | <script>
michael@0 1997 | "<!--<script></script><script></script>- - >"
michael@0 1998 | <body>
michael@0 1999
michael@0 2000 #data
michael@0 2001 <script><!--<script></script><script></script>-></script>
michael@0 2002 #errors
michael@0 2003 (1,8): expected-doctype-but-got-start-tag
michael@0 2004 #document
michael@0 2005 | <html>
michael@0 2006 | <head>
michael@0 2007 | <script>
michael@0 2008 | "<!--<script></script><script></script>->"
michael@0 2009 | <body>
michael@0 2010
michael@0 2011 #data
michael@0 2012 <script><!--<script>--!></script>X
michael@0 2013 #errors
michael@0 2014 (1,8): expected-doctype-but-got-start-tag
michael@0 2015 (1,34): expected-named-closing-tag-but-got-eof
michael@0 2016 (1,34): unexpected-eof-in-text-mode
michael@0 2017 #document
michael@0 2018 | <html>
michael@0 2019 | <head>
michael@0 2020 | <script>
michael@0 2021 | "<!--<script>--!></script>X"
michael@0 2022 | <body>
michael@0 2023
michael@0 2024 #data
michael@0 2025 <script><!--<scr'+'ipt></script>--></script>
michael@0 2026 #errors
michael@0 2027 (1,8): expected-doctype-but-got-start-tag
michael@0 2028 (1,44): unexpected-end-tag
michael@0 2029 #document
michael@0 2030 | <html>
michael@0 2031 | <head>
michael@0 2032 | <script>
michael@0 2033 | "<!--<scr'+'ipt>"
michael@0 2034 | <body>
michael@0 2035 | "-->"
michael@0 2036
michael@0 2037 #data
michael@0 2038 <script><!--<script></scr'+'ipt></script>X
michael@0 2039 #errors
michael@0 2040 (1,8): expected-doctype-but-got-start-tag
michael@0 2041 (1,42): expected-named-closing-tag-but-got-eof
michael@0 2042 (1,42): unexpected-eof-in-text-mode
michael@0 2043 #document
michael@0 2044 | <html>
michael@0 2045 | <head>
michael@0 2046 | <script>
michael@0 2047 | "<!--<script></scr'+'ipt></script>X"
michael@0 2048 | <body>
michael@0 2049
michael@0 2050 #data
michael@0 2051 <style><!--<style></style>--></style>
michael@0 2052 #errors
michael@0 2053 (1,7): expected-doctype-but-got-start-tag
michael@0 2054 (1,37): unexpected-end-tag
michael@0 2055 #document
michael@0 2056 | <html>
michael@0 2057 | <head>
michael@0 2058 | <style>
michael@0 2059 | "<!--<style>"
michael@0 2060 | <body>
michael@0 2061 | "-->"
michael@0 2062
michael@0 2063 #data
michael@0 2064 <style><!--</style>X
michael@0 2065 #errors
michael@0 2066 (1,7): expected-doctype-but-got-start-tag
michael@0 2067 #document
michael@0 2068 | <html>
michael@0 2069 | <head>
michael@0 2070 | <style>
michael@0 2071 | "<!--"
michael@0 2072 | <body>
michael@0 2073 | "X"
michael@0 2074
michael@0 2075 #data
michael@0 2076 <style><!--...</style>...--></style>
michael@0 2077 #errors
michael@0 2078 (1,7): expected-doctype-but-got-start-tag
michael@0 2079 (1,36): unexpected-end-tag
michael@0 2080 #document
michael@0 2081 | <html>
michael@0 2082 | <head>
michael@0 2083 | <style>
michael@0 2084 | "<!--..."
michael@0 2085 | <body>
michael@0 2086 | "...-->"
michael@0 2087
michael@0 2088 #data
michael@0 2089 <style><!--<br><html xmlns:v="urn:schemas-microsoft-com:vml"><!--[if !mso]><style></style>X
michael@0 2090 #errors
michael@0 2091 (1,7): expected-doctype-but-got-start-tag
michael@0 2092 #document
michael@0 2093 | <html>
michael@0 2094 | <head>
michael@0 2095 | <style>
michael@0 2096 | "<!--<br><html xmlns:v="urn:schemas-microsoft-com:vml"><!--[if !mso]><style>"
michael@0 2097 | <body>
michael@0 2098 | "X"
michael@0 2099
michael@0 2100 #data
michael@0 2101 <style><!--...<style><!--...--!></style>--></style>
michael@0 2102 #errors
michael@0 2103 (1,7): expected-doctype-but-got-start-tag
michael@0 2104 (1,51): unexpected-end-tag
michael@0 2105 #document
michael@0 2106 | <html>
michael@0 2107 | <head>
michael@0 2108 | <style>
michael@0 2109 | "<!--...<style><!--...--!>"
michael@0 2110 | <body>
michael@0 2111 | "-->"
michael@0 2112
michael@0 2113 #data
michael@0 2114 <style><!--...</style><!-- --><style>@import ...</style>
michael@0 2115 #errors
michael@0 2116 (1,7): expected-doctype-but-got-start-tag
michael@0 2117 #document
michael@0 2118 | <html>
michael@0 2119 | <head>
michael@0 2120 | <style>
michael@0 2121 | "<!--..."
michael@0 2122 | <!-- -->
michael@0 2123 | <style>
michael@0 2124 | "@import ..."
michael@0 2125 | <body>
michael@0 2126
michael@0 2127 #data
michael@0 2128 <style>...<style><!--...</style><!-- --></style>
michael@0 2129 #errors
michael@0 2130 (1,7): expected-doctype-but-got-start-tag
michael@0 2131 (1,48): unexpected-end-tag
michael@0 2132 #document
michael@0 2133 | <html>
michael@0 2134 | <head>
michael@0 2135 | <style>
michael@0 2136 | "...<style><!--..."
michael@0 2137 | <!-- -->
michael@0 2138 | <body>
michael@0 2139
michael@0 2140 #data
michael@0 2141 <style>...<!--[if IE]><style>...</style>X
michael@0 2142 #errors
michael@0 2143 (1,7): expected-doctype-but-got-start-tag
michael@0 2144 #document
michael@0 2145 | <html>
michael@0 2146 | <head>
michael@0 2147 | <style>
michael@0 2148 | "...<!--[if IE]><style>..."
michael@0 2149 | <body>
michael@0 2150 | "X"
michael@0 2151
michael@0 2152 #data
michael@0 2153 <title><!--<title></title>--></title>
michael@0 2154 #errors
michael@0 2155 (1,7): expected-doctype-but-got-start-tag
michael@0 2156 (1,37): unexpected-end-tag
michael@0 2157 #document
michael@0 2158 | <html>
michael@0 2159 | <head>
michael@0 2160 | <title>
michael@0 2161 | "<!--<title>"
michael@0 2162 | <body>
michael@0 2163 | "-->"
michael@0 2164
michael@0 2165 #data
michael@0 2166 <title>&lt;/title></title>
michael@0 2167 #errors
michael@0 2168 (1,7): expected-doctype-but-got-start-tag
michael@0 2169 #document
michael@0 2170 | <html>
michael@0 2171 | <head>
michael@0 2172 | <title>
michael@0 2173 | "</title>"
michael@0 2174 | <body>
michael@0 2175
michael@0 2176 #data
michael@0 2177 <title>foo/title><link></head><body>X
michael@0 2178 #errors
michael@0 2179 (1,7): expected-doctype-but-got-start-tag
michael@0 2180 (1,37): expected-named-closing-tag-but-got-eof
michael@0 2181 #document
michael@0 2182 | <html>
michael@0 2183 | <head>
michael@0 2184 | <title>
michael@0 2185 | "foo/title><link></head><body>X"
michael@0 2186 | <body>
michael@0 2187
michael@0 2188 #data
michael@0 2189 <noscript><!--<noscript></noscript>--></noscript>
michael@0 2190 #errors
michael@0 2191 (1,10): expected-doctype-but-got-start-tag
michael@0 2192 (1,49): unexpected-end-tag
michael@0 2193 #document
michael@0 2194 | <html>
michael@0 2195 | <head>
michael@0 2196 | <noscript>
michael@0 2197 | "<!--<noscript>"
michael@0 2198 | <body>
michael@0 2199 | "-->"
michael@0 2200
michael@0 2201 #data
michael@0 2202 <noscript><!--</noscript>X<noscript>--></noscript>
michael@0 2203 #errors
michael@0 2204 (1,10): expected-doctype-but-got-start-tag
michael@0 2205 #document
michael@0 2206 | <html>
michael@0 2207 | <head>
michael@0 2208 | <noscript>
michael@0 2209 | "<!--"
michael@0 2210 | <body>
michael@0 2211 | "X"
michael@0 2212 | <noscript>
michael@0 2213 | "-->"
michael@0 2214
michael@0 2215 #data
michael@0 2216 <noscript><iframe></noscript>X
michael@0 2217 #errors
michael@0 2218 (1,10): expected-doctype-but-got-start-tag
michael@0 2219 #document
michael@0 2220 | <html>
michael@0 2221 | <head>
michael@0 2222 | <noscript>
michael@0 2223 | "<iframe>"
michael@0 2224 | <body>
michael@0 2225 | "X"
michael@0 2226
michael@0 2227 #data
michael@0 2228 <noframes><!--<noframes></noframes>--></noframes>
michael@0 2229 #errors
michael@0 2230 (1,10): expected-doctype-but-got-start-tag
michael@0 2231 (1,49): unexpected-end-tag
michael@0 2232 #document
michael@0 2233 | <html>
michael@0 2234 | <head>
michael@0 2235 | <noframes>
michael@0 2236 | "<!--<noframes>"
michael@0 2237 | <body>
michael@0 2238 | "-->"
michael@0 2239
michael@0 2240 #data
michael@0 2241 <noframes><body><script><!--...</script></body></noframes></html>
michael@0 2242 #errors
michael@0 2243 (1,10): expected-doctype-but-got-start-tag
michael@0 2244 #document
michael@0 2245 | <html>
michael@0 2246 | <head>
michael@0 2247 | <noframes>
michael@0 2248 | "<body><script><!--...</script></body>"
michael@0 2249 | <body>
michael@0 2250
michael@0 2251 #data
michael@0 2252 <textarea><!--<textarea></textarea>--></textarea>
michael@0 2253 #errors
michael@0 2254 (1,10): expected-doctype-but-got-start-tag
michael@0 2255 (1,49): unexpected-end-tag
michael@0 2256 #document
michael@0 2257 | <html>
michael@0 2258 | <head>
michael@0 2259 | <body>
michael@0 2260 | <textarea>
michael@0 2261 | "<!--<textarea>"
michael@0 2262 | "-->"
michael@0 2263
michael@0 2264 #data
michael@0 2265 <textarea>&lt;/textarea></textarea>
michael@0 2266 #errors
michael@0 2267 (1,10): expected-doctype-but-got-start-tag
michael@0 2268 #document
michael@0 2269 | <html>
michael@0 2270 | <head>
michael@0 2271 | <body>
michael@0 2272 | <textarea>
michael@0 2273 | "</textarea>"
michael@0 2274
michael@0 2275 #data
michael@0 2276 <iframe><!--<iframe></iframe>--></iframe>
michael@0 2277 #errors
michael@0 2278 (1,8): expected-doctype-but-got-start-tag
michael@0 2279 (1,41): unexpected-end-tag
michael@0 2280 #document
michael@0 2281 | <html>
michael@0 2282 | <head>
michael@0 2283 | <body>
michael@0 2284 | <iframe>
michael@0 2285 | "<!--<iframe>"
michael@0 2286 | "-->"
michael@0 2287
michael@0 2288 #data
michael@0 2289 <iframe>...<!--X->...<!--/X->...</iframe>
michael@0 2290 #errors
michael@0 2291 (1,8): expected-doctype-but-got-start-tag
michael@0 2292 #document
michael@0 2293 | <html>
michael@0 2294 | <head>
michael@0 2295 | <body>
michael@0 2296 | <iframe>
michael@0 2297 | "...<!--X->...<!--/X->..."
michael@0 2298
michael@0 2299 #data
michael@0 2300 <xmp><!--<xmp></xmp>--></xmp>
michael@0 2301 #errors
michael@0 2302 (1,5): expected-doctype-but-got-start-tag
michael@0 2303 (1,29): unexpected-end-tag
michael@0 2304 #document
michael@0 2305 | <html>
michael@0 2306 | <head>
michael@0 2307 | <body>
michael@0 2308 | <xmp>
michael@0 2309 | "<!--<xmp>"
michael@0 2310 | "-->"
michael@0 2311
michael@0 2312 #data
michael@0 2313 <noembed><!--<noembed></noembed>--></noembed>
michael@0 2314 #errors
michael@0 2315 (1,9): expected-doctype-but-got-start-tag
michael@0 2316 (1,45): unexpected-end-tag
michael@0 2317 #document
michael@0 2318 | <html>
michael@0 2319 | <head>
michael@0 2320 | <body>
michael@0 2321 | <noembed>
michael@0 2322 | "<!--<noembed>"
michael@0 2323 | "-->"
michael@0 2324
michael@0 2325 #data
michael@0 2326 <!doctype html><table>
michael@0 2327
michael@0 2328 #errors
michael@0 2329 (2,0): eof-in-table
michael@0 2330 #document
michael@0 2331 | <!DOCTYPE html>
michael@0 2332 | <html>
michael@0 2333 | <head>
michael@0 2334 | <body>
michael@0 2335 | <table>
michael@0 2336 | "
michael@0 2337 "
michael@0 2338
michael@0 2339 #data
michael@0 2340 <!doctype html><table><td><span><font></span><span>
michael@0 2341 #errors
michael@0 2342 (1,26): unexpected-cell-in-table-body
michael@0 2343 (1,45): unexpected-end-tag
michael@0 2344 (1,51): expected-closing-tag-but-got-eof
michael@0 2345 #document
michael@0 2346 | <!DOCTYPE html>
michael@0 2347 | <html>
michael@0 2348 | <head>
michael@0 2349 | <body>
michael@0 2350 | <table>
michael@0 2351 | <tbody>
michael@0 2352 | <tr>
michael@0 2353 | <td>
michael@0 2354 | <span>
michael@0 2355 | <font>
michael@0 2356 | <font>
michael@0 2357 | <span>
michael@0 2358
michael@0 2359 #data
michael@0 2360 <!doctype html><form><table></form><form></table></form>
michael@0 2361 #errors
michael@0 2362 (1,35): unexpected-end-tag-implies-table-voodoo
michael@0 2363 (1,35): unexpected-end-tag
michael@0 2364 (1,41): unexpected-form-in-table
michael@0 2365 (1,56): unexpected-end-tag
michael@0 2366 (1,56): expected-closing-tag-but-got-eof
michael@0 2367 #document
michael@0 2368 | <!DOCTYPE html>
michael@0 2369 | <html>
michael@0 2370 | <head>
michael@0 2371 | <body>
michael@0 2372 | <form>
michael@0 2373 | <table>
michael@0 2374 | <form>

mercurial