...

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

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

     1#data
     2<p><font size=4><font color=red><font size=4><font size=4><font size=4><font size=4><font size=4><font color=red><p>X
     3#errors
     4(1,3): expected-doctype-but-got-start-tag
     5(1,116): unexpected-end-tag
     6(1,117): expected-closing-tag-but-got-eof
     7#document
     8| <html>
     9|   <head>
    10|   <body>
    11|     <p>
    12|       <font>
    13|         size="4"
    14|         <font>
    15|           color="red"
    16|           <font>
    17|             size="4"
    18|             <font>
    19|               size="4"
    20|               <font>
    21|                 size="4"
    22|                 <font>
    23|                   size="4"
    24|                   <font>
    25|                     size="4"
    26|                     <font>
    27|                       color="red"
    28|     <p>
    29|       <font>
    30|         color="red"
    31|         <font>
    32|           size="4"
    33|           <font>
    34|             size="4"
    35|             <font>
    36|               size="4"
    37|               <font>
    38|                 color="red"
    39|                 "X"
    40
    41#data
    42<p><font size=4><font size=4><font size=4><font size=4><p>X
    43#errors
    44(1,3): expected-doctype-but-got-start-tag
    45(1,58): unexpected-end-tag
    46(1,59): expected-closing-tag-but-got-eof
    47#document
    48| <html>
    49|   <head>
    50|   <body>
    51|     <p>
    52|       <font>
    53|         size="4"
    54|         <font>
    55|           size="4"
    56|           <font>
    57|             size="4"
    58|             <font>
    59|               size="4"
    60|     <p>
    61|       <font>
    62|         size="4"
    63|         <font>
    64|           size="4"
    65|           <font>
    66|             size="4"
    67|             "X"
    68
    69#data
    70<p><font size=4><font size=4><font size=4><font size="5"><font size=4><p>X
    71#errors
    72(1,3): expected-doctype-but-got-start-tag
    73(1,73): unexpected-end-tag
    74(1,74): expected-closing-tag-but-got-eof
    75#document
    76| <html>
    77|   <head>
    78|   <body>
    79|     <p>
    80|       <font>
    81|         size="4"
    82|         <font>
    83|           size="4"
    84|           <font>
    85|             size="4"
    86|             <font>
    87|               size="5"
    88|               <font>
    89|                 size="4"
    90|     <p>
    91|       <font>
    92|         size="4"
    93|         <font>
    94|           size="4"
    95|           <font>
    96|             size="5"
    97|             <font>
    98|               size="4"
    99|               "X"
   100
   101#data
   102<p><font size=4 id=a><font size=4 id=b><font size=4><font size=4><p>X
   103#errors
   104(1,3): expected-doctype-but-got-start-tag
   105(1,68): unexpected-end-tag
   106(1,69): expected-closing-tag-but-got-eof
   107#document
   108| <html>
   109|   <head>
   110|   <body>
   111|     <p>
   112|       <font>
   113|         id="a"
   114|         size="4"
   115|         <font>
   116|           id="b"
   117|           size="4"
   118|           <font>
   119|             size="4"
   120|             <font>
   121|               size="4"
   122|     <p>
   123|       <font>
   124|         id="a"
   125|         size="4"
   126|         <font>
   127|           id="b"
   128|           size="4"
   129|           <font>
   130|             size="4"
   131|             <font>
   132|               size="4"
   133|               "X"
   134
   135#data
   136<p><b id=a><b id=a><b id=a><b><object><b id=a><b id=a>X</object><p>Y
   137#errors
   138(1,3): expected-doctype-but-got-start-tag
   139(1,64): end-tag-too-early
   140(1,67): unexpected-end-tag
   141(1,68): expected-closing-tag-but-got-eof
   142#document
   143| <html>
   144|   <head>
   145|   <body>
   146|     <p>
   147|       <b>
   148|         id="a"
   149|         <b>
   150|           id="a"
   151|           <b>
   152|             id="a"
   153|             <b>
   154|               <object>
   155|                 <b>
   156|                   id="a"
   157|                   <b>
   158|                     id="a"
   159|                     "X"
   160|     <p>
   161|       <b>
   162|         id="a"
   163|         <b>
   164|           id="a"
   165|           <b>
   166|             id="a"
   167|             <b>
   168|               "Y"

View as plain text