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

michael@0 1 #data
michael@0 2 <table><th>
michael@0 3 #errors
michael@0 4 (1,7): expected-doctype-but-got-start-tag
michael@0 5 (1,11): unexpected-cell-in-table-body
michael@0 6 (1,11): expected-closing-tag-but-got-eof
michael@0 7 #document
michael@0 8 | <html>
michael@0 9 | <head>
michael@0 10 | <body>
michael@0 11 | <table>
michael@0 12 | <tbody>
michael@0 13 | <tr>
michael@0 14 | <th>
michael@0 15
michael@0 16 #data
michael@0 17 <table><td>
michael@0 18 #errors
michael@0 19 (1,7): expected-doctype-but-got-start-tag
michael@0 20 (1,11): unexpected-cell-in-table-body
michael@0 21 (1,11): expected-closing-tag-but-got-eof
michael@0 22 #document
michael@0 23 | <html>
michael@0 24 | <head>
michael@0 25 | <body>
michael@0 26 | <table>
michael@0 27 | <tbody>
michael@0 28 | <tr>
michael@0 29 | <td>
michael@0 30
michael@0 31 #data
michael@0 32 <table><col foo='bar'>
michael@0 33 #errors
michael@0 34 (1,7): expected-doctype-but-got-start-tag
michael@0 35 (1,22): eof-in-table
michael@0 36 #document
michael@0 37 | <html>
michael@0 38 | <head>
michael@0 39 | <body>
michael@0 40 | <table>
michael@0 41 | <colgroup>
michael@0 42 | <col>
michael@0 43 | foo="bar"
michael@0 44
michael@0 45 #data
michael@0 46 <table><colgroup></html>foo
michael@0 47 #errors
michael@0 48 (1,7): expected-doctype-but-got-start-tag
michael@0 49 (1,24): unexpected-end-tag
michael@0 50 (1,27): foster-parenting-character-in-table
michael@0 51 (1,27): foster-parenting-character-in-table
michael@0 52 (1,27): foster-parenting-character-in-table
michael@0 53 (1,27): eof-in-table
michael@0 54 #document
michael@0 55 | <html>
michael@0 56 | <head>
michael@0 57 | <body>
michael@0 58 | "foo"
michael@0 59 | <table>
michael@0 60 | <colgroup>
michael@0 61
michael@0 62 #data
michael@0 63 <table></table><p>foo
michael@0 64 #errors
michael@0 65 (1,7): expected-doctype-but-got-start-tag
michael@0 66 #document
michael@0 67 | <html>
michael@0 68 | <head>
michael@0 69 | <body>
michael@0 70 | <table>
michael@0 71 | <p>
michael@0 72 | "foo"
michael@0 73
michael@0 74 #data
michael@0 75 <table></body></caption></col></colgroup></html></tbody></td></tfoot></th></thead></tr><td>
michael@0 76 #errors
michael@0 77 (1,7): expected-doctype-but-got-start-tag
michael@0 78 (1,14): unexpected-end-tag
michael@0 79 (1,24): unexpected-end-tag
michael@0 80 (1,30): unexpected-end-tag
michael@0 81 (1,41): unexpected-end-tag
michael@0 82 (1,48): unexpected-end-tag
michael@0 83 (1,56): unexpected-end-tag
michael@0 84 (1,61): unexpected-end-tag
michael@0 85 (1,69): unexpected-end-tag
michael@0 86 (1,74): unexpected-end-tag
michael@0 87 (1,82): unexpected-end-tag
michael@0 88 (1,87): unexpected-end-tag
michael@0 89 (1,91): unexpected-cell-in-table-body
michael@0 90 (1,91): expected-closing-tag-but-got-eof
michael@0 91 #document
michael@0 92 | <html>
michael@0 93 | <head>
michael@0 94 | <body>
michael@0 95 | <table>
michael@0 96 | <tbody>
michael@0 97 | <tr>
michael@0 98 | <td>
michael@0 99
michael@0 100 #data
michael@0 101 <table><select><option>3</select></table>
michael@0 102 #errors
michael@0 103 (1,7): expected-doctype-but-got-start-tag
michael@0 104 (1,15): unexpected-start-tag-implies-table-voodoo
michael@0 105 #document
michael@0 106 | <html>
michael@0 107 | <head>
michael@0 108 | <body>
michael@0 109 | <select>
michael@0 110 | <option>
michael@0 111 | "3"
michael@0 112 | <table>
michael@0 113
michael@0 114 #data
michael@0 115 <table><select><table></table></select></table>
michael@0 116 #errors
michael@0 117 (1,7): expected-doctype-but-got-start-tag
michael@0 118 (1,15): unexpected-start-tag-implies-table-voodoo
michael@0 119 (1,22): unexpected-table-element-start-tag-in-select-in-table
michael@0 120 (1,22): unexpected-start-tag-implies-end-tag
michael@0 121 (1,39): unexpected-end-tag
michael@0 122 (1,47): unexpected-end-tag
michael@0 123 #document
michael@0 124 | <html>
michael@0 125 | <head>
michael@0 126 | <body>
michael@0 127 | <select>
michael@0 128 | <table>
michael@0 129 | <table>
michael@0 130
michael@0 131 #data
michael@0 132 <table><select></table>
michael@0 133 #errors
michael@0 134 (1,7): expected-doctype-but-got-start-tag
michael@0 135 (1,15): unexpected-start-tag-implies-table-voodoo
michael@0 136 (1,23): unexpected-table-element-end-tag-in-select-in-table
michael@0 137 #document
michael@0 138 | <html>
michael@0 139 | <head>
michael@0 140 | <body>
michael@0 141 | <select>
michael@0 142 | <table>
michael@0 143
michael@0 144 #data
michael@0 145 <table><select><option>A<tr><td>B</td></tr></table>
michael@0 146 #errors
michael@0 147 (1,7): expected-doctype-but-got-start-tag
michael@0 148 (1,15): unexpected-start-tag-implies-table-voodoo
michael@0 149 (1,28): unexpected-table-element-start-tag-in-select-in-table
michael@0 150 #document
michael@0 151 | <html>
michael@0 152 | <head>
michael@0 153 | <body>
michael@0 154 | <select>
michael@0 155 | <option>
michael@0 156 | "A"
michael@0 157 | <table>
michael@0 158 | <tbody>
michael@0 159 | <tr>
michael@0 160 | <td>
michael@0 161 | "B"
michael@0 162
michael@0 163 #data
michael@0 164 <table><td></body></caption></col></colgroup></html>foo
michael@0 165 #errors
michael@0 166 (1,7): expected-doctype-but-got-start-tag
michael@0 167 (1,11): unexpected-cell-in-table-body
michael@0 168 (1,18): unexpected-end-tag
michael@0 169 (1,28): unexpected-end-tag
michael@0 170 (1,34): unexpected-end-tag
michael@0 171 (1,45): unexpected-end-tag
michael@0 172 (1,52): unexpected-end-tag
michael@0 173 (1,55): expected-closing-tag-but-got-eof
michael@0 174 #document
michael@0 175 | <html>
michael@0 176 | <head>
michael@0 177 | <body>
michael@0 178 | <table>
michael@0 179 | <tbody>
michael@0 180 | <tr>
michael@0 181 | <td>
michael@0 182 | "foo"
michael@0 183
michael@0 184 #data
michael@0 185 <table><td>A</table>B
michael@0 186 #errors
michael@0 187 (1,7): expected-doctype-but-got-start-tag
michael@0 188 (1,11): unexpected-cell-in-table-body
michael@0 189 #document
michael@0 190 | <html>
michael@0 191 | <head>
michael@0 192 | <body>
michael@0 193 | <table>
michael@0 194 | <tbody>
michael@0 195 | <tr>
michael@0 196 | <td>
michael@0 197 | "A"
michael@0 198 | "B"
michael@0 199
michael@0 200 #data
michael@0 201 <table><tr><caption>
michael@0 202 #errors
michael@0 203 (1,7): expected-doctype-but-got-start-tag
michael@0 204 (1,20): expected-closing-tag-but-got-eof
michael@0 205 #document
michael@0 206 | <html>
michael@0 207 | <head>
michael@0 208 | <body>
michael@0 209 | <table>
michael@0 210 | <tbody>
michael@0 211 | <tr>
michael@0 212 | <caption>
michael@0 213
michael@0 214 #data
michael@0 215 <table><tr></body></caption></col></colgroup></html></td></th><td>foo
michael@0 216 #errors
michael@0 217 (1,7): expected-doctype-but-got-start-tag
michael@0 218 (1,18): unexpected-end-tag-in-table-row
michael@0 219 (1,28): unexpected-end-tag-in-table-row
michael@0 220 (1,34): unexpected-end-tag-in-table-row
michael@0 221 (1,45): unexpected-end-tag-in-table-row
michael@0 222 (1,52): unexpected-end-tag-in-table-row
michael@0 223 (1,57): unexpected-end-tag-in-table-row
michael@0 224 (1,62): unexpected-end-tag-in-table-row
michael@0 225 (1,69): expected-closing-tag-but-got-eof
michael@0 226 #document
michael@0 227 | <html>
michael@0 228 | <head>
michael@0 229 | <body>
michael@0 230 | <table>
michael@0 231 | <tbody>
michael@0 232 | <tr>
michael@0 233 | <td>
michael@0 234 | "foo"
michael@0 235
michael@0 236 #data
michael@0 237 <table><td><tr>
michael@0 238 #errors
michael@0 239 (1,7): expected-doctype-but-got-start-tag
michael@0 240 (1,11): unexpected-cell-in-table-body
michael@0 241 (1,15): eof-in-table
michael@0 242 #document
michael@0 243 | <html>
michael@0 244 | <head>
michael@0 245 | <body>
michael@0 246 | <table>
michael@0 247 | <tbody>
michael@0 248 | <tr>
michael@0 249 | <td>
michael@0 250 | <tr>
michael@0 251
michael@0 252 #data
michael@0 253 <table><td><button><td>
michael@0 254 #errors
michael@0 255 (1,7): expected-doctype-but-got-start-tag
michael@0 256 (1,11): unexpected-cell-in-table-body
michael@0 257 (1,23): unexpected-cell-end-tag
michael@0 258 (1,23): expected-closing-tag-but-got-eof
michael@0 259 #document
michael@0 260 | <html>
michael@0 261 | <head>
michael@0 262 | <body>
michael@0 263 | <table>
michael@0 264 | <tbody>
michael@0 265 | <tr>
michael@0 266 | <td>
michael@0 267 | <button>
michael@0 268 | <td>
michael@0 269
michael@0 270 #data
michael@0 271 <table><tr><td><svg><desc><td>
michael@0 272 #errors
michael@0 273 (1,7): expected-doctype-but-got-start-tag
michael@0 274 (1,30): unexpected-cell-end-tag
michael@0 275 (1,30): expected-closing-tag-but-got-eof
michael@0 276 #document
michael@0 277 | <html>
michael@0 278 | <head>
michael@0 279 | <body>
michael@0 280 | <table>
michael@0 281 | <tbody>
michael@0 282 | <tr>
michael@0 283 | <td>
michael@0 284 | <svg svg>
michael@0 285 | <svg desc>
michael@0 286 | <td>

mercurial