Wed, 31 Dec 2014 06:09:35 +0100
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 | Test |
michael@0 | 3 | #errors |
michael@0 | 4 | (1,4): expected-doctype-but-got-chars |
michael@0 | 5 | #document |
michael@0 | 6 | | <html> |
michael@0 | 7 | | <head> |
michael@0 | 8 | | <body> |
michael@0 | 9 | | "Test" |
michael@0 | 10 | |
michael@0 | 11 | #data |
michael@0 | 12 | <div></div> |
michael@0 | 13 | #errors |
michael@0 | 14 | (1,5): expected-doctype-but-got-start-tag |
michael@0 | 15 | #document |
michael@0 | 16 | | <html> |
michael@0 | 17 | | <head> |
michael@0 | 18 | | <body> |
michael@0 | 19 | | <div> |
michael@0 | 20 | |
michael@0 | 21 | #data |
michael@0 | 22 | <div>Test</div> |
michael@0 | 23 | #errors |
michael@0 | 24 | (1,5): expected-doctype-but-got-start-tag |
michael@0 | 25 | #document |
michael@0 | 26 | | <html> |
michael@0 | 27 | | <head> |
michael@0 | 28 | | <body> |
michael@0 | 29 | | <div> |
michael@0 | 30 | | "Test" |
michael@0 | 31 | |
michael@0 | 32 | #data |
michael@0 | 33 | <di |
michael@0 | 34 | #errors |
michael@0 | 35 | (1,3): eof-in-tag-name |
michael@0 | 36 | (1,3): expected-doctype-but-got-eof |
michael@0 | 37 | #document |
michael@0 | 38 | | <html> |
michael@0 | 39 | | <head> |
michael@0 | 40 | | <body> |
michael@0 | 41 | |
michael@0 | 42 | #data |
michael@0 | 43 | <div>Hello</div> |
michael@0 | 44 | <script> |
michael@0 | 45 | console.log("PASS"); |
michael@0 | 46 | </script> |
michael@0 | 47 | <div>Bye</div> |
michael@0 | 48 | #errors |
michael@0 | 49 | (1,5): expected-doctype-but-got-start-tag |
michael@0 | 50 | #document |
michael@0 | 51 | | <html> |
michael@0 | 52 | | <head> |
michael@0 | 53 | | <body> |
michael@0 | 54 | | <div> |
michael@0 | 55 | | "Hello" |
michael@0 | 56 | | " |
michael@0 | 57 | " |
michael@0 | 58 | | <script> |
michael@0 | 59 | | " |
michael@0 | 60 | console.log("PASS"); |
michael@0 | 61 | " |
michael@0 | 62 | | " |
michael@0 | 63 | " |
michael@0 | 64 | | <div> |
michael@0 | 65 | | "Bye" |
michael@0 | 66 | |
michael@0 | 67 | #data |
michael@0 | 68 | <div foo="bar">Hello</div> |
michael@0 | 69 | #errors |
michael@0 | 70 | (1,15): expected-doctype-but-got-start-tag |
michael@0 | 71 | #document |
michael@0 | 72 | | <html> |
michael@0 | 73 | | <head> |
michael@0 | 74 | | <body> |
michael@0 | 75 | | <div> |
michael@0 | 76 | | foo="bar" |
michael@0 | 77 | | "Hello" |
michael@0 | 78 | |
michael@0 | 79 | #data |
michael@0 | 80 | <div>Hello</div> |
michael@0 | 81 | <script> |
michael@0 | 82 | console.log("FOO<span>BAR</span>BAZ"); |
michael@0 | 83 | </script> |
michael@0 | 84 | <div>Bye</div> |
michael@0 | 85 | #errors |
michael@0 | 86 | (1,5): expected-doctype-but-got-start-tag |
michael@0 | 87 | #document |
michael@0 | 88 | | <html> |
michael@0 | 89 | | <head> |
michael@0 | 90 | | <body> |
michael@0 | 91 | | <div> |
michael@0 | 92 | | "Hello" |
michael@0 | 93 | | " |
michael@0 | 94 | " |
michael@0 | 95 | | <script> |
michael@0 | 96 | | " |
michael@0 | 97 | console.log("FOO<span>BAR</span>BAZ"); |
michael@0 | 98 | " |
michael@0 | 99 | | " |
michael@0 | 100 | " |
michael@0 | 101 | | <div> |
michael@0 | 102 | | "Bye" |
michael@0 | 103 | |
michael@0 | 104 | #data |
michael@0 | 105 | <foo bar="baz"></foo><potato quack="duck"></potato> |
michael@0 | 106 | #errors |
michael@0 | 107 | (1,15): expected-doctype-but-got-start-tag |
michael@0 | 108 | #document |
michael@0 | 109 | | <html> |
michael@0 | 110 | | <head> |
michael@0 | 111 | | <body> |
michael@0 | 112 | | <foo> |
michael@0 | 113 | | bar="baz" |
michael@0 | 114 | | <potato> |
michael@0 | 115 | | quack="duck" |
michael@0 | 116 | |
michael@0 | 117 | #data |
michael@0 | 118 | <foo bar="baz"><potato quack="duck"></potato></foo> |
michael@0 | 119 | #errors |
michael@0 | 120 | (1,15): expected-doctype-but-got-start-tag |
michael@0 | 121 | #document |
michael@0 | 122 | | <html> |
michael@0 | 123 | | <head> |
michael@0 | 124 | | <body> |
michael@0 | 125 | | <foo> |
michael@0 | 126 | | bar="baz" |
michael@0 | 127 | | <potato> |
michael@0 | 128 | | quack="duck" |
michael@0 | 129 | |
michael@0 | 130 | #data |
michael@0 | 131 | <foo></foo bar="baz"><potato></potato quack="duck"> |
michael@0 | 132 | #errors |
michael@0 | 133 | (1,5): expected-doctype-but-got-start-tag |
michael@0 | 134 | (1,21): attributes-in-end-tag |
michael@0 | 135 | (1,51): attributes-in-end-tag |
michael@0 | 136 | #document |
michael@0 | 137 | | <html> |
michael@0 | 138 | | <head> |
michael@0 | 139 | | <body> |
michael@0 | 140 | | <foo> |
michael@0 | 141 | | <potato> |
michael@0 | 142 | |
michael@0 | 143 | #data |
michael@0 | 144 | </ tttt> |
michael@0 | 145 | #errors |
michael@0 | 146 | (1,2): expected-closing-tag-but-got-char |
michael@0 | 147 | (1,8): expected-doctype-but-got-eof |
michael@0 | 148 | #document |
michael@0 | 149 | | <!-- tttt --> |
michael@0 | 150 | | <html> |
michael@0 | 151 | | <head> |
michael@0 | 152 | | <body> |
michael@0 | 153 | |
michael@0 | 154 | #data |
michael@0 | 155 | <div FOO ><img><img></div> |
michael@0 | 156 | #errors |
michael@0 | 157 | (1,10): expected-doctype-but-got-start-tag |
michael@0 | 158 | #document |
michael@0 | 159 | | <html> |
michael@0 | 160 | | <head> |
michael@0 | 161 | | <body> |
michael@0 | 162 | | <div> |
michael@0 | 163 | | foo="" |
michael@0 | 164 | | <img> |
michael@0 | 165 | | <img> |
michael@0 | 166 | |
michael@0 | 167 | #data |
michael@0 | 168 | <p>Test</p<p>Test2</p> |
michael@0 | 169 | #errors |
michael@0 | 170 | (1,3): expected-doctype-but-got-start-tag |
michael@0 | 171 | (1,13): unexpected-end-tag |
michael@0 | 172 | #document |
michael@0 | 173 | | <html> |
michael@0 | 174 | | <head> |
michael@0 | 175 | | <body> |
michael@0 | 176 | | <p> |
michael@0 | 177 | | "TestTest2" |
michael@0 | 178 | |
michael@0 | 179 | #data |
michael@0 | 180 | <rdar://problem/6869687> |
michael@0 | 181 | #errors |
michael@0 | 182 | (1,7): unexpected-character-after-solidus-in-tag |
michael@0 | 183 | (1,8): unexpected-character-after-solidus-in-tag |
michael@0 | 184 | (1,16): unexpected-character-after-solidus-in-tag |
michael@0 | 185 | (1,24): expected-doctype-but-got-start-tag |
michael@0 | 186 | (1,24): expected-closing-tag-but-got-eof |
michael@0 | 187 | #document |
michael@0 | 188 | | <html> |
michael@0 | 189 | | <head> |
michael@0 | 190 | | <body> |
michael@0 | 191 | | <rdar:> |
michael@0 | 192 | | 6869687="" |
michael@0 | 193 | | problem="" |
michael@0 | 194 | |
michael@0 | 195 | #data |
michael@0 | 196 | <A>test< /A> |
michael@0 | 197 | #errors |
michael@0 | 198 | (1,3): expected-doctype-but-got-start-tag |
michael@0 | 199 | (1,8): expected-tag-name |
michael@0 | 200 | (1,12): expected-closing-tag-but-got-eof |
michael@0 | 201 | #document |
michael@0 | 202 | | <html> |
michael@0 | 203 | | <head> |
michael@0 | 204 | | <body> |
michael@0 | 205 | | <a> |
michael@0 | 206 | | "test< /A>" |
michael@0 | 207 | |
michael@0 | 208 | #data |
michael@0 | 209 | < |
michael@0 | 210 | #errors |
michael@0 | 211 | (1,4): expected-doctype-but-got-chars |
michael@0 | 212 | #document |
michael@0 | 213 | | <html> |
michael@0 | 214 | | <head> |
michael@0 | 215 | | <body> |
michael@0 | 216 | | "<" |
michael@0 | 217 | |
michael@0 | 218 | #data |
michael@0 | 219 | <body foo='bar'><body foo='baz' yo='mama'> |
michael@0 | 220 | #errors |
michael@0 | 221 | (1,16): expected-doctype-but-got-start-tag |
michael@0 | 222 | (1,42): unexpected-start-tag |
michael@0 | 223 | #document |
michael@0 | 224 | | <html> |
michael@0 | 225 | | <head> |
michael@0 | 226 | | <body> |
michael@0 | 227 | | foo="bar" |
michael@0 | 228 | | yo="mama" |
michael@0 | 229 | |
michael@0 | 230 | #data |
michael@0 | 231 | <body></br foo="bar"></body> |
michael@0 | 232 | #errors |
michael@0 | 233 | (1,6): expected-doctype-but-got-start-tag |
michael@0 | 234 | (1,21): attributes-in-end-tag |
michael@0 | 235 | (1,21): unexpected-end-tag-treated-as |
michael@0 | 236 | #document |
michael@0 | 237 | | <html> |
michael@0 | 238 | | <head> |
michael@0 | 239 | | <body> |
michael@0 | 240 | | <br> |
michael@0 | 241 | |
michael@0 | 242 | #data |
michael@0 | 243 | <bdy><br foo="bar"></body> |
michael@0 | 244 | #errors |
michael@0 | 245 | (1,5): expected-doctype-but-got-start-tag |
michael@0 | 246 | (1,26): expected-one-end-tag-but-got-another |
michael@0 | 247 | #document |
michael@0 | 248 | | <html> |
michael@0 | 249 | | <head> |
michael@0 | 250 | | <body> |
michael@0 | 251 | | <bdy> |
michael@0 | 252 | | <br> |
michael@0 | 253 | | foo="bar" |
michael@0 | 254 | |
michael@0 | 255 | #data |
michael@0 | 256 | <body></body></br foo="bar"> |
michael@0 | 257 | #errors |
michael@0 | 258 | (1,6): expected-doctype-but-got-start-tag |
michael@0 | 259 | (1,28): attributes-in-end-tag |
michael@0 | 260 | (1,28): unexpected-end-tag-after-body |
michael@0 | 261 | (1,28): unexpected-end-tag-treated-as |
michael@0 | 262 | #document |
michael@0 | 263 | | <html> |
michael@0 | 264 | | <head> |
michael@0 | 265 | | <body> |
michael@0 | 266 | | <br> |
michael@0 | 267 | |
michael@0 | 268 | #data |
michael@0 | 269 | <bdy></body><br foo="bar"> |
michael@0 | 270 | #errors |
michael@0 | 271 | (1,5): expected-doctype-but-got-start-tag |
michael@0 | 272 | (1,12): expected-one-end-tag-but-got-another |
michael@0 | 273 | (1,26): unexpected-start-tag-after-body |
michael@0 | 274 | (1,26): expected-closing-tag-but-got-eof |
michael@0 | 275 | #document |
michael@0 | 276 | | <html> |
michael@0 | 277 | | <head> |
michael@0 | 278 | | <body> |
michael@0 | 279 | | <bdy> |
michael@0 | 280 | | <br> |
michael@0 | 281 | | foo="bar" |
michael@0 | 282 | |
michael@0 | 283 | #data |
michael@0 | 284 | <html><body></body></html><!-- Hi there --> |
michael@0 | 285 | #errors |
michael@0 | 286 | (1,6): expected-doctype-but-got-start-tag |
michael@0 | 287 | #document |
michael@0 | 288 | | <html> |
michael@0 | 289 | | <head> |
michael@0 | 290 | | <body> |
michael@0 | 291 | | <!-- Hi there --> |
michael@0 | 292 | |
michael@0 | 293 | #data |
michael@0 | 294 | <html><body></body></html>x<!-- Hi there --> |
michael@0 | 295 | #errors |
michael@0 | 296 | (1,6): expected-doctype-but-got-start-tag |
michael@0 | 297 | (1,27): expected-eof-but-got-char |
michael@0 | 298 | #document |
michael@0 | 299 | | <html> |
michael@0 | 300 | | <head> |
michael@0 | 301 | | <body> |
michael@0 | 302 | | "x" |
michael@0 | 303 | | <!-- Hi there --> |
michael@0 | 304 | |
michael@0 | 305 | #data |
michael@0 | 306 | <html><body></body></html>x<!-- Hi there --></html><!-- Again --> |
michael@0 | 307 | #errors |
michael@0 | 308 | (1,6): expected-doctype-but-got-start-tag |
michael@0 | 309 | (1,27): expected-eof-but-got-char |
michael@0 | 310 | #document |
michael@0 | 311 | | <html> |
michael@0 | 312 | | <head> |
michael@0 | 313 | | <body> |
michael@0 | 314 | | "x" |
michael@0 | 315 | | <!-- Hi there --> |
michael@0 | 316 | | <!-- Again --> |
michael@0 | 317 | |
michael@0 | 318 | #data |
michael@0 | 319 | <html><body></body></html>x<!-- Hi there --></body></html><!-- Again --> |
michael@0 | 320 | #errors |
michael@0 | 321 | (1,6): expected-doctype-but-got-start-tag |
michael@0 | 322 | (1,27): expected-eof-but-got-char |
michael@0 | 323 | #document |
michael@0 | 324 | | <html> |
michael@0 | 325 | | <head> |
michael@0 | 326 | | <body> |
michael@0 | 327 | | "x" |
michael@0 | 328 | | <!-- Hi there --> |
michael@0 | 329 | | <!-- Again --> |
michael@0 | 330 | |
michael@0 | 331 | #data |
michael@0 | 332 | <html><body><ruby><div><rp>xx</rp></div></ruby></body></html> |
michael@0 | 333 | #errors |
michael@0 | 334 | (1,6): expected-doctype-but-got-start-tag |
michael@0 | 335 | (1,27): XXX-undefined-error |
michael@0 | 336 | #document |
michael@0 | 337 | | <html> |
michael@0 | 338 | | <head> |
michael@0 | 339 | | <body> |
michael@0 | 340 | | <ruby> |
michael@0 | 341 | | <div> |
michael@0 | 342 | | <rp> |
michael@0 | 343 | | "xx" |
michael@0 | 344 | |
michael@0 | 345 | #data |
michael@0 | 346 | <html><body><ruby><div><rt>xx</rt></div></ruby></body></html> |
michael@0 | 347 | #errors |
michael@0 | 348 | (1,6): expected-doctype-but-got-start-tag |
michael@0 | 349 | (1,27): XXX-undefined-error |
michael@0 | 350 | #document |
michael@0 | 351 | | <html> |
michael@0 | 352 | | <head> |
michael@0 | 353 | | <body> |
michael@0 | 354 | | <ruby> |
michael@0 | 355 | | <div> |
michael@0 | 356 | | <rt> |
michael@0 | 357 | | "xx" |
michael@0 | 358 | |
michael@0 | 359 | #data |
michael@0 | 360 | <html><frameset><!--1--><noframes>A</noframes><!--2--></frameset><!--3--><noframes>B</noframes><!--4--></html><!--5--><noframes>C</noframes><!--6--> |
michael@0 | 361 | #errors |
michael@0 | 362 | (1,6): expected-doctype-but-got-start-tag |
michael@0 | 363 | #document |
michael@0 | 364 | | <html> |
michael@0 | 365 | | <head> |
michael@0 | 366 | | <frameset> |
michael@0 | 367 | | <!-- 1 --> |
michael@0 | 368 | | <noframes> |
michael@0 | 369 | | "A" |
michael@0 | 370 | | <!-- 2 --> |
michael@0 | 371 | | <!-- 3 --> |
michael@0 | 372 | | <noframes> |
michael@0 | 373 | | "B" |
michael@0 | 374 | | <!-- 4 --> |
michael@0 | 375 | | <noframes> |
michael@0 | 376 | | "C" |
michael@0 | 377 | | <!-- 5 --> |
michael@0 | 378 | | <!-- 6 --> |
michael@0 | 379 | |
michael@0 | 380 | #data |
michael@0 | 381 | <select><option>A<select><option>B<select><option>C<select><option>D<select><option>E<select><option>F<select><option>G<select> |
michael@0 | 382 | #errors |
michael@0 | 383 | (1,8): expected-doctype-but-got-start-tag |
michael@0 | 384 | (1,25): unexpected-select-in-select |
michael@0 | 385 | (1,59): unexpected-select-in-select |
michael@0 | 386 | (1,93): unexpected-select-in-select |
michael@0 | 387 | (1,127): unexpected-select-in-select |
michael@0 | 388 | (1,127): expected-closing-tag-but-got-eof |
michael@0 | 389 | #document |
michael@0 | 390 | | <html> |
michael@0 | 391 | | <head> |
michael@0 | 392 | | <body> |
michael@0 | 393 | | <select> |
michael@0 | 394 | | <option> |
michael@0 | 395 | | "A" |
michael@0 | 396 | | <option> |
michael@0 | 397 | | "B" |
michael@0 | 398 | | <select> |
michael@0 | 399 | | <option> |
michael@0 | 400 | | "C" |
michael@0 | 401 | | <option> |
michael@0 | 402 | | "D" |
michael@0 | 403 | | <select> |
michael@0 | 404 | | <option> |
michael@0 | 405 | | "E" |
michael@0 | 406 | | <option> |
michael@0 | 407 | | "F" |
michael@0 | 408 | | <select> |
michael@0 | 409 | | <option> |
michael@0 | 410 | | "G" |
michael@0 | 411 | |
michael@0 | 412 | #data |
michael@0 | 413 | <dd><dd><dt><dt><dd><li><li> |
michael@0 | 414 | #errors |
michael@0 | 415 | (1,4): expected-doctype-but-got-start-tag |
michael@0 | 416 | #document |
michael@0 | 417 | | <html> |
michael@0 | 418 | | <head> |
michael@0 | 419 | | <body> |
michael@0 | 420 | | <dd> |
michael@0 | 421 | | <dd> |
michael@0 | 422 | | <dt> |
michael@0 | 423 | | <dt> |
michael@0 | 424 | | <dd> |
michael@0 | 425 | | <li> |
michael@0 | 426 | | <li> |
michael@0 | 427 | |
michael@0 | 428 | #data |
michael@0 | 429 | <div><b></div><div><nobr>a<nobr> |
michael@0 | 430 | #errors |
michael@0 | 431 | (1,5): expected-doctype-but-got-start-tag |
michael@0 | 432 | (1,14): end-tag-too-early |
michael@0 | 433 | (1,32): unexpected-start-tag-implies-end-tag |
michael@0 | 434 | (1,32): expected-closing-tag-but-got-eof |
michael@0 | 435 | #document |
michael@0 | 436 | | <html> |
michael@0 | 437 | | <head> |
michael@0 | 438 | | <body> |
michael@0 | 439 | | <div> |
michael@0 | 440 | | <b> |
michael@0 | 441 | | <div> |
michael@0 | 442 | | <b> |
michael@0 | 443 | | <nobr> |
michael@0 | 444 | | "a" |
michael@0 | 445 | | <nobr> |
michael@0 | 446 | |
michael@0 | 447 | #data |
michael@0 | 448 | <head></head> |
michael@0 | 449 | <body></body> |
michael@0 | 450 | #errors |
michael@0 | 451 | (1,6): expected-doctype-but-got-start-tag |
michael@0 | 452 | #document |
michael@0 | 453 | | <html> |
michael@0 | 454 | | <head> |
michael@0 | 455 | | " |
michael@0 | 456 | " |
michael@0 | 457 | | <body> |
michael@0 | 458 | |
michael@0 | 459 | #data |
michael@0 | 460 | <head></head> <style></style>ddd |
michael@0 | 461 | #errors |
michael@0 | 462 | (1,6): expected-doctype-but-got-start-tag |
michael@0 | 463 | (1,21): unexpected-start-tag-out-of-my-head |
michael@0 | 464 | #document |
michael@0 | 465 | | <html> |
michael@0 | 466 | | <head> |
michael@0 | 467 | | <style> |
michael@0 | 468 | | " " |
michael@0 | 469 | | <body> |
michael@0 | 470 | | "ddd" |
michael@0 | 471 | |
michael@0 | 472 | #data |
michael@0 | 473 | <kbd><table></kbd><col><select><tr> |
michael@0 | 474 | #errors |
michael@0 | 475 | (1,5): expected-doctype-but-got-start-tag |
michael@0 | 476 | (1,18): unexpected-end-tag-implies-table-voodoo |
michael@0 | 477 | (1,18): unexpected-end-tag |
michael@0 | 478 | (1,31): unexpected-start-tag-implies-table-voodoo |
michael@0 | 479 | (1,35): unexpected-table-element-start-tag-in-select-in-table |
michael@0 | 480 | (1,35): eof-in-table |
michael@0 | 481 | #document |
michael@0 | 482 | | <html> |
michael@0 | 483 | | <head> |
michael@0 | 484 | | <body> |
michael@0 | 485 | | <kbd> |
michael@0 | 486 | | <select> |
michael@0 | 487 | | <table> |
michael@0 | 488 | | <colgroup> |
michael@0 | 489 | | <col> |
michael@0 | 490 | | <tbody> |
michael@0 | 491 | | <tr> |
michael@0 | 492 | |
michael@0 | 493 | #data |
michael@0 | 494 | <kbd><table></kbd><col><select><tr></table><div> |
michael@0 | 495 | #errors |
michael@0 | 496 | (1,5): expected-doctype-but-got-start-tag |
michael@0 | 497 | (1,18): unexpected-end-tag-implies-table-voodoo |
michael@0 | 498 | (1,18): unexpected-end-tag |
michael@0 | 499 | (1,31): unexpected-start-tag-implies-table-voodoo |
michael@0 | 500 | (1,35): unexpected-table-element-start-tag-in-select-in-table |
michael@0 | 501 | (1,48): expected-closing-tag-but-got-eof |
michael@0 | 502 | #document |
michael@0 | 503 | | <html> |
michael@0 | 504 | | <head> |
michael@0 | 505 | | <body> |
michael@0 | 506 | | <kbd> |
michael@0 | 507 | | <select> |
michael@0 | 508 | | <table> |
michael@0 | 509 | | <colgroup> |
michael@0 | 510 | | <col> |
michael@0 | 511 | | <tbody> |
michael@0 | 512 | | <tr> |
michael@0 | 513 | | <div> |
michael@0 | 514 | |
michael@0 | 515 | #data |
michael@0 | 516 | <a><li><style></style><title></title></a> |
michael@0 | 517 | #errors |
michael@0 | 518 | (1,3): expected-doctype-but-got-start-tag |
michael@0 | 519 | (1,41): adoption-agency-1.3 |
michael@0 | 520 | #document |
michael@0 | 521 | | <html> |
michael@0 | 522 | | <head> |
michael@0 | 523 | | <body> |
michael@0 | 524 | | <a> |
michael@0 | 525 | | <li> |
michael@0 | 526 | | <a> |
michael@0 | 527 | | <style> |
michael@0 | 528 | | <title> |
michael@0 | 529 | |
michael@0 | 530 | #data |
michael@0 | 531 | <font></p><p><meta><title></title></font> |
michael@0 | 532 | #errors |
michael@0 | 533 | (1,6): expected-doctype-but-got-start-tag |
michael@0 | 534 | (1,10): unexpected-end-tag |
michael@0 | 535 | (1,41): adoption-agency-1.3 |
michael@0 | 536 | #document |
michael@0 | 537 | | <html> |
michael@0 | 538 | | <head> |
michael@0 | 539 | | <body> |
michael@0 | 540 | | <font> |
michael@0 | 541 | | <p> |
michael@0 | 542 | | <p> |
michael@0 | 543 | | <font> |
michael@0 | 544 | | <meta> |
michael@0 | 545 | | <title> |
michael@0 | 546 | |
michael@0 | 547 | #data |
michael@0 | 548 | <a><center><title></title><a> |
michael@0 | 549 | #errors |
michael@0 | 550 | (1,3): expected-doctype-but-got-start-tag |
michael@0 | 551 | (1,29): unexpected-start-tag-implies-end-tag |
michael@0 | 552 | (1,29): adoption-agency-1.3 |
michael@0 | 553 | (1,29): expected-closing-tag-but-got-eof |
michael@0 | 554 | #document |
michael@0 | 555 | | <html> |
michael@0 | 556 | | <head> |
michael@0 | 557 | | <body> |
michael@0 | 558 | | <a> |
michael@0 | 559 | | <center> |
michael@0 | 560 | | <a> |
michael@0 | 561 | | <title> |
michael@0 | 562 | | <a> |
michael@0 | 563 | |
michael@0 | 564 | #data |
michael@0 | 565 | <svg><title><div> |
michael@0 | 566 | #errors |
michael@0 | 567 | (1,5): expected-doctype-but-got-start-tag |
michael@0 | 568 | (1,17): expected-closing-tag-but-got-eof |
michael@0 | 569 | #document |
michael@0 | 570 | | <html> |
michael@0 | 571 | | <head> |
michael@0 | 572 | | <body> |
michael@0 | 573 | | <svg svg> |
michael@0 | 574 | | <svg title> |
michael@0 | 575 | | <div> |
michael@0 | 576 | |
michael@0 | 577 | #data |
michael@0 | 578 | <svg><title><rect><div> |
michael@0 | 579 | #errors |
michael@0 | 580 | (1,5): expected-doctype-but-got-start-tag |
michael@0 | 581 | (1,23): expected-closing-tag-but-got-eof |
michael@0 | 582 | #document |
michael@0 | 583 | | <html> |
michael@0 | 584 | | <head> |
michael@0 | 585 | | <body> |
michael@0 | 586 | | <svg svg> |
michael@0 | 587 | | <svg title> |
michael@0 | 588 | | <rect> |
michael@0 | 589 | | <div> |
michael@0 | 590 | |
michael@0 | 591 | #data |
michael@0 | 592 | <svg><title><svg><div> |
michael@0 | 593 | #errors |
michael@0 | 594 | (1,5): expected-doctype-but-got-start-tag |
michael@0 | 595 | (1,22): unexpected-html-element-in-foreign-content |
michael@0 | 596 | (1,22): expected-closing-tag-but-got-eof |
michael@0 | 597 | #document |
michael@0 | 598 | | <html> |
michael@0 | 599 | | <head> |
michael@0 | 600 | | <body> |
michael@0 | 601 | | <svg svg> |
michael@0 | 602 | | <svg title> |
michael@0 | 603 | | <svg svg> |
michael@0 | 604 | | <div> |
michael@0 | 605 | |
michael@0 | 606 | #data |
michael@0 | 607 | <img <="" FAIL> |
michael@0 | 608 | #errors |
michael@0 | 609 | (1,6): invalid-character-in-attribute-name |
michael@0 | 610 | (1,15): expected-doctype-but-got-start-tag |
michael@0 | 611 | #document |
michael@0 | 612 | | <html> |
michael@0 | 613 | | <head> |
michael@0 | 614 | | <body> |
michael@0 | 615 | | <img> |
michael@0 | 616 | | <="" |
michael@0 | 617 | | fail="" |
michael@0 | 618 | |
michael@0 | 619 | #data |
michael@0 | 620 | <ul><li><div id='foo'/>A</li><li>B<div>C</div></li></ul> |
michael@0 | 621 | #errors |
michael@0 | 622 | (1,4): expected-doctype-but-got-start-tag |
michael@0 | 623 | (1,23): non-void-element-with-trailing-solidus |
michael@0 | 624 | (1,29): end-tag-too-early |
michael@0 | 625 | #document |
michael@0 | 626 | | <html> |
michael@0 | 627 | | <head> |
michael@0 | 628 | | <body> |
michael@0 | 629 | | <ul> |
michael@0 | 630 | | <li> |
michael@0 | 631 | | <div> |
michael@0 | 632 | | id="foo" |
michael@0 | 633 | | "A" |
michael@0 | 634 | | <li> |
michael@0 | 635 | | "B" |
michael@0 | 636 | | <div> |
michael@0 | 637 | | "C" |
michael@0 | 638 | |
michael@0 | 639 | #data |
michael@0 | 640 | <svg><em><desc></em> |
michael@0 | 641 | #errors |
michael@0 | 642 | (1,5): expected-doctype-but-got-start-tag |
michael@0 | 643 | (1,9): unexpected-html-element-in-foreign-content |
michael@0 | 644 | (1,20): adoption-agency-1.3 |
michael@0 | 645 | #document |
michael@0 | 646 | | <html> |
michael@0 | 647 | | <head> |
michael@0 | 648 | | <body> |
michael@0 | 649 | | <svg svg> |
michael@0 | 650 | | <em> |
michael@0 | 651 | | <desc> |
michael@0 | 652 | |
michael@0 | 653 | #data |
michael@0 | 654 | <svg><tfoot></mi><td> |
michael@0 | 655 | #errors |
michael@0 | 656 | (1,5): expected-doctype-but-got-start-tag |
michael@0 | 657 | (1,17): unexpected-end-tag |
michael@0 | 658 | (1,17): unexpected-end-tag |
michael@0 | 659 | (1,21): expected-closing-tag-but-got-eof |
michael@0 | 660 | #document |
michael@0 | 661 | | <html> |
michael@0 | 662 | | <head> |
michael@0 | 663 | | <body> |
michael@0 | 664 | | <svg svg> |
michael@0 | 665 | | <svg tfoot> |
michael@0 | 666 | | <svg td> |
michael@0 | 667 | |
michael@0 | 668 | #data |
michael@0 | 669 | <math><mrow><mrow><mn>1</mn></mrow><mi>a</mi></mrow></math> |
michael@0 | 670 | #errors |
michael@0 | 671 | (1,6): expected-doctype-but-got-start-tag |
michael@0 | 672 | #document |
michael@0 | 673 | | <html> |
michael@0 | 674 | | <head> |
michael@0 | 675 | | <body> |
michael@0 | 676 | | <math math> |
michael@0 | 677 | | <math mrow> |
michael@0 | 678 | | <math mrow> |
michael@0 | 679 | | <math mn> |
michael@0 | 680 | | "1" |
michael@0 | 681 | | <math mi> |
michael@0 | 682 | | "a" |
michael@0 | 683 | |
michael@0 | 684 | #data |
michael@0 | 685 | <!doctype html><input type="hidden"><frameset> |
michael@0 | 686 | #errors |
michael@0 | 687 | (1,46): unexpected-start-tag |
michael@0 | 688 | (1,46): eof-in-frameset |
michael@0 | 689 | #document |
michael@0 | 690 | | <!DOCTYPE html> |
michael@0 | 691 | | <html> |
michael@0 | 692 | | <head> |
michael@0 | 693 | | <frameset> |
michael@0 | 694 | |
michael@0 | 695 | #data |
michael@0 | 696 | <!doctype html><input type="button"><frameset> |
michael@0 | 697 | #errors |
michael@0 | 698 | (1,46): unexpected-start-tag |
michael@0 | 699 | #document |
michael@0 | 700 | | <!DOCTYPE html> |
michael@0 | 701 | | <html> |
michael@0 | 702 | | <head> |
michael@0 | 703 | | <body> |
michael@0 | 704 | | <input> |
michael@0 | 705 | | type="button" |