parser/htmlparser/tests/mochitest/html5lib_tree_construction/template.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/template.dat	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,1418 @@
     1.4 +#data
     1.5 +<body><template>Hello</template>
     1.6 +#errors
     1.7 +#document
     1.8 +| <html>
     1.9 +|   <head>
    1.10 +|   <body>
    1.11 +|     <template>
    1.12 +|       content
    1.13 +|         "Hello"
    1.14 +
    1.15 +#data
    1.16 +<template>Hello</template>
    1.17 +#errors
    1.18 +#document
    1.19 +| <html>
    1.20 +|   <head>
    1.21 +|     <template>
    1.22 +|       content
    1.23 +|         "Hello"
    1.24 +|   <body>
    1.25 +
    1.26 +#data
    1.27 +<template></template><div></div>
    1.28 +#errors
    1.29 +#document
    1.30 +| <html>
    1.31 +|   <head>
    1.32 +|     <template>
    1.33 +|       content
    1.34 +|   <body>
    1.35 +|     <div>
    1.36 +
    1.37 +#data
    1.38 +<html><template>Hello</template>
    1.39 +#errors
    1.40 +#document
    1.41 +| <html>
    1.42 +|   <head>
    1.43 +|     <template>
    1.44 +|       content
    1.45 +|         "Hello"
    1.46 +|   <body>
    1.47 +
    1.48 +#data
    1.49 +<head><template><div></div></template></head>
    1.50 +#errors
    1.51 +#document
    1.52 +| <html>
    1.53 +|   <head>
    1.54 +|     <template>
    1.55 +|       content
    1.56 +|         <div>
    1.57 +|   <body>
    1.58 +
    1.59 +#data
    1.60 +<div><template><div><span></template><b>
    1.61 +#errors
    1.62 +#document
    1.63 +| <html>
    1.64 +|   <head>
    1.65 +|   <body>
    1.66 +|     <div>
    1.67 +|       <template>
    1.68 +|         content
    1.69 +|           <div>
    1.70 +|             <span>
    1.71 +|       <b>
    1.72 +
    1.73 +#data
    1.74 +<div><template></div>Hello
    1.75 +#errors
    1.76 +#document
    1.77 +| <html>
    1.78 +|   <head>
    1.79 +|   <body>
    1.80 +|     <div>
    1.81 +|       <template>
    1.82 +|         content
    1.83 +|           "Hello"
    1.84 +
    1.85 +#data
    1.86 +<div></template></div>
    1.87 +#errors
    1.88 +#document
    1.89 +| <html>
    1.90 +|   <head>
    1.91 +|   <body>
    1.92 +|     <div>
    1.93 +
    1.94 +#data
    1.95 +<table><template></template></table>
    1.96 +#errors
    1.97 +#document
    1.98 +| <html>
    1.99 +|   <head>
   1.100 +|   <body>
   1.101 +|     <table>
   1.102 +|       <template>
   1.103 +|         content
   1.104 +
   1.105 +#data
   1.106 +<table><template></template></div>
   1.107 +#errors
   1.108 +#document
   1.109 +| <html>
   1.110 +|   <head>
   1.111 +|   <body>
   1.112 +|     <table>
   1.113 +|       <template>
   1.114 +|         content
   1.115 +
   1.116 +#data
   1.117 +<table><div><template></template></div>
   1.118 +#errors
   1.119 +#document
   1.120 +| <html>
   1.121 +|   <head>
   1.122 +|   <body>
   1.123 +|     <div>
   1.124 +|       <template>
   1.125 +|         content
   1.126 +|     <table>
   1.127 +
   1.128 +#data
   1.129 +<table><template></template><div></div>
   1.130 +#errors
   1.131 +#document
   1.132 +| <html>
   1.133 +|   <head>
   1.134 +|   <body>
   1.135 +|     <div>
   1.136 +|     <table>
   1.137 +|       <template>
   1.138 +|         content
   1.139 +
   1.140 +#data
   1.141 +<table>   <template></template></table>
   1.142 +#errors
   1.143 +#document
   1.144 +| <html>
   1.145 +|   <head>
   1.146 +|   <body>
   1.147 +|     <table>
   1.148 +|       "   "
   1.149 +|       <template>
   1.150 +|         content
   1.151 +
   1.152 +#data
   1.153 +<table><tbody><template></template></tbody>
   1.154 +#errors
   1.155 +#document
   1.156 +| <html>
   1.157 +|   <head>
   1.158 +|   <body>
   1.159 +|     <table>
   1.160 +|       <tbody>
   1.161 +|         <template>
   1.162 +|           content
   1.163 +
   1.164 +#data
   1.165 +<table><tbody><template></tbody></template>
   1.166 +#errors
   1.167 +#document
   1.168 +| <html>
   1.169 +|   <head>
   1.170 +|   <body>
   1.171 +|     <table>
   1.172 +|       <tbody>
   1.173 +|         <template>
   1.174 +|           content
   1.175 +
   1.176 +#data
   1.177 +<table><tbody><template></template></tbody></table>
   1.178 +#errors
   1.179 +#document
   1.180 +| <html>
   1.181 +|   <head>
   1.182 +|   <body>
   1.183 +|     <table>
   1.184 +|       <tbody>
   1.185 +|         <template>
   1.186 +|           content
   1.187 +
   1.188 +#data
   1.189 +<table><thead><template></template></thead>
   1.190 +#errors
   1.191 +#document
   1.192 +| <html>
   1.193 +|   <head>
   1.194 +|   <body>
   1.195 +|     <table>
   1.196 +|       <thead>
   1.197 +|         <template>
   1.198 +|           content
   1.199 +
   1.200 +#data
   1.201 +<table><tfoot><template></template></tfoot>
   1.202 +#errors
   1.203 +#document
   1.204 +| <html>
   1.205 +|   <head>
   1.206 +|   <body>
   1.207 +|     <table>
   1.208 +|       <tfoot>
   1.209 +|         <template>
   1.210 +|           content
   1.211 +
   1.212 +#data
   1.213 +<select><template></template></select>
   1.214 +#errors
   1.215 +#document
   1.216 +| <html>
   1.217 +|   <head>
   1.218 +|   <body>
   1.219 +|     <select>
   1.220 +|       <template>
   1.221 +|         content
   1.222 +
   1.223 +#data
   1.224 +<select><template><option></option></template></select>
   1.225 +#errors
   1.226 +#document
   1.227 +| <html>
   1.228 +|   <head>
   1.229 +|   <body>
   1.230 +|     <select>
   1.231 +|       <template>
   1.232 +|         content
   1.233 +|           <option>
   1.234 +
   1.235 +#data
   1.236 +<template><option></option></select><option></option></template>
   1.237 +#errors
   1.238 +#document
   1.239 +| <html>
   1.240 +|   <head>
   1.241 +|     <template>
   1.242 +|       content
   1.243 +|         <option>
   1.244 +|         <option>
   1.245 +|   <body>
   1.246 +
   1.247 +#data
   1.248 +<select><template></template><option></select>
   1.249 +#errors
   1.250 +#document
   1.251 +| <html>
   1.252 +|   <head>
   1.253 +|   <body>
   1.254 +|     <select>
   1.255 +|       <template>
   1.256 +|         content
   1.257 +|       <option>
   1.258 +
   1.259 +#data
   1.260 +<select><option><template></template></select>
   1.261 +#errors
   1.262 +#document
   1.263 +| <html>
   1.264 +|   <head>
   1.265 +|   <body>
   1.266 +|     <select>
   1.267 +|       <option>
   1.268 +|         <template>
   1.269 +|           content
   1.270 +
   1.271 +#data
   1.272 +<select><template>
   1.273 +#errors
   1.274 +#document
   1.275 +| <html>
   1.276 +|   <head>
   1.277 +|   <body>
   1.278 +|     <select>
   1.279 +|       <template>
   1.280 +|         content
   1.281 +
   1.282 +#data
   1.283 +<select><option></option><template>
   1.284 +#errors
   1.285 +#document
   1.286 +| <html>
   1.287 +|   <head>
   1.288 +|   <body>
   1.289 +|     <select>
   1.290 +|       <option>
   1.291 +|       <template>
   1.292 +|         content
   1.293 +
   1.294 +#data
   1.295 +<select><option></option><template><option>
   1.296 +#errors
   1.297 +#document
   1.298 +| <html>
   1.299 +|   <head>
   1.300 +|   <body>
   1.301 +|     <select>
   1.302 +|       <option>
   1.303 +|       <template>
   1.304 +|         content
   1.305 +|           <option>
   1.306 +
   1.307 +#data
   1.308 +<table><thead><template><td></template></table>
   1.309 +#errors
   1.310 +#document
   1.311 +| <html>
   1.312 +|   <head>
   1.313 +|   <body>
   1.314 +|     <table>
   1.315 +|       <thead>
   1.316 +|         <template>
   1.317 +|           content
   1.318 +|             <td>
   1.319 +
   1.320 +#data
   1.321 +<table><template><thead></template></table>
   1.322 +#errors
   1.323 +#document
   1.324 +| <html>
   1.325 +|   <head>
   1.326 +|   <body>
   1.327 +|     <table>
   1.328 +|       <template>
   1.329 +|         content
   1.330 +|           <thead>
   1.331 +
   1.332 +#data
   1.333 +<body><table><template><td></tr><div></template></table>
   1.334 +#errors
   1.335 +#document
   1.336 +| <html>
   1.337 +|   <head>
   1.338 +|   <body>
   1.339 +|     <table>
   1.340 +|       <template>
   1.341 +|         content
   1.342 +|           <td>
   1.343 +|             <div>
   1.344 +
   1.345 +#data
   1.346 +<table><template><thead></template></thead></table>
   1.347 +#errors
   1.348 +#document
   1.349 +| <html>
   1.350 +|   <head>
   1.351 +|   <body>
   1.352 +|     <table>
   1.353 +|       <template>
   1.354 +|         content
   1.355 +|           <thead>
   1.356 +
   1.357 +#data
   1.358 +<table><thead><template><tr></template></table>
   1.359 +#errors
   1.360 +#document
   1.361 +| <html>
   1.362 +|   <head>
   1.363 +|   <body>
   1.364 +|     <table>
   1.365 +|       <thead>
   1.366 +|         <template>
   1.367 +|           content
   1.368 +|             <tr>
   1.369 +
   1.370 +#data
   1.371 +<table><template><tr></template></table>
   1.372 +#errors
   1.373 +#document
   1.374 +| <html>
   1.375 +|   <head>
   1.376 +|   <body>
   1.377 +|     <table>
   1.378 +|       <template>
   1.379 +|         content
   1.380 +|           <tr>
   1.381 +
   1.382 +#data
   1.383 +<table><tr><template><td>
   1.384 +#errors
   1.385 +#document
   1.386 +| <html>
   1.387 +|   <head>
   1.388 +|   <body>
   1.389 +|     <table>
   1.390 +|       <tbody>
   1.391 +|         <tr>
   1.392 +|           <template>
   1.393 +|             content
   1.394 +|               <td>
   1.395 +
   1.396 +#data
   1.397 +<table><template><tr><template><td></template></tr></template></table>
   1.398 +#errors
   1.399 +#document
   1.400 +| <html>
   1.401 +|   <head>
   1.402 +|   <body>
   1.403 +|     <table>
   1.404 +|       <template>
   1.405 +|         content
   1.406 +|           <tr>
   1.407 +|             <template>
   1.408 +|               content
   1.409 +|                 <td>
   1.410 +
   1.411 +#data
   1.412 +<table><template><tr><template><td></td></template></tr></template></table>
   1.413 +#errors
   1.414 +#document
   1.415 +| <html>
   1.416 +|   <head>
   1.417 +|   <body>
   1.418 +|     <table>
   1.419 +|       <template>
   1.420 +|         content
   1.421 +|           <tr>
   1.422 +|             <template>
   1.423 +|               content
   1.424 +|                 <td>
   1.425 +
   1.426 +#data
   1.427 +<table><template><td></template>
   1.428 +#errors
   1.429 +#document
   1.430 +| <html>
   1.431 +|   <head>
   1.432 +|   <body>
   1.433 +|     <table>
   1.434 +|       <template>
   1.435 +|         content
   1.436 +|           <td>
   1.437 +
   1.438 +#data
   1.439 +<body><template><td></td></template>
   1.440 +#errors
   1.441 +#document
   1.442 +| <html>
   1.443 +|   <head>
   1.444 +|   <body>
   1.445 +|     <template>
   1.446 +|       content
   1.447 +|         <td>
   1.448 +
   1.449 +#data
   1.450 +<body><template><template><tr></tr></template><td></td></template>
   1.451 +#errors
   1.452 +#document
   1.453 +| <html>
   1.454 +|   <head>
   1.455 +|   <body>
   1.456 +|     <template>
   1.457 +|       content
   1.458 +|         <template>
   1.459 +|           content
   1.460 +|             <tr>
   1.461 +|         <td>
   1.462 +
   1.463 +#data
   1.464 +<table><colgroup><template><col>
   1.465 +#errors
   1.466 +#document
   1.467 +| <html>
   1.468 +|   <head>
   1.469 +|   <body>
   1.470 +|     <table>
   1.471 +|       <colgroup>
   1.472 +|         <template>
   1.473 +|           content
   1.474 +|             <col>
   1.475 +
   1.476 +#data
   1.477 +<frameset><template><frame></frame></template></frameset>
   1.478 +#errors
   1.479 +#document
   1.480 +| <html>
   1.481 +|   <head>
   1.482 +|   <frameset>
   1.483 +|     <frame>
   1.484 +
   1.485 +#data
   1.486 +<template><frame></frame></frameset><frame></frame></template>
   1.487 +#errors
   1.488 +#document
   1.489 +| <html>
   1.490 +|   <head>
   1.491 +|     <template>
   1.492 +|       content
   1.493 +|   <body>
   1.494 +
   1.495 +#data
   1.496 +<template><div><frameset><span></span></div><span></span></template>
   1.497 +#errors
   1.498 +#document
   1.499 +| <html>
   1.500 +|   <head>
   1.501 +|     <template>
   1.502 +|       content
   1.503 +|         <div>
   1.504 +|           <span>
   1.505 +|         <span>
   1.506 +|   <body>
   1.507 +
   1.508 +#data
   1.509 +<body><template><div><frameset><span></span></div><span></span></template></body>
   1.510 +#errors
   1.511 +#document
   1.512 +| <html>
   1.513 +|   <head>
   1.514 +|   <body>
   1.515 +|     <template>
   1.516 +|       content
   1.517 +|         <div>
   1.518 +|           <span>
   1.519 +|         <span>
   1.520 +
   1.521 +#data
   1.522 +<body><template><script>var i = 1;</script><td></td></template>
   1.523 +#errors
   1.524 +#document
   1.525 +| <html>
   1.526 +|   <head>
   1.527 +|   <body>
   1.528 +|     <template>
   1.529 +|       content
   1.530 +|         <script>
   1.531 +|           "var i = 1;"
   1.532 +|         <td>
   1.533 +
   1.534 +#data
   1.535 +<body><template><tr><div></div></tr></template>
   1.536 +#errors
   1.537 +#document
   1.538 +| <html>
   1.539 +|   <head>
   1.540 +|   <body>
   1.541 +|     <template>
   1.542 +|       content
   1.543 +|         <tr>
   1.544 +|         <div>
   1.545 +
   1.546 +#data
   1.547 +<body><template><tr>Foo</tr></template>
   1.548 +#errors
   1.549 +#document
   1.550 +| <html>
   1.551 +|   <head>
   1.552 +|   <body>
   1.553 +|     <template>
   1.554 +|       content
   1.555 +|         <tr>
   1.556 +|         "Foo"
   1.557 +
   1.558 +#data
   1.559 +<body><template><tr></tr><td></td></template>
   1.560 +#errors
   1.561 +#document
   1.562 +| <html>
   1.563 +|   <head>
   1.564 +|   <body>
   1.565 +|     <template>
   1.566 +|       content
   1.567 +|         <tr>
   1.568 +|         <tr>
   1.569 +|           <td>
   1.570 +
   1.571 +#data
   1.572 +<body><template><td></td></tr><td></td></template>
   1.573 +#errors
   1.574 +#document
   1.575 +| <html>
   1.576 +|   <head>
   1.577 +|   <body>
   1.578 +|     <template>
   1.579 +|       content
   1.580 +|         <td>
   1.581 +|         <td>
   1.582 +
   1.583 +#data
   1.584 +<body><template><td></td><tbody><td></td></template>
   1.585 +#errors
   1.586 +#document
   1.587 +| <html>
   1.588 +|   <head>
   1.589 +|   <body>
   1.590 +|     <template>
   1.591 +|       content
   1.592 +|         <td>
   1.593 +|         <td>
   1.594 +
   1.595 +#data
   1.596 +<body><template><td></td><caption></caption><td></td></template>
   1.597 +#errors
   1.598 +#document
   1.599 +| <html>
   1.600 +|   <head>
   1.601 +|   <body>
   1.602 +|     <template>
   1.603 +|       content
   1.604 +|         <td>
   1.605 +|         <td>
   1.606 +
   1.607 +#data
   1.608 +<body><template><td></td><colgroup></caption><td></td></template>
   1.609 +#errors
   1.610 +#document
   1.611 +| <html>
   1.612 +|   <head>
   1.613 +|   <body>
   1.614 +|     <template>
   1.615 +|       content
   1.616 +|         <td>
   1.617 +|         <td>
   1.618 +
   1.619 +#data
   1.620 +<body><template><td></td></table><td></td></template>
   1.621 +#errors
   1.622 +#document
   1.623 +| <html>
   1.624 +|   <head>
   1.625 +|   <body>
   1.626 +|     <template>
   1.627 +|       content
   1.628 +|         <td>
   1.629 +|         <td>
   1.630 +
   1.631 +#data
   1.632 +<body><template><tr></tr><tbody><tr></tr></template>
   1.633 +#errors
   1.634 +#document
   1.635 +| <html>
   1.636 +|   <head>
   1.637 +|   <body>
   1.638 +|     <template>
   1.639 +|       content
   1.640 +|         <tr>
   1.641 +|         <tr>
   1.642 +
   1.643 +#data
   1.644 +<body><template><tr></tr><caption><tr></tr></template>
   1.645 +#errors
   1.646 +#document
   1.647 +| <html>
   1.648 +|   <head>
   1.649 +|   <body>
   1.650 +|     <template>
   1.651 +|       content
   1.652 +|         <tr>
   1.653 +|         <tr>
   1.654 +
   1.655 +#data
   1.656 +<body><template><tr></tr></table><tr></tr></template>
   1.657 +#errors
   1.658 +#document
   1.659 +| <html>
   1.660 +|   <head>
   1.661 +|   <body>
   1.662 +|     <template>
   1.663 +|       content
   1.664 +|         <tr>
   1.665 +|         <tr>
   1.666 +
   1.667 +#data
   1.668 +<body><template><thead></thead><caption></caption><tbody></tbody></template>
   1.669 +#errors
   1.670 +#document
   1.671 +| <html>
   1.672 +|   <head>
   1.673 +|   <body>
   1.674 +|     <template>
   1.675 +|       content
   1.676 +|         <thead>
   1.677 +|         <caption>
   1.678 +|         <tbody>
   1.679 +
   1.680 +#data
   1.681 +<body><template><thead></thead></table><tbody></tbody></template></body>
   1.682 +#errors
   1.683 +#document
   1.684 +| <html>
   1.685 +|   <head>
   1.686 +|   <body>
   1.687 +|     <template>
   1.688 +|       content
   1.689 +|         <thead>
   1.690 +|         <tbody>
   1.691 +
   1.692 +#data
   1.693 +<body><template><div><tr></tr></div></template>
   1.694 +#errors
   1.695 +#document
   1.696 +| <html>
   1.697 +|   <head>
   1.698 +|   <body>
   1.699 +|     <template>
   1.700 +|       content
   1.701 +|         <div>
   1.702 +
   1.703 +#data
   1.704 +<body><template><em>Hello</em></template>
   1.705 +#errors
   1.706 +#document
   1.707 +| <html>
   1.708 +|   <head>
   1.709 +|   <body>
   1.710 +|     <template>
   1.711 +|       content
   1.712 +|         <em>
   1.713 +|           "Hello"
   1.714 +
   1.715 +#data
   1.716 +<body><template><!--comment--></template>
   1.717 +#errors
   1.718 +#document
   1.719 +| <html>
   1.720 +|   <head>
   1.721 +|   <body>
   1.722 +|     <template>
   1.723 +|       content
   1.724 +|         <!-- comment -->
   1.725 +
   1.726 +#data
   1.727 +<body><template><style></style><td></td></template>
   1.728 +#errors
   1.729 +#document
   1.730 +| <html>
   1.731 +|   <head>
   1.732 +|   <body>
   1.733 +|     <template>
   1.734 +|       content
   1.735 +|         <style>
   1.736 +|         <td>
   1.737 +
   1.738 +#data
   1.739 +<body><template><meta><td></td></template>
   1.740 +#errors
   1.741 +#document
   1.742 +| <html>
   1.743 +|   <head>
   1.744 +|   <body>
   1.745 +|     <template>
   1.746 +|       content
   1.747 +|         <meta>
   1.748 +|         <td>
   1.749 +
   1.750 +#data
   1.751 +<body><template><link><td></td></template>
   1.752 +#errors
   1.753 +#document
   1.754 +| <html>
   1.755 +|   <head>
   1.756 +|   <body>
   1.757 +|     <template>
   1.758 +|       content
   1.759 +|         <link>
   1.760 +|         <td>
   1.761 +
   1.762 +#data
   1.763 +<body><template><template><tr></tr></template><td></td></template>
   1.764 +#errors
   1.765 +#document
   1.766 +| <html>
   1.767 +|   <head>
   1.768 +|   <body>
   1.769 +|     <template>
   1.770 +|       content
   1.771 +|         <template>
   1.772 +|           content
   1.773 +|             <tr>
   1.774 +|         <td>
   1.775 +
   1.776 +#data
   1.777 +<body><table><colgroup><template><col></col></template></colgroup></table></body>
   1.778 +#errors
   1.779 +#document
   1.780 +| <html>
   1.781 +|   <head>
   1.782 +|   <body>
   1.783 +|     <table>
   1.784 +|       <colgroup>
   1.785 +|         <template>
   1.786 +|           content
   1.787 +|             <col>
   1.788 +
   1.789 +#data
   1.790 +<body a=b><template><div></div><body c=d><div></div></body></template></body>
   1.791 +#errors
   1.792 +#document
   1.793 +| <html>
   1.794 +|   <head>
   1.795 +|   <body>
   1.796 +|     a="b"
   1.797 +|     <template>
   1.798 +|       content
   1.799 +|         <div>
   1.800 +|         <div>
   1.801 +
   1.802 +#data
   1.803 +<html a=b><template><div><html b=c><span></template>
   1.804 +#errors
   1.805 +#document
   1.806 +| <html>
   1.807 +|   a="b"
   1.808 +|   <head>
   1.809 +|     <template>
   1.810 +|       content
   1.811 +|         <div>
   1.812 +|           <span>
   1.813 +|   <body>
   1.814 +
   1.815 +#data
   1.816 +<html a=b><template><col></col><html b=c><col></col></template>
   1.817 +#errors
   1.818 +#document
   1.819 +| <html>
   1.820 +|   a="b"
   1.821 +|   <head>
   1.822 +|     <template>
   1.823 +|       content
   1.824 +|         <col>
   1.825 +|         <col>
   1.826 +|   <body>
   1.827 +
   1.828 +#data
   1.829 +<html a=b><template><frame></frame><html b=c><frame></frame></template>
   1.830 +#errors
   1.831 +#document
   1.832 +| <html>
   1.833 +|   a="b"
   1.834 +|   <head>
   1.835 +|     <template>
   1.836 +|       content
   1.837 +|   <body>
   1.838 +
   1.839 +#data
   1.840 +<body><template><tr></tr><template></template><td></td></template>
   1.841 +#errors
   1.842 +#document
   1.843 +| <html>
   1.844 +|   <head>
   1.845 +|   <body>
   1.846 +|     <template>
   1.847 +|       content
   1.848 +|         <tr>
   1.849 +|         <template>
   1.850 +|           content
   1.851 +|         <tr>
   1.852 +|           <td>
   1.853 +
   1.854 +#data
   1.855 +<body><template><thead></thead><template><tr></tr></template><tr></tr><tfoot></tfoot></template>
   1.856 +#errors
   1.857 +#document
   1.858 +| <html>
   1.859 +|   <head>
   1.860 +|   <body>
   1.861 +|     <template>
   1.862 +|       content
   1.863 +|         <thead>
   1.864 +|         <template>
   1.865 +|           content
   1.866 +|             <tr>
   1.867 +|         <tbody>
   1.868 +|           <tr>
   1.869 +|         <tfoot>
   1.870 +
   1.871 +#data
   1.872 +<body><template><template><b><template></template></template>text</template>
   1.873 +#errors
   1.874 +#document
   1.875 +| <html>
   1.876 +|   <head>
   1.877 +|   <body>
   1.878 +|     <template>
   1.879 +|       content
   1.880 +|         <template>
   1.881 +|           content
   1.882 +|             <b>
   1.883 +|               <template>
   1.884 +|                 content
   1.885 +|         "text"
   1.886 +
   1.887 +#data
   1.888 +<body><template><col><colgroup>
   1.889 +#errors
   1.890 +#document
   1.891 +| <html>
   1.892 +|   <head>
   1.893 +|   <body>
   1.894 +|     <template>
   1.895 +|       content
   1.896 +|         <col>
   1.897 +
   1.898 +#data
   1.899 +<body><template><col></colgroup>
   1.900 +#errors
   1.901 +#document
   1.902 +| <html>
   1.903 +|   <head>
   1.904 +|   <body>
   1.905 +|     <template>
   1.906 +|       content
   1.907 +|         <col>
   1.908 +
   1.909 +#data
   1.910 +<body><template><col><colgroup></template></body>
   1.911 +#errors
   1.912 +#document
   1.913 +| <html>
   1.914 +|   <head>
   1.915 +|   <body>
   1.916 +|     <template>
   1.917 +|       content
   1.918 +|         <col>
   1.919 +
   1.920 +#data
   1.921 +<body><template><col><div>
   1.922 +#errors
   1.923 +#document
   1.924 +| <html>
   1.925 +|   <head>
   1.926 +|   <body>
   1.927 +|     <template>
   1.928 +|       content
   1.929 +|         <col>
   1.930 +
   1.931 +#data
   1.932 +<body><template><col></div>
   1.933 +#errors
   1.934 +#document
   1.935 +| <html>
   1.936 +|   <head>
   1.937 +|   <body>
   1.938 +|     <template>
   1.939 +|       content
   1.940 +|         <col>
   1.941 +
   1.942 +#data
   1.943 +<body><template><col>Hello
   1.944 +#errors
   1.945 +#document
   1.946 +| <html>
   1.947 +|   <head>
   1.948 +|   <body>
   1.949 +|     <template>
   1.950 +|       content
   1.951 +|         <col>
   1.952 +
   1.953 +#data
   1.954 +<body><template><i><menu>Foo</i>
   1.955 +#errors
   1.956 +#document
   1.957 +| <html>
   1.958 +|   <head>
   1.959 +|   <body>
   1.960 +|     <template>
   1.961 +|       content
   1.962 +|         <i>
   1.963 +|         <menu>
   1.964 +|           <i>
   1.965 +|             "Foo"
   1.966 +
   1.967 +#data
   1.968 +<body><template></div><div>Foo</div><template></template><tr></tr>
   1.969 +#errors
   1.970 +#document
   1.971 +| <html>
   1.972 +|   <head>
   1.973 +|   <body>
   1.974 +|     <template>
   1.975 +|       content
   1.976 +|         <div>
   1.977 +|           "Foo"
   1.978 +|         <template>
   1.979 +|           content
   1.980 +
   1.981 +#data
   1.982 +<body><div><template></div><tr><td>Foo</td></tr></template>
   1.983 +#errors
   1.984 +#document
   1.985 +| <html>
   1.986 +|   <head>
   1.987 +|   <body>
   1.988 +|     <div>
   1.989 +|       <template>
   1.990 +|         content
   1.991 +|           <tr>
   1.992 +|             <td>
   1.993 +|               "Foo"
   1.994 +
   1.995 +#data
   1.996 +<template></figcaption><sub><table></table>
   1.997 +#errors
   1.998 +#document
   1.999 +| <html>
  1.1000 +|   <head>
  1.1001 +|     <template>
  1.1002 +|       content
  1.1003 +|         <sub>
  1.1004 +|           <table>
  1.1005 +|   <body>
  1.1006 +
  1.1007 +#data
  1.1008 +<template><template>
  1.1009 +#errors
  1.1010 +#document
  1.1011 +| <html>
  1.1012 +|   <head>
  1.1013 +|     <template>
  1.1014 +|       content
  1.1015 +|         <template>
  1.1016 +|           content
  1.1017 +|   <body>
  1.1018 +
  1.1019 +#data
  1.1020 +<template><div>
  1.1021 +#errors
  1.1022 +#document
  1.1023 +| <html>
  1.1024 +|   <head>
  1.1025 +|     <template>
  1.1026 +|       content
  1.1027 +|         <div>
  1.1028 +|   <body>
  1.1029 +
  1.1030 +#data
  1.1031 +<template><template><div>
  1.1032 +#errors
  1.1033 +#document
  1.1034 +| <html>
  1.1035 +|   <head>
  1.1036 +|     <template>
  1.1037 +|       content
  1.1038 +|         <template>
  1.1039 +|           content
  1.1040 +|             <div>
  1.1041 +|   <body>
  1.1042 +
  1.1043 +#data
  1.1044 +<template><template><table>
  1.1045 +#errors
  1.1046 +#document
  1.1047 +| <html>
  1.1048 +|   <head>
  1.1049 +|     <template>
  1.1050 +|       content
  1.1051 +|         <template>
  1.1052 +|           content
  1.1053 +|             <table>
  1.1054 +|   <body>
  1.1055 +
  1.1056 +#data
  1.1057 +<template><template><tbody>
  1.1058 +#errors
  1.1059 +#document
  1.1060 +| <html>
  1.1061 +|   <head>
  1.1062 +|     <template>
  1.1063 +|       content
  1.1064 +|         <template>
  1.1065 +|           content
  1.1066 +|             <tbody>
  1.1067 +|   <body>
  1.1068 +
  1.1069 +#data
  1.1070 +<template><template><tr>
  1.1071 +#errors
  1.1072 +#document
  1.1073 +| <html>
  1.1074 +|   <head>
  1.1075 +|     <template>
  1.1076 +|       content
  1.1077 +|         <template>
  1.1078 +|           content
  1.1079 +|             <tr>
  1.1080 +|   <body>
  1.1081 +
  1.1082 +#data
  1.1083 +<template><template><td>
  1.1084 +#errors
  1.1085 +#document
  1.1086 +| <html>
  1.1087 +|   <head>
  1.1088 +|     <template>
  1.1089 +|       content
  1.1090 +|         <template>
  1.1091 +|           content
  1.1092 +|             <td>
  1.1093 +|   <body>
  1.1094 +
  1.1095 +#data
  1.1096 +<template><template><caption>
  1.1097 +#errors
  1.1098 +#document
  1.1099 +| <html>
  1.1100 +|   <head>
  1.1101 +|     <template>
  1.1102 +|       content
  1.1103 +|         <template>
  1.1104 +|           content
  1.1105 +|             <caption>
  1.1106 +|   <body>
  1.1107 +
  1.1108 +#data
  1.1109 +<template><template><colgroup>
  1.1110 +#errors
  1.1111 +#document
  1.1112 +| <html>
  1.1113 +|   <head>
  1.1114 +|     <template>
  1.1115 +|       content
  1.1116 +|         <template>
  1.1117 +|           content
  1.1118 +|             <colgroup>
  1.1119 +|   <body>
  1.1120 +
  1.1121 +#data
  1.1122 +<template><template><col>
  1.1123 +#errors
  1.1124 +#document
  1.1125 +| <html>
  1.1126 +|   <head>
  1.1127 +|     <template>
  1.1128 +|       content
  1.1129 +|         <template>
  1.1130 +|           content
  1.1131 +|             <col>
  1.1132 +|   <body>
  1.1133 +
  1.1134 +#data
  1.1135 +<template><template><tbody><select>
  1.1136 +#errors
  1.1137 +#document
  1.1138 +| <html>
  1.1139 +|   <head>
  1.1140 +|     <template>
  1.1141 +|       content
  1.1142 +|         <template>
  1.1143 +|           content
  1.1144 +|             <tbody>
  1.1145 +|             <select>
  1.1146 +|   <body>
  1.1147 +
  1.1148 +#data
  1.1149 +<template><template><table>Foo
  1.1150 +#errors
  1.1151 +#document
  1.1152 +| <html>
  1.1153 +|   <head>
  1.1154 +|     <template>
  1.1155 +|       content
  1.1156 +|         <template>
  1.1157 +|           content
  1.1158 +|             "Foo"
  1.1159 +|             <table>
  1.1160 +|   <body>
  1.1161 +
  1.1162 +#data
  1.1163 +<template><template><table><div>
  1.1164 +#errors
  1.1165 +#document
  1.1166 +| <html>
  1.1167 +|   <head>
  1.1168 +|     <template>
  1.1169 +|       content
  1.1170 +|         <template>
  1.1171 +|           content
  1.1172 +|             <div>
  1.1173 +|             <table>
  1.1174 +|   <body>
  1.1175 +
  1.1176 +#data
  1.1177 +<template><template><frame>
  1.1178 +#errors
  1.1179 +#document
  1.1180 +| <html>
  1.1181 +|   <head>
  1.1182 +|     <template>
  1.1183 +|       content
  1.1184 +|         <template>
  1.1185 +|           content
  1.1186 +|   <body>
  1.1187 +
  1.1188 +#data
  1.1189 +<template><template><script>var i
  1.1190 +#errors
  1.1191 +#document
  1.1192 +| <html>
  1.1193 +|   <head>
  1.1194 +|     <template>
  1.1195 +|       content
  1.1196 +|         <template>
  1.1197 +|           content
  1.1198 +|             <script>
  1.1199 +|               "var i"
  1.1200 +|   <body>
  1.1201 +
  1.1202 +#data
  1.1203 +<template><template><style>var i
  1.1204 +#errors
  1.1205 +#document
  1.1206 +| <html>
  1.1207 +|   <head>
  1.1208 +|     <template>
  1.1209 +|       content
  1.1210 +|         <template>
  1.1211 +|           content
  1.1212 +|             <style>
  1.1213 +|               "var i"
  1.1214 +|   <body>
  1.1215 +
  1.1216 +#data
  1.1217 +<template><table></template><body><span>Foo
  1.1218 +#errors
  1.1219 +#document
  1.1220 +| <html>
  1.1221 +|   <head>
  1.1222 +|     <template>
  1.1223 +|       content
  1.1224 +|         <table>
  1.1225 +|   <body>
  1.1226 +|     <span>
  1.1227 +|       "Foo"
  1.1228 +
  1.1229 +#data
  1.1230 +<template><td></template><body><span>Foo
  1.1231 +#errors
  1.1232 +#document
  1.1233 +| <html>
  1.1234 +|   <head>
  1.1235 +|     <template>
  1.1236 +|       content
  1.1237 +|         <td>
  1.1238 +|   <body>
  1.1239 +|     <span>
  1.1240 +|       "Foo"
  1.1241 +
  1.1242 +#data
  1.1243 +<template><object></template><body><span>Foo
  1.1244 +#errors
  1.1245 +#document
  1.1246 +| <html>
  1.1247 +|   <head>
  1.1248 +|     <template>
  1.1249 +|       content
  1.1250 +|         <object>
  1.1251 +|   <body>
  1.1252 +|     <span>
  1.1253 +|       "Foo"
  1.1254 +
  1.1255 +#data
  1.1256 +<template><svg><template>
  1.1257 +#errors
  1.1258 +#document
  1.1259 +| <html>
  1.1260 +|   <head>
  1.1261 +|     <template>
  1.1262 +|       content
  1.1263 +|         <svg svg>
  1.1264 +|           <svg template>
  1.1265 +|   <body>
  1.1266 +
  1.1267 +#data
  1.1268 +<template><svg><foo><template><foreignObject><div></template><div>
  1.1269 +#errors
  1.1270 +#document
  1.1271 +| <html>
  1.1272 +|   <head>
  1.1273 +|     <template>
  1.1274 +|       content
  1.1275 +|         <svg svg>
  1.1276 +|           <svg foo>
  1.1277 +|             <svg template>
  1.1278 +|               <svg foreignObject>
  1.1279 +|                 <div>
  1.1280 +|   <body>
  1.1281 +|     <div>
  1.1282 +
  1.1283 +#data
  1.1284 +<dummy><template><span></dummy>
  1.1285 +#errors
  1.1286 +#document
  1.1287 +| <html>
  1.1288 +|   <head>
  1.1289 +|   <body>
  1.1290 +|     <dummy>
  1.1291 +|       <template>
  1.1292 +|         content
  1.1293 +|           <span>
  1.1294 +
  1.1295 +#data
  1.1296 +<body><table><tr><td><select><template>Foo</template><caption>A</table>
  1.1297 +#errors
  1.1298 +(1,62): unexpected-caption-in-select-in-table
  1.1299 +(1,71): unexpected-table-end-in-caption
  1.1300 +#document
  1.1301 +| <html>
  1.1302 +|   <head>
  1.1303 +|   <body>
  1.1304 +|     <table>
  1.1305 +|       <tbody>
  1.1306 +|         <tr>
  1.1307 +|           <td>
  1.1308 +|             <select>
  1.1309 +|               <template>
  1.1310 +|                 content
  1.1311 +|                   "Foo"
  1.1312 +|       <caption>
  1.1313 +|         "A"
  1.1314 +
  1.1315 +#data
  1.1316 +<body></body><template>
  1.1317 +#errors
  1.1318 +(1,23): template-after-body
  1.1319 +(1,24): eof-in-template
  1.1320 +#document
  1.1321 +| <html>
  1.1322 +|   <head>
  1.1323 +|   <body>
  1.1324 +|     <template>
  1.1325 +|       content
  1.1326 +
  1.1327 +#data
  1.1328 +<head></head><template>
  1.1329 +#errors
  1.1330 +(1,23): template-after-head
  1.1331 +(1,24): eof-in-template
  1.1332 +#document
  1.1333 +| <html>
  1.1334 +|   <head>
  1.1335 +|     <template>
  1.1336 +|       content
  1.1337 +|   <body>
  1.1338 +
  1.1339 +#data
  1.1340 +<head></head><template>Foo</template>
  1.1341 +#errors
  1.1342 +(1,23): template-after-head
  1.1343 +#document
  1.1344 +| <html>
  1.1345 +|   <head>
  1.1346 +|     <template>
  1.1347 +|       content
  1.1348 +|         "Foo"
  1.1349 +|   <body>
  1.1350 +
  1.1351 +#data
  1.1352 +<body><form><template><form>
  1.1353 +#errors
  1.1354 +#document
  1.1355 +| <html>
  1.1356 +|   <head>
  1.1357 +|   <body>
  1.1358 +|     <form>
  1.1359 +|       <template>
  1.1360 +|         content
  1.1361 +|           <form>
  1.1362 +
  1.1363 +#data
  1.1364 +<body><template><table><form>
  1.1365 +#errors
  1.1366 +#document
  1.1367 +| <html>
  1.1368 +|   <head>
  1.1369 +|   <body>
  1.1370 +|     <template>
  1.1371 +|       content
  1.1372 +|         <table>
  1.1373 +
  1.1374 +#data
  1.1375 +<body><template><form><form>
  1.1376 +#errors
  1.1377 +#document
  1.1378 +| <html>
  1.1379 +|   <head>
  1.1380 +|   <body>
  1.1381 +|     <template>
  1.1382 +|       content
  1.1383 +|         <form>
  1.1384 +|           <form>
  1.1385 +
  1.1386 +#data
  1.1387 +<body><form><template><isindex>
  1.1388 +#errors
  1.1389 +#document
  1.1390 +| <html>
  1.1391 +|   <head>
  1.1392 +|   <body>
  1.1393 +|     <form>
  1.1394 +|       <template>
  1.1395 +|         content
  1.1396 +|           <form>
  1.1397 +|             <hr>
  1.1398 +|             <label>
  1.1399 +|               "This is a searchable index. Enter search keywords: "
  1.1400 +|               <input>
  1.1401 +|                 name="isindex"
  1.1402 +|             <hr>
  1.1403 +
  1.1404 +#data
  1.1405 +<body><form><template><isindex><form>
  1.1406 +#errors
  1.1407 +#document
  1.1408 +| <html>
  1.1409 +|   <head>
  1.1410 +|   <body>
  1.1411 +|     <form>
  1.1412 +|       <template>
  1.1413 +|         content
  1.1414 +|           <form>
  1.1415 +|             <hr>
  1.1416 +|             <label>
  1.1417 +|               "This is a searchable index. Enter search keywords: "
  1.1418 +|               <input>
  1.1419 +|                 name="isindex"
  1.1420 +|             <hr>
  1.1421 +|           <form>

mercurial