...

Text file src/golang.org/x/net/html/testdata/webkit/template.dat

Documentation: golang.org/x/net/html/testdata/webkit

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

View as plain text