parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests17.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 <!doctype html><table><tbody><select><tr>
     3 #errors
     4 (1,37): unexpected-start-tag-implies-table-voodoo
     5 (1,41): unexpected-table-element-start-tag-in-select-in-table
     6 (1,41): eof-in-table
     7 #document
     8 | <!DOCTYPE html>
     9 | <html>
    10 |   <head>
    11 |   <body>
    12 |     <select>
    13 |     <table>
    14 |       <tbody>
    15 |         <tr>
    17 #data
    18 <!doctype html><table><tr><select><td>
    19 #errors
    20 (1,34): unexpected-start-tag-implies-table-voodoo
    21 (1,38): unexpected-table-element-start-tag-in-select-in-table
    22 (1,38): expected-closing-tag-but-got-eof
    23 #document
    24 | <!DOCTYPE html>
    25 | <html>
    26 |   <head>
    27 |   <body>
    28 |     <select>
    29 |     <table>
    30 |       <tbody>
    31 |         <tr>
    32 |           <td>
    34 #data
    35 <!doctype html><table><tr><td><select><td>
    36 #errors
    37 (1,42): unexpected-table-element-start-tag-in-select-in-table
    38 (1,42): expected-closing-tag-but-got-eof
    39 #document
    40 | <!DOCTYPE html>
    41 | <html>
    42 |   <head>
    43 |   <body>
    44 |     <table>
    45 |       <tbody>
    46 |         <tr>
    47 |           <td>
    48 |             <select>
    49 |           <td>
    51 #data
    52 <!doctype html><table><tr><th><select><td>
    53 #errors
    54 (1,42): unexpected-table-element-start-tag-in-select-in-table
    55 (1,42): expected-closing-tag-but-got-eof
    56 #document
    57 | <!DOCTYPE html>
    58 | <html>
    59 |   <head>
    60 |   <body>
    61 |     <table>
    62 |       <tbody>
    63 |         <tr>
    64 |           <th>
    65 |             <select>
    66 |           <td>
    68 #data
    69 <!doctype html><table><caption><select><tr>
    70 #errors
    71 (1,43): unexpected-table-element-start-tag-in-select-in-table
    72 (1,43): XXX-undefined-error
    73 (1,43): eof-in-table
    74 #document
    75 | <!DOCTYPE html>
    76 | <html>
    77 |   <head>
    78 |   <body>
    79 |     <table>
    80 |       <caption>
    81 |         <select>
    82 |       <tbody>
    83 |         <tr>
    85 #data
    86 <!doctype html><select><tr>
    87 #errors
    88 (1,27): unexpected-start-tag-in-select
    89 (1,27): eof-in-select
    90 #document
    91 | <!DOCTYPE html>
    92 | <html>
    93 |   <head>
    94 |   <body>
    95 |     <select>
    97 #data
    98 <!doctype html><select><td>
    99 #errors
   100 (1,27): unexpected-start-tag-in-select
   101 (1,27): eof-in-select
   102 #document
   103 | <!DOCTYPE html>
   104 | <html>
   105 |   <head>
   106 |   <body>
   107 |     <select>
   109 #data
   110 <!doctype html><select><th>
   111 #errors
   112 (1,27): unexpected-start-tag-in-select
   113 (1,27): eof-in-select
   114 #document
   115 | <!DOCTYPE html>
   116 | <html>
   117 |   <head>
   118 |   <body>
   119 |     <select>
   121 #data
   122 <!doctype html><select><tbody>
   123 #errors
   124 (1,30): unexpected-start-tag-in-select
   125 (1,30): eof-in-select
   126 #document
   127 | <!DOCTYPE html>
   128 | <html>
   129 |   <head>
   130 |   <body>
   131 |     <select>
   133 #data
   134 <!doctype html><select><thead>
   135 #errors
   136 (1,30): unexpected-start-tag-in-select
   137 (1,30): eof-in-select
   138 #document
   139 | <!DOCTYPE html>
   140 | <html>
   141 |   <head>
   142 |   <body>
   143 |     <select>
   145 #data
   146 <!doctype html><select><tfoot>
   147 #errors
   148 (1,30): unexpected-start-tag-in-select
   149 (1,30): eof-in-select
   150 #document
   151 | <!DOCTYPE html>
   152 | <html>
   153 |   <head>
   154 |   <body>
   155 |     <select>
   157 #data
   158 <!doctype html><select><caption>
   159 #errors
   160 (1,32): unexpected-start-tag-in-select
   161 (1,32): eof-in-select
   162 #document
   163 | <!DOCTYPE html>
   164 | <html>
   165 |   <head>
   166 |   <body>
   167 |     <select>
   169 #data
   170 <!doctype html><table><tr></table>a
   171 #errors
   172 #document
   173 | <!DOCTYPE html>
   174 | <html>
   175 |   <head>
   176 |   <body>
   177 |     <table>
   178 |       <tbody>
   179 |         <tr>
   180 |     "a"

mercurial