parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests7.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 <!doctype html><body><title>X</title>
michael@0 3 #errors
michael@0 4 #document
michael@0 5 | <!DOCTYPE html>
michael@0 6 | <html>
michael@0 7 | <head>
michael@0 8 | <body>
michael@0 9 | <title>
michael@0 10 | "X"
michael@0 11
michael@0 12 #data
michael@0 13 <!doctype html><table><title>X</title></table>
michael@0 14 #errors
michael@0 15 (1,29): unexpected-start-tag-implies-table-voodoo
michael@0 16 #document
michael@0 17 | <!DOCTYPE html>
michael@0 18 | <html>
michael@0 19 | <head>
michael@0 20 | <body>
michael@0 21 | <title>
michael@0 22 | "X"
michael@0 23 | <table>
michael@0 24
michael@0 25 #data
michael@0 26 <!doctype html><head></head><title>X</title>
michael@0 27 #errors
michael@0 28 (1,35): unexpected-start-tag-out-of-my-head
michael@0 29 #document
michael@0 30 | <!DOCTYPE html>
michael@0 31 | <html>
michael@0 32 | <head>
michael@0 33 | <title>
michael@0 34 | "X"
michael@0 35 | <body>
michael@0 36
michael@0 37 #data
michael@0 38 <!doctype html></head><title>X</title>
michael@0 39 #errors
michael@0 40 (1,29): unexpected-start-tag-out-of-my-head
michael@0 41 #document
michael@0 42 | <!DOCTYPE html>
michael@0 43 | <html>
michael@0 44 | <head>
michael@0 45 | <title>
michael@0 46 | "X"
michael@0 47 | <body>
michael@0 48
michael@0 49 #data
michael@0 50 <!doctype html><table><meta></table>
michael@0 51 #errors
michael@0 52 (1,28): unexpected-start-tag-implies-table-voodoo
michael@0 53 #document
michael@0 54 | <!DOCTYPE html>
michael@0 55 | <html>
michael@0 56 | <head>
michael@0 57 | <body>
michael@0 58 | <meta>
michael@0 59 | <table>
michael@0 60
michael@0 61 #data
michael@0 62 <!doctype html><table>X<tr><td><table> <meta></table></table>
michael@0 63 #errors
michael@0 64 (1,45): unexpected-start-tag-implies-table-voodoo
michael@0 65 #document
michael@0 66 | <!DOCTYPE html>
michael@0 67 | <html>
michael@0 68 | <head>
michael@0 69 | <body>
michael@0 70 | "X"
michael@0 71 | <table>
michael@0 72 | <tbody>
michael@0 73 | <tr>
michael@0 74 | <td>
michael@0 75 | <meta>
michael@0 76 | <table>
michael@0 77 | " "
michael@0 78
michael@0 79 #data
michael@0 80 <!doctype html><html> <head>
michael@0 81 #errors
michael@0 82 #document
michael@0 83 | <!DOCTYPE html>
michael@0 84 | <html>
michael@0 85 | <head>
michael@0 86 | <body>
michael@0 87
michael@0 88 #data
michael@0 89 <!doctype html> <head>
michael@0 90 #errors
michael@0 91 #document
michael@0 92 | <!DOCTYPE html>
michael@0 93 | <html>
michael@0 94 | <head>
michael@0 95 | <body>
michael@0 96
michael@0 97 #data
michael@0 98 <!doctype html><table><style> <tr>x </style> </table>
michael@0 99 #errors
michael@0 100 #document
michael@0 101 | <!DOCTYPE html>
michael@0 102 | <html>
michael@0 103 | <head>
michael@0 104 | <body>
michael@0 105 | <table>
michael@0 106 | <style>
michael@0 107 | " <tr>x "
michael@0 108 | " "
michael@0 109
michael@0 110 #data
michael@0 111 <!doctype html><table><TBODY><script> <tr>x </script> </table>
michael@0 112 #errors
michael@0 113 #document
michael@0 114 | <!DOCTYPE html>
michael@0 115 | <html>
michael@0 116 | <head>
michael@0 117 | <body>
michael@0 118 | <table>
michael@0 119 | <tbody>
michael@0 120 | <script>
michael@0 121 | " <tr>x "
michael@0 122 | " "
michael@0 123
michael@0 124 #data
michael@0 125 <!doctype html><p><applet><p>X</p></applet>
michael@0 126 #errors
michael@0 127 #document
michael@0 128 | <!DOCTYPE html>
michael@0 129 | <html>
michael@0 130 | <head>
michael@0 131 | <body>
michael@0 132 | <p>
michael@0 133 | <applet>
michael@0 134 | <p>
michael@0 135 | "X"
michael@0 136
michael@0 137 #data
michael@0 138 <!doctype html><listing>
michael@0 139 X</listing>
michael@0 140 #errors
michael@0 141 #document
michael@0 142 | <!DOCTYPE html>
michael@0 143 | <html>
michael@0 144 | <head>
michael@0 145 | <body>
michael@0 146 | <listing>
michael@0 147 | "X"
michael@0 148
michael@0 149 #data
michael@0 150 <!doctype html><select><input>X
michael@0 151 #errors
michael@0 152 (1,30): unexpected-input-in-select
michael@0 153 #document
michael@0 154 | <!DOCTYPE html>
michael@0 155 | <html>
michael@0 156 | <head>
michael@0 157 | <body>
michael@0 158 | <select>
michael@0 159 | <input>
michael@0 160 | "X"
michael@0 161
michael@0 162 #data
michael@0 163 <!doctype html><select><select>X
michael@0 164 #errors
michael@0 165 (1,31): unexpected-select-in-select
michael@0 166 #document
michael@0 167 | <!DOCTYPE html>
michael@0 168 | <html>
michael@0 169 | <head>
michael@0 170 | <body>
michael@0 171 | <select>
michael@0 172 | "X"
michael@0 173
michael@0 174 #data
michael@0 175 <!doctype html><table><input type=hidDEN></table>
michael@0 176 #errors
michael@0 177 (1,41): unexpected-hidden-input-in-table
michael@0 178 #document
michael@0 179 | <!DOCTYPE html>
michael@0 180 | <html>
michael@0 181 | <head>
michael@0 182 | <body>
michael@0 183 | <table>
michael@0 184 | <input>
michael@0 185 | type="hidDEN"
michael@0 186
michael@0 187 #data
michael@0 188 <!doctype html><table>X<input type=hidDEN></table>
michael@0 189 #errors
michael@0 190 (1,23): foster-parenting-character
michael@0 191 (1,42): unexpected-hidden-input-in-table
michael@0 192 #document
michael@0 193 | <!DOCTYPE html>
michael@0 194 | <html>
michael@0 195 | <head>
michael@0 196 | <body>
michael@0 197 | "X"
michael@0 198 | <table>
michael@0 199 | <input>
michael@0 200 | type="hidDEN"
michael@0 201
michael@0 202 #data
michael@0 203 <!doctype html><table> <input type=hidDEN></table>
michael@0 204 #errors
michael@0 205 (1,43): unexpected-hidden-input-in-table
michael@0 206 #document
michael@0 207 | <!DOCTYPE html>
michael@0 208 | <html>
michael@0 209 | <head>
michael@0 210 | <body>
michael@0 211 | <table>
michael@0 212 | " "
michael@0 213 | <input>
michael@0 214 | type="hidDEN"
michael@0 215
michael@0 216 #data
michael@0 217 <!doctype html><table> <input type='hidDEN'></table>
michael@0 218 #errors
michael@0 219 (1,45): unexpected-hidden-input-in-table
michael@0 220 #document
michael@0 221 | <!DOCTYPE html>
michael@0 222 | <html>
michael@0 223 | <head>
michael@0 224 | <body>
michael@0 225 | <table>
michael@0 226 | " "
michael@0 227 | <input>
michael@0 228 | type="hidDEN"
michael@0 229
michael@0 230 #data
michael@0 231 <!doctype html><table><input type=" hidden"><input type=hidDEN></table>
michael@0 232 #errors
michael@0 233 (1,44): unexpected-start-tag-implies-table-voodoo
michael@0 234 (1,63): unexpected-hidden-input-in-table
michael@0 235 #document
michael@0 236 | <!DOCTYPE html>
michael@0 237 | <html>
michael@0 238 | <head>
michael@0 239 | <body>
michael@0 240 | <input>
michael@0 241 | type=" hidden"
michael@0 242 | <table>
michael@0 243 | <input>
michael@0 244 | type="hidDEN"
michael@0 245
michael@0 246 #data
michael@0 247 <!doctype html><table><select>X<tr>
michael@0 248 #errors
michael@0 249 (1,30): unexpected-start-tag-implies-table-voodoo
michael@0 250 (1,35): unexpected-table-element-start-tag-in-select-in-table
michael@0 251 (1,35): eof-in-table
michael@0 252 #document
michael@0 253 | <!DOCTYPE html>
michael@0 254 | <html>
michael@0 255 | <head>
michael@0 256 | <body>
michael@0 257 | <select>
michael@0 258 | "X"
michael@0 259 | <table>
michael@0 260 | <tbody>
michael@0 261 | <tr>
michael@0 262
michael@0 263 #data
michael@0 264 <!doctype html><select>X</select>
michael@0 265 #errors
michael@0 266 #document
michael@0 267 | <!DOCTYPE html>
michael@0 268 | <html>
michael@0 269 | <head>
michael@0 270 | <body>
michael@0 271 | <select>
michael@0 272 | "X"
michael@0 273
michael@0 274 #data
michael@0 275 <!DOCTYPE hTmL><html></html>
michael@0 276 #errors
michael@0 277 #document
michael@0 278 | <!DOCTYPE html>
michael@0 279 | <html>
michael@0 280 | <head>
michael@0 281 | <body>
michael@0 282
michael@0 283 #data
michael@0 284 <!DOCTYPE HTML><html></html>
michael@0 285 #errors
michael@0 286 #document
michael@0 287 | <!DOCTYPE html>
michael@0 288 | <html>
michael@0 289 | <head>
michael@0 290 | <body>
michael@0 291
michael@0 292 #data
michael@0 293 <body>X</body></body>
michael@0 294 #errors
michael@0 295 (1,21): unexpected-end-tag-after-body
michael@0 296 #document-fragment
michael@0 297 html
michael@0 298 #document
michael@0 299 | <head>
michael@0 300 | <body>
michael@0 301 | "X"
michael@0 302
michael@0 303 #data
michael@0 304 <div><p>a</x> b
michael@0 305 #errors
michael@0 306 (1,5): expected-doctype-but-got-start-tag
michael@0 307 (1,13): unexpected-end-tag
michael@0 308 (1,15): expected-closing-tag-but-got-eof
michael@0 309 #document
michael@0 310 | <html>
michael@0 311 | <head>
michael@0 312 | <body>
michael@0 313 | <div>
michael@0 314 | <p>
michael@0 315 | "a b"
michael@0 316
michael@0 317 #data
michael@0 318 <table><tr><td><code></code> </table>
michael@0 319 #errors
michael@0 320 (1,7): expected-doctype-but-got-start-tag
michael@0 321 #document
michael@0 322 | <html>
michael@0 323 | <head>
michael@0 324 | <body>
michael@0 325 | <table>
michael@0 326 | <tbody>
michael@0 327 | <tr>
michael@0 328 | <td>
michael@0 329 | <code>
michael@0 330 | " "
michael@0 331
michael@0 332 #data
michael@0 333 <table><b><tr><td>aaa</td></tr>bbb</table>ccc
michael@0 334 #errors
michael@0 335 (1,7): expected-doctype-but-got-start-tag
michael@0 336 (1,10): foster-parenting-start-tag
michael@0 337 (1,32): foster-parenting-character
michael@0 338 (1,33): foster-parenting-character
michael@0 339 (1,34): foster-parenting-character
michael@0 340 (1,45): expected-closing-tag-but-got-eof
michael@0 341 #document
michael@0 342 | <html>
michael@0 343 | <head>
michael@0 344 | <body>
michael@0 345 | <b>
michael@0 346 | <b>
michael@0 347 | "bbb"
michael@0 348 | <table>
michael@0 349 | <tbody>
michael@0 350 | <tr>
michael@0 351 | <td>
michael@0 352 | "aaa"
michael@0 353 | <b>
michael@0 354 | "ccc"
michael@0 355
michael@0 356 #data
michael@0 357 A<table><tr> B</tr> B</table>
michael@0 358 #errors
michael@0 359 (1,1): expected-doctype-but-got-chars
michael@0 360 (1,13): foster-parenting-character
michael@0 361 (1,14): foster-parenting-character
michael@0 362 (1,20): foster-parenting-character
michael@0 363 (1,21): foster-parenting-character
michael@0 364 #document
michael@0 365 | <html>
michael@0 366 | <head>
michael@0 367 | <body>
michael@0 368 | "A B B"
michael@0 369 | <table>
michael@0 370 | <tbody>
michael@0 371 | <tr>
michael@0 372
michael@0 373 #data
michael@0 374 A<table><tr> B</tr> </em>C</table>
michael@0 375 #errors
michael@0 376 (1,1): expected-doctype-but-got-chars
michael@0 377 (1,13): foster-parenting-character
michael@0 378 (1,14): foster-parenting-character
michael@0 379 (1,20): foster-parenting-character
michael@0 380 (1,25): unexpected-end-tag
michael@0 381 (1,26): foster-parenting-character
michael@0 382 #document
michael@0 383 | <html>
michael@0 384 | <head>
michael@0 385 | <body>
michael@0 386 | "A BC"
michael@0 387 | <table>
michael@0 388 | <tbody>
michael@0 389 | <tr>
michael@0 390 | " "
michael@0 391
michael@0 392 #data
michael@0 393 <select><keygen>
michael@0 394 #errors
michael@0 395 (1,8): expected-doctype-but-got-start-tag
michael@0 396 (1,16): unexpected-input-in-select
michael@0 397 #document
michael@0 398 | <html>
michael@0 399 | <head>
michael@0 400 | <body>
michael@0 401 | <select>
michael@0 402 | <keygen>

mercurial