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

mercurial