parser/htmlparser/tests/mochitest/html5lib_tree_construction/template.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.

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

mercurial