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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests_innerHTML_1.dat	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,902 @@
     1.4 +#data
     1.5 +<body><span>
     1.6 +#errors
     1.7 +(1,6): unexpected-start-tag
     1.8 +(1,12): expected-closing-tag-but-got-eof
     1.9 +#document-fragment
    1.10 +body
    1.11 +#document
    1.12 +| <span>
    1.13 +
    1.14 +#data
    1.15 +<span><body>
    1.16 +#errors
    1.17 +(1,12): unexpected-start-tag
    1.18 +(1,12): expected-closing-tag-but-got-eof
    1.19 +#document-fragment
    1.20 +body
    1.21 +#document
    1.22 +| <span>
    1.23 +
    1.24 +#data
    1.25 +<span><body>
    1.26 +#errors
    1.27 +(1,12): unexpected-start-tag
    1.28 +(1,12): expected-closing-tag-but-got-eof
    1.29 +#document-fragment
    1.30 +div
    1.31 +#document
    1.32 +| <span>
    1.33 +
    1.34 +#data
    1.35 +<body><span>
    1.36 +#errors
    1.37 +(1,12): expected-closing-tag-but-got-eof
    1.38 +#document-fragment
    1.39 +html
    1.40 +#document
    1.41 +| <head>
    1.42 +| <body>
    1.43 +|   <span>
    1.44 +
    1.45 +#data
    1.46 +<frameset><span>
    1.47 +#errors
    1.48 +(1,10): unexpected-start-tag
    1.49 +(1,16): expected-closing-tag-but-got-eof
    1.50 +#document-fragment
    1.51 +body
    1.52 +#document
    1.53 +| <span>
    1.54 +
    1.55 +#data
    1.56 +<span><frameset>
    1.57 +#errors
    1.58 +(1,16): unexpected-start-tag
    1.59 +(1,16): expected-closing-tag-but-got-eof
    1.60 +#document-fragment
    1.61 +body
    1.62 +#document
    1.63 +| <span>
    1.64 +
    1.65 +#data
    1.66 +<span><frameset>
    1.67 +#errors
    1.68 +(1,16): unexpected-start-tag
    1.69 +(1,16): expected-closing-tag-but-got-eof
    1.70 +#document-fragment
    1.71 +div
    1.72 +#document
    1.73 +| <span>
    1.74 +
    1.75 +#data
    1.76 +<frameset><span>
    1.77 +#errors
    1.78 +(1,16): unexpected-start-tag-in-frameset
    1.79 +(1,16): eof-in-frameset
    1.80 +#document-fragment
    1.81 +html
    1.82 +#document
    1.83 +| <head>
    1.84 +| <frameset>
    1.85 +
    1.86 +#data
    1.87 +<table><tr>
    1.88 +#errors
    1.89 +(1,7): unexpected-start-tag
    1.90 +#document-fragment
    1.91 +table
    1.92 +#document
    1.93 +| <tbody>
    1.94 +|   <tr>
    1.95 +
    1.96 +#data
    1.97 +</table><tr>
    1.98 +#errors
    1.99 +(1,8): unexpected-end-tag
   1.100 +#document-fragment
   1.101 +table
   1.102 +#document
   1.103 +| <tbody>
   1.104 +|   <tr>
   1.105 +
   1.106 +#data
   1.107 +<a>
   1.108 +#errors
   1.109 +(1,3): unexpected-start-tag-implies-table-voodoo
   1.110 +(1,3): eof-in-table
   1.111 +#document-fragment
   1.112 +table
   1.113 +#document
   1.114 +| <a>
   1.115 +
   1.116 +#data
   1.117 +<a>
   1.118 +#errors
   1.119 +(1,3): unexpected-start-tag-implies-table-voodoo
   1.120 +(1,3): eof-in-table
   1.121 +#document-fragment
   1.122 +table
   1.123 +#document
   1.124 +| <a>
   1.125 +
   1.126 +#data
   1.127 +<a><caption>a
   1.128 +#errors
   1.129 +(1,3): unexpected-start-tag-implies-table-voodoo
   1.130 +(1,13): expected-closing-tag-but-got-eof
   1.131 +#document-fragment
   1.132 +table
   1.133 +#document
   1.134 +| <a>
   1.135 +| <caption>
   1.136 +|   "a"
   1.137 +
   1.138 +#data
   1.139 +<a><colgroup><col>
   1.140 +#errors
   1.141 +(1,3): foster-parenting-start-token
   1.142 +(1,18): expected-closing-tag-but-got-eof
   1.143 +#document-fragment
   1.144 +table
   1.145 +#document
   1.146 +| <a>
   1.147 +| <colgroup>
   1.148 +|   <col>
   1.149 +
   1.150 +#data
   1.151 +<a><tbody><tr>
   1.152 +#errors
   1.153 +(1,3): foster-parenting-start-tag
   1.154 +#document-fragment
   1.155 +table
   1.156 +#document
   1.157 +| <a>
   1.158 +| <tbody>
   1.159 +|   <tr>
   1.160 +
   1.161 +#data
   1.162 +<a><tfoot><tr>
   1.163 +#errors
   1.164 +(1,3): foster-parenting-start-tag
   1.165 +#document-fragment
   1.166 +table
   1.167 +#document
   1.168 +| <a>
   1.169 +| <tfoot>
   1.170 +|   <tr>
   1.171 +
   1.172 +#data
   1.173 +<a><thead><tr>
   1.174 +#errors
   1.175 +(1,3): foster-parenting-start-tag
   1.176 +#document-fragment
   1.177 +table
   1.178 +#document
   1.179 +| <a>
   1.180 +| <thead>
   1.181 +|   <tr>
   1.182 +
   1.183 +#data
   1.184 +<a><tr>
   1.185 +#errors
   1.186 +(1,3): foster-parenting-start-tag
   1.187 +#document-fragment
   1.188 +table
   1.189 +#document
   1.190 +| <a>
   1.191 +| <tbody>
   1.192 +|   <tr>
   1.193 +
   1.194 +#data
   1.195 +<a><th>
   1.196 +#errors
   1.197 +(1,3): unexpected-start-tag-implies-table-voodoo
   1.198 +(1,7): unexpected-cell-in-table-body
   1.199 +#document-fragment
   1.200 +table
   1.201 +#document
   1.202 +| <a>
   1.203 +| <tbody>
   1.204 +|   <tr>
   1.205 +|     <th>
   1.206 +
   1.207 +#data
   1.208 +<a><td>
   1.209 +#errors
   1.210 +(1,3): unexpected-start-tag-implies-table-voodoo
   1.211 +(1,7): unexpected-cell-in-table-body
   1.212 +#document-fragment
   1.213 +table
   1.214 +#document
   1.215 +| <a>
   1.216 +| <tbody>
   1.217 +|   <tr>
   1.218 +|     <td>
   1.219 +
   1.220 +#data
   1.221 +<table></table><tbody>
   1.222 +#errors
   1.223 +(1,22): unexpected-start-tag
   1.224 +#document-fragment
   1.225 +caption
   1.226 +#document
   1.227 +| <table>
   1.228 +
   1.229 +#data
   1.230 +</table><span>
   1.231 +#errors
   1.232 +(1,8): unexpected-end-tag
   1.233 +(1,14): expected-closing-tag-but-got-eof
   1.234 +#document-fragment
   1.235 +caption
   1.236 +#document
   1.237 +| <span>
   1.238 +
   1.239 +#data
   1.240 +<span></table>
   1.241 +#errors
   1.242 +(1,14): unexpected-end-tag
   1.243 +(1,14): expected-closing-tag-but-got-eof
   1.244 +#document-fragment
   1.245 +caption
   1.246 +#document
   1.247 +| <span>
   1.248 +
   1.249 +#data
   1.250 +</caption><span>
   1.251 +#errors
   1.252 +(1,10): XXX-undefined-error
   1.253 +(1,16): expected-closing-tag-but-got-eof
   1.254 +#document-fragment
   1.255 +caption
   1.256 +#document
   1.257 +| <span>
   1.258 +
   1.259 +#data
   1.260 +<span></caption><span>
   1.261 +#errors
   1.262 +(1,16): XXX-undefined-error
   1.263 +(1,22): expected-closing-tag-but-got-eof
   1.264 +#document-fragment
   1.265 +caption
   1.266 +#document
   1.267 +| <span>
   1.268 +|   <span>
   1.269 +
   1.270 +#data
   1.271 +<span><caption><span>
   1.272 +#errors
   1.273 +(1,15): unexpected-start-tag
   1.274 +(1,21): expected-closing-tag-but-got-eof
   1.275 +#document-fragment
   1.276 +caption
   1.277 +#document
   1.278 +| <span>
   1.279 +|   <span>
   1.280 +
   1.281 +#data
   1.282 +<span><col><span>
   1.283 +#errors
   1.284 +(1,11): unexpected-start-tag
   1.285 +(1,17): expected-closing-tag-but-got-eof
   1.286 +#document-fragment
   1.287 +caption
   1.288 +#document
   1.289 +| <span>
   1.290 +|   <span>
   1.291 +
   1.292 +#data
   1.293 +<span><colgroup><span>
   1.294 +#errors
   1.295 +(1,16): unexpected-start-tag
   1.296 +(1,22): expected-closing-tag-but-got-eof
   1.297 +#document-fragment
   1.298 +caption
   1.299 +#document
   1.300 +| <span>
   1.301 +|   <span>
   1.302 +
   1.303 +#data
   1.304 +<span><html><span>
   1.305 +#errors
   1.306 +(1,12): non-html-root
   1.307 +(1,18): expected-closing-tag-but-got-eof
   1.308 +#document-fragment
   1.309 +caption
   1.310 +#document
   1.311 +| <span>
   1.312 +|   <span>
   1.313 +
   1.314 +#data
   1.315 +<span><tbody><span>
   1.316 +#errors
   1.317 +(1,13): unexpected-start-tag
   1.318 +(1,19): expected-closing-tag-but-got-eof
   1.319 +#document-fragment
   1.320 +caption
   1.321 +#document
   1.322 +| <span>
   1.323 +|   <span>
   1.324 +
   1.325 +#data
   1.326 +<span><td><span>
   1.327 +#errors
   1.328 +(1,10): unexpected-start-tag
   1.329 +(1,16): expected-closing-tag-but-got-eof
   1.330 +#document-fragment
   1.331 +caption
   1.332 +#document
   1.333 +| <span>
   1.334 +|   <span>
   1.335 +
   1.336 +#data
   1.337 +<span><tfoot><span>
   1.338 +#errors
   1.339 +(1,13): unexpected-start-tag
   1.340 +(1,19): expected-closing-tag-but-got-eof
   1.341 +#document-fragment
   1.342 +caption
   1.343 +#document
   1.344 +| <span>
   1.345 +|   <span>
   1.346 +
   1.347 +#data
   1.348 +<span><thead><span>
   1.349 +#errors
   1.350 +(1,13): unexpected-start-tag
   1.351 +(1,19): expected-closing-tag-but-got-eof
   1.352 +#document-fragment
   1.353 +caption
   1.354 +#document
   1.355 +| <span>
   1.356 +|   <span>
   1.357 +
   1.358 +#data
   1.359 +<span><th><span>
   1.360 +#errors
   1.361 +(1,10): unexpected-start-tag
   1.362 +(1,16): expected-closing-tag-but-got-eof
   1.363 +#document-fragment
   1.364 +caption
   1.365 +#document
   1.366 +| <span>
   1.367 +|   <span>
   1.368 +
   1.369 +#data
   1.370 +<span><tr><span>
   1.371 +#errors
   1.372 +(1,10): unexpected-start-tag
   1.373 +(1,16): expected-closing-tag-but-got-eof
   1.374 +#document-fragment
   1.375 +caption
   1.376 +#document
   1.377 +| <span>
   1.378 +|   <span>
   1.379 +
   1.380 +#data
   1.381 +<span></table><span>
   1.382 +#errors
   1.383 +(1,14): unexpected-end-tag
   1.384 +(1,20): expected-closing-tag-but-got-eof
   1.385 +#document-fragment
   1.386 +caption
   1.387 +#document
   1.388 +| <span>
   1.389 +|   <span>
   1.390 +
   1.391 +#data
   1.392 +</colgroup><col>
   1.393 +#errors
   1.394 +(1,11): XXX-undefined-error
   1.395 +#document-fragment
   1.396 +colgroup
   1.397 +#document
   1.398 +| <col>
   1.399 +
   1.400 +#data
   1.401 +<a><col>
   1.402 +#errors
   1.403 +(1,3): XXX-undefined-error
   1.404 +#document-fragment
   1.405 +colgroup
   1.406 +#document
   1.407 +| <col>
   1.408 +
   1.409 +#data
   1.410 +<caption><a>
   1.411 +#errors
   1.412 +(1,9): XXX-undefined-error
   1.413 +(1,12): unexpected-start-tag-implies-table-voodoo
   1.414 +(1,12): eof-in-table
   1.415 +#document-fragment
   1.416 +tbody
   1.417 +#document
   1.418 +| <a>
   1.419 +
   1.420 +#data
   1.421 +<col><a>
   1.422 +#errors
   1.423 +(1,5): XXX-undefined-error
   1.424 +(1,8): unexpected-start-tag-implies-table-voodoo
   1.425 +(1,8): eof-in-table
   1.426 +#document-fragment
   1.427 +tbody
   1.428 +#document
   1.429 +| <a>
   1.430 +
   1.431 +#data
   1.432 +<colgroup><a>
   1.433 +#errors
   1.434 +(1,10): XXX-undefined-error
   1.435 +(1,13): unexpected-start-tag-implies-table-voodoo
   1.436 +(1,13): eof-in-table
   1.437 +#document-fragment
   1.438 +tbody
   1.439 +#document
   1.440 +| <a>
   1.441 +
   1.442 +#data
   1.443 +<tbody><a>
   1.444 +#errors
   1.445 +(1,7): XXX-undefined-error
   1.446 +(1,10): unexpected-start-tag-implies-table-voodoo
   1.447 +(1,10): eof-in-table
   1.448 +#document-fragment
   1.449 +tbody
   1.450 +#document
   1.451 +| <a>
   1.452 +
   1.453 +#data
   1.454 +<tfoot><a>
   1.455 +#errors
   1.456 +(1,7): XXX-undefined-error
   1.457 +(1,10): unexpected-start-tag-implies-table-voodoo
   1.458 +(1,10): eof-in-table
   1.459 +#document-fragment
   1.460 +tbody
   1.461 +#document
   1.462 +| <a>
   1.463 +
   1.464 +#data
   1.465 +<thead><a>
   1.466 +#errors
   1.467 +(1,7): XXX-undefined-error
   1.468 +(1,10): unexpected-start-tag-implies-table-voodoo
   1.469 +(1,10): eof-in-table
   1.470 +#document-fragment
   1.471 +tbody
   1.472 +#document
   1.473 +| <a>
   1.474 +
   1.475 +#data
   1.476 +</table><a>
   1.477 +#errors
   1.478 +(1,8): XXX-undefined-error
   1.479 +(1,11): unexpected-start-tag-implies-table-voodoo
   1.480 +(1,11): eof-in-table
   1.481 +#document-fragment
   1.482 +tbody
   1.483 +#document
   1.484 +| <a>
   1.485 +
   1.486 +#data
   1.487 +<a><tr>
   1.488 +#errors
   1.489 +(1,3): unexpected-start-tag-implies-table-voodoo
   1.490 +#document-fragment
   1.491 +tbody
   1.492 +#document
   1.493 +| <a>
   1.494 +| <tr>
   1.495 +
   1.496 +#data
   1.497 +<a><td>
   1.498 +#errors
   1.499 +(1,3): unexpected-start-tag-implies-table-voodoo
   1.500 +(1,7): unexpected-cell-in-table-body
   1.501 +#document-fragment
   1.502 +tbody
   1.503 +#document
   1.504 +| <a>
   1.505 +| <tr>
   1.506 +|   <td>
   1.507 +
   1.508 +#data
   1.509 +<a><td>
   1.510 +#errors
   1.511 +(1,3): unexpected-start-tag-implies-table-voodoo
   1.512 +(1,7): unexpected-cell-in-table-body
   1.513 +#document-fragment
   1.514 +tbody
   1.515 +#document
   1.516 +| <a>
   1.517 +| <tr>
   1.518 +|   <td>
   1.519 +
   1.520 +#data
   1.521 +<a><td>
   1.522 +#errors
   1.523 +(1,3): unexpected-start-tag-implies-table-voodoo
   1.524 +(1,7): unexpected-cell-in-table-body
   1.525 +#document-fragment
   1.526 +tbody
   1.527 +#document
   1.528 +| <a>
   1.529 +| <tr>
   1.530 +|   <td>
   1.531 +
   1.532 +#data
   1.533 +<td><table><tbody><a><tr>
   1.534 +#errors
   1.535 +(1,4): unexpected-cell-in-table-body
   1.536 +(1,21): unexpected-start-tag-implies-table-voodoo
   1.537 +(1,25): eof-in-table
   1.538 +#document-fragment
   1.539 +tbody
   1.540 +#document
   1.541 +| <tr>
   1.542 +|   <td>
   1.543 +|     <a>
   1.544 +|     <table>
   1.545 +|       <tbody>
   1.546 +|         <tr>
   1.547 +
   1.548 +#data
   1.549 +</tr><td>
   1.550 +#errors
   1.551 +(1,5): XXX-undefined-error
   1.552 +#document-fragment
   1.553 +tr
   1.554 +#document
   1.555 +| <td>
   1.556 +
   1.557 +#data
   1.558 +<td><table><a><tr></tr><tr>
   1.559 +#errors
   1.560 +(1,14): unexpected-start-tag-implies-table-voodoo
   1.561 +(1,27): eof-in-table
   1.562 +#document-fragment
   1.563 +tr
   1.564 +#document
   1.565 +| <td>
   1.566 +|   <a>
   1.567 +|   <table>
   1.568 +|     <tbody>
   1.569 +|       <tr>
   1.570 +|       <tr>
   1.571 +
   1.572 +#data
   1.573 +<caption><td>
   1.574 +#errors
   1.575 +(1,9): XXX-undefined-error
   1.576 +#document-fragment
   1.577 +tr
   1.578 +#document
   1.579 +| <td>
   1.580 +
   1.581 +#data
   1.582 +<col><td>
   1.583 +#errors
   1.584 +(1,5): XXX-undefined-error
   1.585 +#document-fragment
   1.586 +tr
   1.587 +#document
   1.588 +| <td>
   1.589 +
   1.590 +#data
   1.591 +<colgroup><td>
   1.592 +#errors
   1.593 +(1,10): XXX-undefined-error
   1.594 +#document-fragment
   1.595 +tr
   1.596 +#document
   1.597 +| <td>
   1.598 +
   1.599 +#data
   1.600 +<tbody><td>
   1.601 +#errors
   1.602 +(1,7): XXX-undefined-error
   1.603 +#document-fragment
   1.604 +tr
   1.605 +#document
   1.606 +| <td>
   1.607 +
   1.608 +#data
   1.609 +<tfoot><td>
   1.610 +#errors
   1.611 +(1,7): XXX-undefined-error
   1.612 +#document-fragment
   1.613 +tr
   1.614 +#document
   1.615 +| <td>
   1.616 +
   1.617 +#data
   1.618 +<thead><td>
   1.619 +#errors
   1.620 +(1,7): XXX-undefined-error
   1.621 +#document-fragment
   1.622 +tr
   1.623 +#document
   1.624 +| <td>
   1.625 +
   1.626 +#data
   1.627 +<tr><td>
   1.628 +#errors
   1.629 +(1,4): XXX-undefined-error
   1.630 +#document-fragment
   1.631 +tr
   1.632 +#document
   1.633 +| <td>
   1.634 +
   1.635 +#data
   1.636 +</table><td>
   1.637 +#errors
   1.638 +(1,8): XXX-undefined-error
   1.639 +#document-fragment
   1.640 +tr
   1.641 +#document
   1.642 +| <td>
   1.643 +
   1.644 +#data
   1.645 +<td><table></table><td>
   1.646 +#errors
   1.647 +#document-fragment
   1.648 +tr
   1.649 +#document
   1.650 +| <td>
   1.651 +|   <table>
   1.652 +| <td>
   1.653 +
   1.654 +#data
   1.655 +<td><table></table><td>
   1.656 +#errors
   1.657 +#document-fragment
   1.658 +tr
   1.659 +#document
   1.660 +| <td>
   1.661 +|   <table>
   1.662 +| <td>
   1.663 +
   1.664 +#data
   1.665 +<caption><a>
   1.666 +#errors
   1.667 +(1,9): XXX-undefined-error
   1.668 +(1,12): expected-closing-tag-but-got-eof
   1.669 +#document-fragment
   1.670 +td
   1.671 +#document
   1.672 +| <a>
   1.673 +
   1.674 +#data
   1.675 +<col><a>
   1.676 +#errors
   1.677 +(1,5): XXX-undefined-error
   1.678 +(1,8): expected-closing-tag-but-got-eof
   1.679 +#document-fragment
   1.680 +td
   1.681 +#document
   1.682 +| <a>
   1.683 +
   1.684 +#data
   1.685 +<colgroup><a>
   1.686 +#errors
   1.687 +(1,10): XXX-undefined-error
   1.688 +(1,13): expected-closing-tag-but-got-eof
   1.689 +#document-fragment
   1.690 +td
   1.691 +#document
   1.692 +| <a>
   1.693 +
   1.694 +#data
   1.695 +<tbody><a>
   1.696 +#errors
   1.697 +(1,7): XXX-undefined-error
   1.698 +(1,10): expected-closing-tag-but-got-eof
   1.699 +#document-fragment
   1.700 +td
   1.701 +#document
   1.702 +| <a>
   1.703 +
   1.704 +#data
   1.705 +<tfoot><a>
   1.706 +#errors
   1.707 +(1,7): XXX-undefined-error
   1.708 +(1,10): expected-closing-tag-but-got-eof
   1.709 +#document-fragment
   1.710 +td
   1.711 +#document
   1.712 +| <a>
   1.713 +
   1.714 +#data
   1.715 +<th><a>
   1.716 +#errors
   1.717 +(1,4): XXX-undefined-error
   1.718 +(1,7): expected-closing-tag-but-got-eof
   1.719 +#document-fragment
   1.720 +td
   1.721 +#document
   1.722 +| <a>
   1.723 +
   1.724 +#data
   1.725 +<thead><a>
   1.726 +#errors
   1.727 +(1,7): XXX-undefined-error
   1.728 +(1,10): expected-closing-tag-but-got-eof
   1.729 +#document-fragment
   1.730 +td
   1.731 +#document
   1.732 +| <a>
   1.733 +
   1.734 +#data
   1.735 +<tr><a>
   1.736 +#errors
   1.737 +(1,4): XXX-undefined-error
   1.738 +(1,7): expected-closing-tag-but-got-eof
   1.739 +#document-fragment
   1.740 +td
   1.741 +#document
   1.742 +| <a>
   1.743 +
   1.744 +#data
   1.745 +</table><a>
   1.746 +#errors
   1.747 +(1,8): XXX-undefined-error
   1.748 +(1,11): expected-closing-tag-but-got-eof
   1.749 +#document-fragment
   1.750 +td
   1.751 +#document
   1.752 +| <a>
   1.753 +
   1.754 +#data
   1.755 +</tbody><a>
   1.756 +#errors
   1.757 +(1,8): XXX-undefined-error
   1.758 +(1,11): expected-closing-tag-but-got-eof
   1.759 +#document-fragment
   1.760 +td
   1.761 +#document
   1.762 +| <a>
   1.763 +
   1.764 +#data
   1.765 +</td><a>
   1.766 +#errors
   1.767 +(1,5): unexpected-end-tag
   1.768 +(1,8): expected-closing-tag-but-got-eof
   1.769 +#document-fragment
   1.770 +td
   1.771 +#document
   1.772 +| <a>
   1.773 +
   1.774 +#data
   1.775 +</tfoot><a>
   1.776 +#errors
   1.777 +(1,8): XXX-undefined-error
   1.778 +(1,11): expected-closing-tag-but-got-eof
   1.779 +#document-fragment
   1.780 +td
   1.781 +#document
   1.782 +| <a>
   1.783 +
   1.784 +#data
   1.785 +</thead><a>
   1.786 +#errors
   1.787 +(1,8): XXX-undefined-error
   1.788 +(1,11): expected-closing-tag-but-got-eof
   1.789 +#document-fragment
   1.790 +td
   1.791 +#document
   1.792 +| <a>
   1.793 +
   1.794 +#data
   1.795 +</th><a>
   1.796 +#errors
   1.797 +(1,5): unexpected-end-tag
   1.798 +(1,8): expected-closing-tag-but-got-eof
   1.799 +#document-fragment
   1.800 +td
   1.801 +#document
   1.802 +| <a>
   1.803 +
   1.804 +#data
   1.805 +</tr><a>
   1.806 +#errors
   1.807 +(1,5): XXX-undefined-error
   1.808 +(1,8): expected-closing-tag-but-got-eof
   1.809 +#document-fragment
   1.810 +td
   1.811 +#document
   1.812 +| <a>
   1.813 +
   1.814 +#data
   1.815 +<table><td><td>
   1.816 +#errors
   1.817 +(1,11): unexpected-cell-in-table-body
   1.818 +(1,15): expected-closing-tag-but-got-eof
   1.819 +#document-fragment
   1.820 +td
   1.821 +#document
   1.822 +| <table>
   1.823 +|   <tbody>
   1.824 +|     <tr>
   1.825 +|       <td>
   1.826 +|       <td>
   1.827 +
   1.828 +#data
   1.829 +</select><option>
   1.830 +#errors
   1.831 +(1,9): XXX-undefined-error
   1.832 +(1,17): eof-in-select
   1.833 +#document-fragment
   1.834 +select
   1.835 +#document
   1.836 +| <option>
   1.837 +
   1.838 +#data
   1.839 +<input><option>
   1.840 +#errors
   1.841 +(1,7): unexpected-input-in-select
   1.842 +(1,15): eof-in-select
   1.843 +#document-fragment
   1.844 +select
   1.845 +#document
   1.846 +| <option>
   1.847 +
   1.848 +#data
   1.849 +<keygen><option>
   1.850 +#errors
   1.851 +(1,8): unexpected-input-in-select
   1.852 +(1,16): eof-in-select
   1.853 +#document-fragment
   1.854 +select
   1.855 +#document
   1.856 +| <option>
   1.857 +
   1.858 +#data
   1.859 +<textarea><option>
   1.860 +#errors
   1.861 +(1,10): unexpected-input-in-select
   1.862 +(1,18): eof-in-select
   1.863 +#document-fragment
   1.864 +select
   1.865 +#document
   1.866 +| <option>
   1.867 +
   1.868 +#data
   1.869 +</html><!--abc-->
   1.870 +#errors
   1.871 +(1,7): unexpected-end-tag-after-body-innerhtml
   1.872 +#document-fragment
   1.873 +html
   1.874 +#document
   1.875 +| <head>
   1.876 +| <body>
   1.877 +| <!-- abc -->
   1.878 +
   1.879 +#data
   1.880 +</frameset><frame>
   1.881 +#errors
   1.882 +(1,11): unexpected-frameset-in-frameset-innerhtml
   1.883 +#document-fragment
   1.884 +frameset
   1.885 +#document
   1.886 +| <frame>
   1.887 +
   1.888 +#data
   1.889 +#errors
   1.890 +#document-fragment
   1.891 +html
   1.892 +#document
   1.893 +| <head>
   1.894 +| <body>
   1.895 +
   1.896 +#data
   1.897 +<head></head><script></script>
   1.898 +#errors
   1.899 +21: “script” element between “head” and “body”.
   1.900 +#document-fragment
   1.901 +html
   1.902 +#document
   1.903 +| <head>
   1.904 +|   <script>
   1.905 +| <body>

mercurial