Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #data
  2. Test
  3. #errors
  4. Line: 1 Col: 4 Unexpected non-space characters. Expected DOCTYPE.
  5. #document
  6. | <html>
  7. |   <head>
  8. |   <body>
  9. |     "Test"
  10.  
  11. #data
  12. <p>One<p>Two
  13. #errors
  14. Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
  15. #document
  16. | <html>
  17. |   <head>
  18. |   <body>
  19. |     <p>
  20. |       "One"
  21. |     <p>
  22. |       "Two"
  23.  
  24. #data
  25. Line1<br>Line2<br>Line3<br>Line4
  26. #errors
  27. Line: 1 Col: 5 Unexpected non-space characters. Expected DOCTYPE.
  28. #document
  29. | <html>
  30. |   <head>
  31. |   <body>
  32. |     "Line1"
  33. |     <br>
  34. |     "Line2"
  35. |     <br>
  36. |     "Line3"
  37. |     <br>
  38. |     "Line4"
  39.  
  40. #data
  41. <html>
  42. #errors
  43. Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
  44. #document
  45. | <html>
  46. |   <head>
  47. |   <body>
  48.  
  49. #data
  50. <head>
  51. #errors
  52. Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE.
  53. #document
  54. | <html>
  55. |   <head>
  56. |   <body>
  57.  
  58. #data
  59. <body>
  60. #errors
  61. Line: 1 Col: 6 Unexpected start tag (body). Expected DOCTYPE.
  62. #document
  63. | <html>
  64. |   <head>
  65. |   <body>
  66.  
  67. #data
  68. <html><head>
  69. #errors
  70. Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
  71. #document
  72. | <html>
  73. |   <head>
  74. |   <body>
  75.  
  76. #data
  77. <html><head></head>
  78. #errors
  79. Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
  80. #document
  81. | <html>
  82. |   <head>
  83. |   <body>
  84.  
  85. #data
  86. <html><head></head><body>
  87. #errors
  88. Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
  89. #document
  90. | <html>
  91. |   <head>
  92. |   <body>
  93.  
  94. #data
  95. <html><head></head><body></body>
  96. #errors
  97. Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
  98. #document
  99. | <html>
  100. |   <head>
  101. |   <body>
  102.  
  103. #data
  104. <html><head><body></body></html>
  105. #errors
  106. Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
  107. #document
  108. | <html>
  109. |   <head>
  110. |   <body>
  111.  
  112. #data
  113. <html><head></body></html>
  114. #errors
  115. Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
  116. Line: 1 Col: 19 Unexpected end tag (body).
  117. Line: 1 Col: 26 Unexpected end tag (html).
  118. #document
  119. | <html>
  120. |   <head>
  121. |   <body>
  122.  
  123. #data
  124. <html><head><body></html>
  125. #errors
  126. Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
  127. #document
  128. | <html>
  129. |   <head>
  130. |   <body>
  131.  
  132. #data
  133. <html><body></html>
  134. #errors
  135. Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
  136. #document
  137. | <html>
  138. |   <head>
  139. |   <body>
  140.  
  141. #data
  142. <body></html>
  143. #errors
  144. Line: 1 Col: 6 Unexpected start tag (body). Expected DOCTYPE.
  145. #document
  146. | <html>
  147. |   <head>
  148. |   <body>
  149.  
  150. #data
  151. <head></html>
  152. #errors
  153. Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE.
  154. Line: 1 Col: 13 Unexpected end tag (html). Ignored.
  155. #document
  156. | <html>
  157. |   <head>
  158. |   <body>
  159.  
  160. #data
  161. </head>
  162. #errors
  163. Line: 1 Col: 7 Unexpected end tag (head). Expected DOCTYPE.
  164. #document
  165. | <html>
  166. |   <head>
  167. |   <body>
  168.  
  169. #data
  170. </body>
  171. #errors
  172. Line: 1 Col: 7 Unexpected end tag (body). Expected DOCTYPE.
  173. Line: 1 Col: 7 Unexpected end tag (body) after the (implied) root element.
  174. #document
  175. | <html>
  176. |   <head>
  177. |   <body>
  178.  
  179. #data
  180. </html>
  181. #errors
  182. Line: 1 Col: 7 Unexpected end tag (html). Expected DOCTYPE.
  183. Line: 1 Col: 7 Unexpected end tag (html) after the (implied) root element.
  184. #document
  185. | <html>
  186. |   <head>
  187. |   <body>
  188.  
  189. #data
  190. <b><table><td><i></table>
  191. #errors
  192. Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
  193. Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
  194. Line: 1 Col: 25 Got table cell end tag (td) while required end tags are missing.
  195. Line: 1 Col: 25 Expected closing tag. Unexpected end of file.
  196. #document
  197. | <html>
  198. |   <head>
  199. |   <body>
  200. |     <b>
  201. |       <table>
  202. |         <tbody>
  203. |           <tr>
  204. |             <td>
  205. |               <i>
  206.  
  207. #data
  208. <b><table><td></b><i></table>X
  209. #errors
  210. Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
  211. Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
  212. Line: 1 Col: 18 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
  213. Line: 1 Col: 29 Got table cell end tag (td) while required end tags are missing.
  214. Line: 1 Col: 30 Expected closing tag. Unexpected end of file.
  215. #document
  216. | <html>
  217. |   <head>
  218. |   <body>
  219. |     <b>
  220. |       <table>
  221. |         <tbody>
  222. |           <tr>
  223. |             <td>
  224. |               <i>
  225. |       "X"
  226.  
  227. #data
  228. <h1>Hello<h2>World
  229. #errors
  230. 4: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
  231. 13: Heading cannot be a child of another heading.
  232. 18: End of file seen and there were open elements.
  233. #document
  234. | <html>
  235. |   <head>
  236. |   <body>
  237. |     <h1>
  238. |       "Hello"
  239. |     <h2>
  240. |       "World"
  241.  
  242. #data
  243. <a><p>X<a>Y</a>Z</p></a>
  244. #errors
  245. Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE.
  246. Line: 1 Col: 10 Unexpected start tag (a) implies end tag (a).
  247. Line: 1 Col: 10 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
  248. Line: 1 Col: 24 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
  249. #document
  250. | <html>
  251. |   <head>
  252. |   <body>
  253. |     <a>
  254. |     <p>
  255. |       <a>
  256. |         "X"
  257. |       <a>
  258. |         "Y"
  259. |       "Z"
  260.  
  261. #data
  262. <b><button></b></button></b>
  263. #errors
  264. Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
  265. Line: 1 Col: 15 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
  266. #document
  267. | <html>
  268. |   <head>
  269. |   <body>
  270. |     <b>
  271. |       <button>
  272.  
  273. #data
  274. <p><b><div><marquee></p></b></div>X
  275. #errors
  276. Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
  277. Line: 1 Col: 11 Unexpected end tag (p). Ignored.
  278. Line: 1 Col: 24 Unexpected end tag (p). Ignored.
  279. Line: 1 Col: 28 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
  280. Line: 1 Col: 34 End tag (div) seen too early. Expected other end tag.
  281. Line: 1 Col: 35 Expected closing tag. Unexpected end of file.
  282. #document
  283. | <html>
  284. |   <head>
  285. |   <body>
  286. |     <p>
  287. |       <b>
  288. |     <div>
  289. |       <b>
  290. |         <marquee>
  291. |           <p>
  292. |           "X"
  293.  
  294. #data
  295. <script><div></script></div><title><p></title><p><p>
  296. #errors
  297. Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
  298. Line: 1 Col: 28 Unexpected end tag (div). Ignored.
  299. #document
  300. | <html>
  301. |   <head>
  302. |     <script>
  303. |       "<div>"
  304. |     <title>
  305. |       "<p>"
  306. |   <body>
  307. |     <p>
  308. |     <p>
  309.  
  310. #data
  311. <!--><div>--<!-->
  312. #errors
  313. Line: 1 Col: 5 Incorrect comment.
  314. Line: 1 Col: 10 Unexpected start tag (div). Expected DOCTYPE.
  315. Line: 1 Col: 17 Incorrect comment.
  316. Line: 1 Col: 17 Expected closing tag. Unexpected end of file.
  317. #document
  318. | <!--  -->
  319. | <html>
  320. |   <head>
  321. |   <body>
  322. |     <div>
  323. |       "--"
  324. |       <!--  -->
  325.  
  326. #data
  327. <p><hr></p>
  328. #errors
  329. Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
  330. Line: 1 Col: 11 Unexpected end tag (p). Ignored.
  331. #document
  332. | <html>
  333. |   <head>
  334. |   <body>
  335. |     <p>
  336. |     <hr>
  337. |     <p>
  338.  
  339. #data
  340. <select><b><option><select><option></b></select>X
  341. #errors
  342. Line: 1 Col: 8 Unexpected start tag (select). Expected DOCTYPE.
  343. Line: 1 Col: 11 Unexpected start tag token (b) in the select phase. Ignored.
  344. Line: 1 Col: 27 Unexpected select start tag in the select phase treated as select end tag.
  345. Line: 1 Col: 39 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
  346. Line: 1 Col: 48 Unexpected end tag (select). Ignored.
  347. Line: 1 Col: 49 Expected closing tag. Unexpected end of file.
  348. #document
  349. | <html>
  350. |   <head>
  351. |   <body>
  352. |     <select>
  353. |       <option>
  354. |     <option>
  355. |       "X"
  356.  
  357. #data
  358. <a><table><td><a><table></table><a></tr><a></table><b>X</b>C<a>Y
  359. #errors
  360. Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE.
  361. Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
  362. Line: 1 Col: 35 Unexpected start tag (a) implies end tag (a).
  363. Line: 1 Col: 40 Got table cell end tag (td) while required end tags are missing.
  364. Line: 1 Col: 43 Unexpected start tag (a) in table context caused voodoo mode.
  365. Line: 1 Col: 43 Unexpected start tag (a) implies end tag (a).
  366. Line: 1 Col: 43 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
  367. Line: 1 Col: 51 Unexpected implied end tag (a) in the table phase.
  368. Line: 1 Col: 63 Unexpected start tag (a) implies end tag (a).
  369. Line: 1 Col: 64 Expected closing tag. Unexpected end of file.
  370. #document
  371. | <html>
  372. |   <head>
  373. |   <body>
  374. |     <a>
  375. |       <a>
  376. |       <table>
  377. |         <tbody>
  378. |           <tr>
  379. |             <td>
  380. |               <a>
  381. |                 <table>
  382. |               <a>
  383. |     <a>
  384. |       <b>
  385. |         "X"
  386. |       "C"
  387. |     <a>
  388. |       "Y"
  389.  
  390. #data
  391. <a X>0<b>1<a Y>2
  392. #errors
  393. Line: 1 Col: 5 Unexpected start tag (a). Expected DOCTYPE.
  394. Line: 1 Col: 15 Unexpected start tag (a) implies end tag (a).
  395. Line: 1 Col: 15 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
  396. Line: 1 Col: 16 Expected closing tag. Unexpected end of file.
  397. #document
  398. | <html>
  399. |   <head>
  400. |   <body>
  401. |     <a>
  402. |       x=""
  403. |       "0"
  404. |       <b>
  405. |         "1"
  406. |     <b>
  407. |       <a>
  408. |         y=""
  409. |         "2"
  410.  
  411. #data
  412. <!-----><font><div>hello<table>excite!<b>me!<th><i>please!</tr><!--X-->
  413. #errors
  414. Line: 1 Col: 7 Unexpected '-' after '--' found in comment.
  415. Line: 1 Col: 14 Unexpected start tag (font). Expected DOCTYPE.
  416. Line: 1 Col: 38 Unexpected non-space characters in table context caused voodoo mode.
  417. Line: 1 Col: 41 Unexpected start tag (b) in table context caused voodoo mode.
  418. Line: 1 Col: 48 Unexpected implied end tag (b) in the table phase.
  419. Line: 1 Col: 48 Unexpected table cell start tag (th) in the table body phase.
  420. Line: 1 Col: 63 Got table cell end tag (th) while required end tags are missing.
  421. Line: 1 Col: 71 Unexpected end of file. Expected table content.
  422. #document
  423. | <!-- - -->
  424. | <html>
  425. |   <head>
  426. |   <body>
  427. |     <font>
  428. |       <div>
  429. |         "helloexcite!"
  430. |         <b>
  431. |           "me!"
  432. |         <table>
  433. |           <tbody>
  434. |             <tr>
  435. |               <th>
  436. |                 <i>
  437. |                   "please!"
  438. |             <!-- X -->
  439.  
  440. #data
  441. <!DOCTYPE html><li>hello<li>world<ul>how<li>do</ul>you</body><!--do-->
  442. #errors
  443. Line: 1 Col: 61 Unexpected end tag (li). Missing end tag (body).
  444. #document
  445. | <!DOCTYPE html>
  446. | <html>
  447. |   <head>
  448. |   <body>
  449. |     <li>
  450. |       "hello"
  451. |     <li>
  452. |       "world"
  453. |       <ul>
  454. |         "how"
  455. |         <li>
  456. |           "do"
  457. |       "you"
  458. |   <!-- do -->
  459.  
  460. #data
  461. <!DOCTYPE html>A<option>B<optgroup>C<select>D</option>E
  462. #errors
  463. Line: 1 Col: 54 Unexpected end tag (option) in the select phase. Ignored.
  464. Line: 1 Col: 55 Expected closing tag. Unexpected end of file.
  465. #document
  466. | <!DOCTYPE html>
  467. | <html>
  468. |   <head>
  469. |   <body>
  470. |     "A"
  471. |     <option>
  472. |       "B"
  473. |     <optgroup>
  474. |       "C"
  475. |       <select>
  476. |         "DE"
  477.  
  478. #data
  479. <
  480. #errors
  481. Line: 1 Col: 1 Expected tag name. Got something else instead
  482. Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
  483. #document
  484. | <html>
  485. |   <head>
  486. |   <body>
  487. |     "<"
  488.  
  489. #data
  490. <#
  491. #errors
  492. Line: 1 Col: 1 Expected tag name. Got something else instead
  493. Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
  494. #document
  495. | <html>
  496. |   <head>
  497. |   <body>
  498. |     "<#"
  499.  
  500. #data
  501. </
  502. #errors
  503. Line: 1 Col: 2 Expected closing tag. Unexpected end of file.
  504. Line: 1 Col: 2 Unexpected non-space characters. Expected DOCTYPE.
  505. #document
  506. | <html>
  507. |   <head>
  508. |   <body>
  509. |     "</"
  510.  
  511. #data
  512. </#
  513. #errors
  514. Line: 1 Col: 2 Expected closing tag. Unexpected character '#' found.
  515. Line: 1 Col: 3 Unexpected End of file. Expected DOCTYPE.
  516. #document
  517. | <!-- # -->
  518. | <html>
  519. |   <head>
  520. |   <body>
  521.  
  522. #data
  523. <?
  524. #errors
  525. Line: 1 Col: 1 Expected tag name. Got '?' instead. (HTML doesn't support processing instructions.)
  526. Line: 1 Col: 2 Unexpected End of file. Expected DOCTYPE.
  527. #document
  528. | <!-- ? -->
  529. | <html>
  530. |   <head>
  531. |   <body>
  532.  
  533. #data
  534. <?#
  535. #errors
  536. Line: 1 Col: 1 Expected tag name. Got '?' instead. (HTML doesn't support processing instructions.)
  537. Line: 1 Col: 3 Unexpected End of file. Expected DOCTYPE.
  538. #document
  539. | <!-- ?# -->
  540. | <html>
  541. |   <head>
  542. |   <body>
  543.  
  544. #data
  545. <!
  546. #errors
  547. Line: 1 Col: 2 Expected '--' or 'DOCTYPE'. Not found.
  548. Line: 1 Col: 2 Unexpected End of file. Expected DOCTYPE.
  549. #document
  550. | <!--  -->
  551. | <html>
  552. |   <head>
  553. |   <body>
  554.  
  555. #data
  556. <!#
  557. #errors
  558. Line: 1 Col: 3 Expected '--' or 'DOCTYPE'. Not found.
  559. Line: 1 Col: 3 Unexpected End of file. Expected DOCTYPE.
  560. #document
  561. | <!-- # -->
  562. | <html>
  563. |   <head>
  564. |   <body>
  565.  
  566. #data
  567. <?COMMENT?>
  568. #errors
  569. Line: 1 Col: 1 Expected tag name. Got '?' instead. (HTML doesn't support processing instructions.)
  570. Line: 1 Col: 11 Unexpected End of file. Expected DOCTYPE.
  571. #document
  572. | <!-- ?COMMENT? -->
  573. | <html>
  574. |   <head>
  575. |   <body>
  576.  
  577. #data
  578. <!COMMENT>
  579. #errors
  580. Line: 1 Col: 2 Expected '--' or 'DOCTYPE'. Not found.
  581. Line: 1 Col: 10 Unexpected End of file. Expected DOCTYPE.
  582. #document
  583. | <!-- COMMENT -->
  584. | <html>
  585. |   <head>
  586. |   <body>
  587.  
  588. #data
  589. </ COMMENT >
  590. #errors
  591. Line: 1 Col: 2 Expected closing tag. Unexpected character ' ' found.
  592. Line: 1 Col: 12 Unexpected End of file. Expected DOCTYPE.
  593. #document
  594. | <!--  COMMENT  -->
  595. | <html>
  596. |   <head>
  597. |   <body>
  598.  
  599. #data
  600. <?COM--MENT?>
  601. #errors
  602. Line: 1 Col: 1 Expected tag name. Got '?' instead. (HTML doesn't support processing instructions.)
  603. Line: 1 Col: 13 Unexpected End of file. Expected DOCTYPE.
  604. #document
  605. | <!-- ?COM--MENT? -->
  606. | <html>
  607. |   <head>
  608. |   <body>
  609.  
  610. #data
  611. <!COM--MENT>
  612. #errors
  613. Line: 1 Col: 2 Expected '--' or 'DOCTYPE'. Not found.
  614. Line: 1 Col: 12 Unexpected End of file. Expected DOCTYPE.
  615. #document
  616. | <!-- COM--MENT -->
  617. | <html>
  618. |   <head>
  619. |   <body>
  620.  
  621. #data
  622. </ COM--MENT >
  623. #errors
  624. Line: 1 Col: 2 Expected closing tag. Unexpected character ' ' found.
  625. Line: 1 Col: 14 Unexpected End of file. Expected DOCTYPE.
  626. #document
  627. | <!--  COM--MENT  -->
  628. | <html>
  629. |   <head>
  630. |   <body>
  631.  
  632. #data
  633. <!DOCTYPE html><style> EOF
  634. #errors
  635. Line: 1 Col: 26 Unexpected end of file. Expected end tag (style).
  636. #document
  637. | <!DOCTYPE html>
  638. | <html>
  639. |   <head>
  640. |     <style>
  641. |       " EOF"
  642. |   <body>
  643.  
  644. #data
  645. <!DOCTYPE html><script> <!-- </script> --> </script> EOF
  646. #errors
  647. #document
  648. | <!DOCTYPE html>
  649. | <html>
  650. |   <head>
  651. |     <script>
  652. |       " <!-- </script> --> "
  653. |     " "
  654. |   <body>
  655. |     "EOF"
  656.  
  657. #data
  658. <b><p></b>TEST
  659. #errors
  660. Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
  661. Line: 1 Col: 10 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
  662. #document
  663. | <html>
  664. |   <head>
  665. |   <body>
  666. |     <b>
  667. |     <p>
  668. |       <b>
  669. |       "TEST"
  670.  
  671. #data
  672. <p id=a><b><p id=b></b>TEST
  673. #errors
  674. Line: 1 Col: 8 Unexpected start tag (p). Expected DOCTYPE.
  675. Line: 1 Col: 19 Unexpected end tag (p). Ignored.
  676. Line: 1 Col: 23 End tag (b) violates step 1, paragraph 2 of the adoption agency algorithm.
  677. #document
  678. | <html>
  679. |   <head>
  680. |   <body>
  681. |     <p>
  682. |       id="a"
  683. |       <b>
  684. |     <p>
  685. |       id="b"
  686. |       "TEST"
  687.  
  688. #data
  689. <b id=a><p><b id=b></p></b>TEST
  690. #errors
  691. Line: 1 Col: 8 Unexpected start tag (b). Expected DOCTYPE.
  692. Line: 1 Col: 23 Unexpected end tag (p). Ignored.
  693. Line: 1 Col: 27 End tag (b) violates step 1, paragraph 2 of the adoption agency algorithm.
  694. Line: 1 Col: 31 Expected closing tag. Unexpected end of file.
  695. #document
  696. | <html>
  697. |   <head>
  698. |   <body>
  699. |     <b>
  700. |       id="a"
  701. |       <p>
  702. |         <b>
  703. |           id="b"
  704. |       "TEST"
  705.  
  706. #data
  707. <!DOCTYPE html><title>U-test</title><body><div><p>Test<u></p></div></body>
  708. #errors
  709. Line: 1 Col: 61 Unexpected end tag (p). Ignored.
  710. #document
  711. | <!DOCTYPE html>
  712. | <html>
  713. |   <head>
  714. |     <title>
  715. |       "U-test"
  716. |   <body>
  717. |     <div>
  718. |       <p>
  719. |         "Test"
  720. |         <u>
  721.  
  722. #data
  723. <!DOCTYPE html><font><table></font></table></font>
  724. #errors
  725. Line: 1 Col: 35 Unexpected end tag (font) in table context caused voodoo mode.
  726. Line: 1 Col: 35 End tag (font) violates step 1, paragraph 1 of the adoption agency algorithm.
  727. #document
  728. | <!DOCTYPE html>
  729. | <html>
  730. |   <head>
  731. |   <body>
  732. |     <font>
  733. |       <table>
  734.  
  735. #data
  736. <font><p>hello<b>cruel</font>world
  737. #errors
  738. Line: 1 Col: 6 Unexpected start tag (font). Expected DOCTYPE.
  739. Line: 1 Col: 29 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm.
  740. Line: 1 Col: 29 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm.
  741. Line: 1 Col: 34 Expected closing tag. Unexpected end of file.
  742. #document
  743. | <html>
  744. |   <head>
  745. |   <body>
  746. |     <font>
  747. |     <p>
  748. |       <font>
  749. |         "hello"
  750. |         <b>
  751. |           "cruel"
  752. |       <b>
  753. |         "world"
  754.  
  755. #data
  756. <b>Test</i>Test
  757. #errors
  758. Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
  759. Line: 1 Col: 11 End tag (i) violates step 1, paragraph 1 of the adoption agency algorithm.
  760. Line: 1 Col: 15 Expected closing tag. Unexpected end of file.
  761. #document
  762. | <html>
  763. |   <head>
  764. |   <body>
  765. |     <b>
  766. |       "TestTest"
  767.  
  768. #data
  769. <b>A<cite>B<div>C
  770. #errors
  771. Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
  772. Line: 1 Col: 17 Expected closing tag. Unexpected end of file.
  773. #document
  774. | <html>
  775. |   <head>
  776. |   <body>
  777. |     <b>
  778. |       "A"
  779. |       <cite>
  780. |         "B"
  781. |         <div>
  782. |           "C"
  783.  
  784. #data
  785. <b>A<cite>B<div>C</cite>D
  786. #errors
  787. Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
  788. Line: 1 Col: 24 Unexpected end tag (cite). Ignored.
  789. Line: 1 Col: 25 Expected closing tag. Unexpected end of file.
  790. #document
  791. | <html>
  792. |   <head>
  793. |   <body>
  794. |     <b>
  795. |       "A"
  796. |       <cite>
  797. |         "B"
  798. |         <div>
  799. |           "CD"
  800.  
  801. #data
  802. <b>A<cite>B<div>C</b>D
  803. #errors
  804. Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
  805. Line: 1 Col: 21 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
  806. Line: 1 Col: 22 Expected closing tag. Unexpected end of file.
  807. #document
  808. | <html>
  809. |   <head>
  810. |   <body>
  811. |     <b>
  812. |       "A"
  813. |       <cite>
  814. |         "B"
  815. |     <div>
  816. |       <b>
  817. |         "C"
  818. |       "D"
  819.  
  820. #data
  821. <cite><b><cite><i><cite><i><cite><i><div>X</b>TEST
  822. #errors
  823. Line: 1 Col: 6 Unexpected start tag (cite). Expected DOCTYPE.
  824. Line: 1 Col: 46 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
  825. Line: 1 Col: 50 Expected closing tag. Unexpected end of file.
  826. #document
  827. | <html>
  828. |   <head>
  829. |   <body>
  830. |     <cite>
  831. |       <b>
  832. |         <cite>
  833. |           <i>
  834. |             <cite>
  835. |               <i>
  836. |                 <cite>
  837. |                   <i>
  838. |       <i>
  839. |         <i>
  840. |           <i>
  841. |             <div>
  842. |               <b>
  843. |                 "X"
  844. |               "TEST"
  845.  
  846. #data
  847.  
  848. #errors
  849. Line: 1 Col: 0 Unexpected End of file. Expected DOCTYPE.
  850. #document
  851. | <html>
  852. |   <head>
  853. |   <body>
  854.  
  855. #data
  856. <DIV>
  857. #errors
  858. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  859. Line: 1 Col: 5 Expected closing tag. Unexpected end of file.
  860. #document
  861. | <html>
  862. |   <head>
  863. |   <body>
  864. |     <div>
  865.  
  866. #data
  867. <DIV> abc
  868. #errors
  869. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  870. Line: 1 Col: 9 Expected closing tag. Unexpected end of file.
  871. #document
  872. | <html>
  873. |   <head>
  874. |   <body>
  875. |     <div>
  876. |       " abc"
  877.  
  878. #data
  879. <DIV> abc <B>
  880. #errors
  881. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  882. Line: 1 Col: 13 Expected closing tag. Unexpected end of file.
  883. #document
  884. | <html>
  885. |   <head>
  886. |   <body>
  887. |     <div>
  888. |       " abc "
  889. |       <b>
  890.  
  891. #data
  892. <DIV> abc <B> def
  893. #errors
  894. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  895. Line: 1 Col: 17 Expected closing tag. Unexpected end of file.
  896. #document
  897. | <html>
  898. |   <head>
  899. |   <body>
  900. |     <div>
  901. |       " abc "
  902. |       <b>
  903. |         " def"
  904.  
  905. #data
  906. <DIV> abc <B> def <I>
  907. #errors
  908. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  909. Line: 1 Col: 21 Expected closing tag. Unexpected end of file.
  910. #document
  911. | <html>
  912. |   <head>
  913. |   <body>
  914. |     <div>
  915. |       " abc "
  916. |       <b>
  917. |         " def "
  918. |         <i>
  919.  
  920. #data
  921. <DIV> abc <B> def <I> ghi
  922. #errors
  923. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  924. Line: 1 Col: 25 Expected closing tag. Unexpected end of file.
  925. #document
  926. | <html>
  927. |   <head>
  928. |   <body>
  929. |     <div>
  930. |       " abc "
  931. |       <b>
  932. |         " def "
  933. |         <i>
  934. |           " ghi"
  935.  
  936. #data
  937. <DIV> abc <B> def <I> ghi <P>
  938. #errors
  939. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  940. Line: 1 Col: 29 Expected closing tag. Unexpected end of file.
  941. #document
  942. | <html>
  943. |   <head>
  944. |   <body>
  945. |     <div>
  946. |       " abc "
  947. |       <b>
  948. |         " def "
  949. |         <i>
  950. |           " ghi "
  951. |           <p>
  952.  
  953. #data
  954. <DIV> abc <B> def <I> ghi <P> jkl
  955. #errors
  956. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  957. Line: 1 Col: 33 Expected closing tag. Unexpected end of file.
  958. #document
  959. | <html>
  960. |   <head>
  961. |   <body>
  962. |     <div>
  963. |       " abc "
  964. |       <b>
  965. |         " def "
  966. |         <i>
  967. |           " ghi "
  968. |           <p>
  969. |             " jkl"
  970.  
  971. #data
  972. <DIV> abc <B> def <I> ghi <P> jkl </B>
  973. #errors
  974. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  975. Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
  976. Line: 1 Col: 38 Expected closing tag. Unexpected end of file.
  977. #document
  978. | <html>
  979. |   <head>
  980. |   <body>
  981. |     <div>
  982. |       " abc "
  983. |       <b>
  984. |         " def "
  985. |         <i>
  986. |           " ghi "
  987. |       <i>
  988. |         <p>
  989. |           <b>
  990. |             " jkl "
  991.  
  992. #data
  993. <DIV> abc <B> def <I> ghi <P> jkl </B> mno
  994. #errors
  995. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  996. Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
  997. Line: 1 Col: 42 Expected closing tag. Unexpected end of file.
  998. #document
  999. | <html>
  1000. |   <head>
  1001. |   <body>
  1002. |     <div>
  1003. |       " abc "
  1004. |       <b>
  1005. |         " def "
  1006. |         <i>
  1007. |           " ghi "
  1008. |       <i>
  1009. |         <p>
  1010. |           <b>
  1011. |             " jkl "
  1012. |           " mno"
  1013.  
  1014. #data
  1015. <DIV> abc <B> def <I> ghi <P> jkl </B> mno </I>
  1016. #errors
  1017. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  1018. Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
  1019. Line: 1 Col: 47 End tag (i) violates step 1, paragraph 3 of the adoption agency algorithm.
  1020. Line: 1 Col: 47 Expected closing tag. Unexpected end of file.
  1021. #document
  1022. | <html>
  1023. |   <head>
  1024. |   <body>
  1025. |     <div>
  1026. |       " abc "
  1027. |       <b>
  1028. |         " def "
  1029. |         <i>
  1030. |           " ghi "
  1031. |       <i>
  1032. |       <p>
  1033. |         <i>
  1034. |           <b>
  1035. |             " jkl "
  1036. |           " mno "
  1037.  
  1038. #data
  1039. <DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr
  1040. #errors
  1041. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  1042. Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
  1043. Line: 1 Col: 47 End tag (i) violates step 1, paragraph 3 of the adoption agency algorithm.
  1044. Line: 1 Col: 51 Expected closing tag. Unexpected end of file.
  1045. #document
  1046. | <html>
  1047. |   <head>
  1048. |   <body>
  1049. |     <div>
  1050. |       " abc "
  1051. |       <b>
  1052. |         " def "
  1053. |         <i>
  1054. |           " ghi "
  1055. |       <i>
  1056. |       <p>
  1057. |         <i>
  1058. |           <b>
  1059. |             " jkl "
  1060. |           " mno "
  1061. |         " pqr"
  1062.  
  1063. #data
  1064. <DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr </P>
  1065. #errors
  1066. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  1067. Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
  1068. Line: 1 Col: 47 End tag (i) violates step 1, paragraph 3 of the adoption agency algorithm.
  1069. Line: 1 Col: 56 Expected closing tag. Unexpected end of file.
  1070. #document
  1071. | <html>
  1072. |   <head>
  1073. |   <body>
  1074. |     <div>
  1075. |       " abc "
  1076. |       <b>
  1077. |         " def "
  1078. |         <i>
  1079. |           " ghi "
  1080. |       <i>
  1081. |       <p>
  1082. |         <i>
  1083. |           <b>
  1084. |             " jkl "
  1085. |           " mno "
  1086. |         " pqr "
  1087.  
  1088. #data
  1089. <DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr </P> stu
  1090. #errors
  1091. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  1092. Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
  1093. Line: 1 Col: 47 End tag (i) violates step 1, paragraph 3 of the adoption agency algorithm.
  1094. Line: 1 Col: 60 Expected closing tag. Unexpected end of file.
  1095. #document
  1096. | <html>
  1097. |   <head>
  1098. |   <body>
  1099. |     <div>
  1100. |       " abc "
  1101. |       <b>
  1102. |         " def "
  1103. |         <i>
  1104. |           " ghi "
  1105. |       <i>
  1106. |       <p>
  1107. |         <i>
  1108. |           <b>
  1109. |             " jkl "
  1110. |           " mno "
  1111. |         " pqr "
  1112. |       " stu"
  1113.  
  1114. #data
  1115. <test attribute---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
  1116. #errors
  1117. Line: 1 Col: 1040 Unexpected start tag (test). Expected DOCTYPE.
  1118. Line: 1 Col: 1040 Expected closing tag. Unexpected end of file.
  1119. #document
  1120. | <html>
  1121. |   <head>
  1122. |   <body>
  1123. |     <test>
  1124. |       attribute----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------=""
  1125.  
  1126. #data
  1127. <a href="blah">aba<table><a href="foo">br<tr><td></td></tr>x</table>aoe
  1128. #errors
  1129. Line: 1 Col: 15 Unexpected start tag (a). Expected DOCTYPE.
  1130. Line: 1 Col: 39 Unexpected start tag (a) in table context caused voodoo mode.
  1131. Line: 1 Col: 39 Unexpected start tag (a) implies end tag (a).
  1132. Line: 1 Col: 39 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
  1133. Line: 1 Col: 45 Unexpected implied end tag (a) in the table phase.
  1134. Line: 1 Col: 68 Unexpected implied end tag (a) in the table phase.
  1135. Line: 1 Col: 71 Expected closing tag. Unexpected end of file.
  1136.  
  1137. #document
  1138. | <html>
  1139. |   <head>
  1140. |   <body>
  1141. |     <a>
  1142. |       href="blah"
  1143. |       "aba"
  1144. |       <a>
  1145. |         href="foo"
  1146. |         "br"
  1147. |       <a>
  1148. |         href="foo"
  1149. |         "x"
  1150. |       <table>
  1151. |         <tbody>
  1152. |           <tr>
  1153. |             <td>
  1154. |     <a>
  1155. |       href="foo"
  1156. |       "aoe"
  1157.  
  1158. #data
  1159. <a href="blah">aba<table><tr><td><a href="foo">br</td></tr>x</table>aoe
  1160. #errors
  1161. Line: 1 Col: 15 Unexpected start tag (a). Expected DOCTYPE.
  1162. Line: 1 Col: 54 Got table cell end tag (td) while required end tags are missing.
  1163. Line: 1 Col: 60 Unexpected non-space characters in table context caused voodoo mode.
  1164. Line: 1 Col: 71 Expected closing tag. Unexpected end of file.
  1165. #document
  1166. | <html>
  1167. |   <head>
  1168. |   <body>
  1169. |     <a>
  1170. |       href="blah"
  1171. |       "abax"
  1172. |       <table>
  1173. |         <tbody>
  1174. |           <tr>
  1175. |             <td>
  1176. |               <a>
  1177. |                 href="foo"
  1178. |                 "br"
  1179. |       "aoe"
  1180.  
  1181. #data
  1182. <table><a href="blah">aba<tr><td><a href="foo">br</td></tr>x</table>aoe
  1183. #errors
  1184. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  1185. Line: 1 Col: 22 Unexpected start tag (a) in table context caused voodoo mode.
  1186. Line: 1 Col: 29 Unexpected implied end tag (a) in the table phase.
  1187. Line: 1 Col: 54 Got table cell end tag (td) while required end tags are missing.
  1188. Line: 1 Col: 68 Unexpected implied end tag (a) in the table phase.
  1189. Line: 1 Col: 71 Expected closing tag. Unexpected end of file.
  1190. #document
  1191. | <html>
  1192. |   <head>
  1193. |   <body>
  1194. |     <a>
  1195. |       href="blah"
  1196. |       "aba"
  1197. |     <a>
  1198. |       href="blah"
  1199. |       "x"
  1200. |     <table>
  1201. |       <tbody>
  1202. |         <tr>
  1203. |           <td>
  1204. |             <a>
  1205. |               href="foo"
  1206. |               "br"
  1207. |     <a>
  1208. |       href="blah"
  1209. |       "aoe"
  1210.  
  1211. #data
  1212. <a href=a>aa<marquee>aa<a href=b>bb</marquee>aa
  1213. #errors
  1214. Line: 1 Col: 10 Unexpected start tag (a). Expected DOCTYPE.
  1215. Line: 1 Col: 45 End tag (marquee) seen too early. Expected other end tag.
  1216. Line: 1 Col: 47 Expected closing tag. Unexpected end of file.
  1217. #document
  1218. | <html>
  1219. |   <head>
  1220. |   <body>
  1221. |     <a>
  1222. |       href="a"
  1223. |       "aa"
  1224. |       <marquee>
  1225. |         "aa"
  1226. |         <a>
  1227. |           href="b"
  1228. |           "bb"
  1229. |       "aa"
  1230.  
  1231. #data
  1232. <wbr><strike><code></strike><code><strike></code>
  1233. #errors
  1234. Line: 1 Col: 5 Unexpected start tag (wbr). Expected DOCTYPE.
  1235. Line: 1 Col: 28 End tag (strike) violates step 1, paragraph 3 of the adoption agency algorithm.
  1236. Line: 1 Col: 49 Unexpected end tag (code). Ignored.
  1237. #document
  1238. | <html>
  1239. |   <head>
  1240. |   <body>
  1241. |     <wbr>
  1242. |     <strike>
  1243. |       <code>
  1244. |     <code>
  1245. |       <strike>
  1246.  
  1247. #data
  1248. <title><meta></title><link><title><meta></title>
  1249. #errors
  1250. Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE.
  1251. #document
  1252. | <html>
  1253. |   <head>
  1254. |     <title>
  1255. |       "<meta>"
  1256. |     <link>
  1257. |     <title>
  1258. |       "<meta>"
  1259. |   <body>
  1260.  
  1261. #data
  1262. <style><!--</style><meta><script>--><link></script>
  1263. #errors
  1264. Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE.
  1265. Line: 1 Col: 51 Unexpected end of file. Expected end tag (style).
  1266. #document
  1267. | <html>
  1268. |   <head>
  1269. |     <style>
  1270. |       "<!--</style><meta><script>--><link></script>"
  1271. |   <body>
  1272.  
  1273. #data
  1274. <head><meta></head><link>
  1275. #errors
  1276. Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE.
  1277. Line: 1 Col: 25 Unexpected start tag (link) that can be in head. Moved.
  1278. #document
  1279. | <html>
  1280. |   <head>
  1281. |     <meta>
  1282. |     <link>
  1283. |   <body>
  1284.  
  1285. #data
  1286. <table><tr><tr><td><td><span><th><span>X</table>
  1287. #errors
  1288. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  1289. Line: 1 Col: 33 Got table cell end tag (td) while required end tags are missing.
  1290. Line: 1 Col: 48 Got table cell end tag (th) while required end tags are missing.
  1291. #document
  1292. | <html>
  1293. |   <head>
  1294. |   <body>
  1295. |     <table>
  1296. |       <tbody>
  1297. |         <tr>
  1298. |         <tr>
  1299. |           <td>
  1300. |           <td>
  1301. |             <span>
  1302. |           <th>
  1303. |             <span>
  1304. |               "X"
  1305.  
  1306. #data
  1307. <body><body><base><link><meta><title><p></title><body><p></body>
  1308. #errors
  1309. Line: 1 Col: 6 Unexpected start tag (body). Expected DOCTYPE.
  1310. Line: 1 Col: 12 Unexpected start tag (body).
  1311. Line: 1 Col: 54 Unexpected start tag (body).
  1312. Line: 1 Col: 64 Unexpected end tag (p). Missing end tag (body).
  1313. #document
  1314. | <html>
  1315. |   <head>
  1316. |   <body>
  1317. |     <base>
  1318. |     <link>
  1319. |     <meta>
  1320. |     <title>
  1321. |       "<p>"
  1322. |     <p>
  1323.  
  1324. #data
  1325. <textarea><p></textarea>
  1326. #errors
  1327. Line: 1 Col: 10 Unexpected start tag (textarea). Expected DOCTYPE.
  1328. #document
  1329. | <html>
  1330. |   <head>
  1331. |   <body>
  1332. |     <textarea>
  1333. |       "<p>"
  1334.  
  1335. #data
  1336. <p><image></p>
  1337. #errors
  1338. Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
  1339. Line: 1 Col: 10 Unexpected start tag (image). Treated as img.
  1340. #document
  1341. | <html>
  1342. |   <head>
  1343. |   <body>
  1344. |     <p>
  1345. |       <img>
  1346.  
  1347. #data
  1348. <a><table><a></table><p><a><div><a>
  1349. #errors
  1350. Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE.
  1351. Line: 1 Col: 13 Unexpected start tag (a) in table context caused voodoo mode.
  1352. Line: 1 Col: 13 Unexpected start tag (a) implies end tag (a).
  1353. Line: 1 Col: 13 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
  1354. Line: 1 Col: 21 Unexpected end tag (table). Expected end tag (a).
  1355. Line: 1 Col: 27 Unexpected start tag (a) implies end tag (a).
  1356. Line: 1 Col: 27 End tag (a) violates step 1, paragraph 2 of the adoption agency algorithm.
  1357. Line: 1 Col: 32 Unexpected end tag (p). Ignored.
  1358. Line: 1 Col: 35 Unexpected start tag (a) implies end tag (a).
  1359. Line: 1 Col: 35 End tag (a) violates step 1, paragraph 2 of the adoption agency algorithm.
  1360. Line: 1 Col: 35 Expected closing tag. Unexpected end of file.
  1361. #document
  1362. | <html>
  1363. |   <head>
  1364. |   <body>
  1365. |     <a>
  1366. |       <a>
  1367. |       <table>
  1368. |     <p>
  1369. |       <a>
  1370. |     <div>
  1371. |       <a>
  1372.  
  1373. #data
  1374. <head></p><meta><p>
  1375. #errors
  1376. Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE.
  1377. Line: 1 Col: 10 Unexpected end tag (p). Ignored.
  1378. #document
  1379. | <html>
  1380. |   <head>
  1381. |     <meta>
  1382. |   <body>
  1383. |     <p>
  1384.  
  1385. #data
  1386. <head></html><meta><p>
  1387. #errors
  1388. Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE.
  1389. Line: 1 Col: 13 Unexpected end tag (html). Ignored.
  1390. #document
  1391. | <html>
  1392. |   <head>
  1393. |   <body>
  1394. |     <meta>
  1395. |     <p>
  1396.  
  1397. #data
  1398. <b><table><td><i></table>
  1399. #errors
  1400. Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
  1401. Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
  1402. Line: 1 Col: 25 Got table cell end tag (td) while required end tags are missing.
  1403. Line: 1 Col: 25 Expected closing tag. Unexpected end of file.
  1404. #document
  1405. | <html>
  1406. |   <head>
  1407. |   <body>
  1408. |     <b>
  1409. |       <table>
  1410. |         <tbody>
  1411. |           <tr>
  1412. |             <td>
  1413. |               <i>
  1414.  
  1415. #data
  1416. <b><table><td></b><i></table>
  1417. #errors
  1418. Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
  1419. Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
  1420. Line: 1 Col: 18 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
  1421. Line: 1 Col: 29 Got table cell end tag (td) while required end tags are missing.
  1422. Line: 1 Col: 29 Expected closing tag. Unexpected end of file.
  1423. #document
  1424. | <html>
  1425. |   <head>
  1426. |   <body>
  1427. |     <b>
  1428. |       <table>
  1429. |         <tbody>
  1430. |           <tr>
  1431. |             <td>
  1432. |               <i>
  1433.  
  1434. #data
  1435. <h1><h2>
  1436. #errors
  1437. 4: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
  1438. 8: Heading cannot be a child of another heading.
  1439. 8: End of file seen and there were open elements.
  1440. #document
  1441. | <html>
  1442. |   <head>
  1443. |   <body>
  1444. |     <h1>
  1445. |     <h2>
  1446.  
  1447. #data
  1448. <a><p><a></a></p></a>
  1449. #errors
  1450. Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE.
  1451. Line: 1 Col: 9 Unexpected start tag (a) implies end tag (a).
  1452. Line: 1 Col: 9 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
  1453. Line: 1 Col: 21 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
  1454. #document
  1455. | <html>
  1456. |   <head>
  1457. |   <body>
  1458. |     <a>
  1459. |     <p>
  1460. |       <a>
  1461. |       <a>
  1462.  
  1463. #data
  1464. <b><button></b></button></b>
  1465. #errors
  1466. Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
  1467. Line: 1 Col: 15 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
  1468. #document
  1469. | <html>
  1470. |   <head>
  1471. |   <body>
  1472. |     <b>
  1473. |       <button>
  1474.  
  1475. #data
  1476. <p><b><div><marquee></p></b></div>
  1477. #errors
  1478. Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
  1479. Line: 1 Col: 11 Unexpected end tag (p). Ignored.
  1480. Line: 1 Col: 24 Unexpected end tag (p). Ignored.
  1481. Line: 1 Col: 28 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
  1482. Line: 1 Col: 34 End tag (div) seen too early. Expected other end tag.
  1483. Line: 1 Col: 34 Expected closing tag. Unexpected end of file.
  1484. #document
  1485. | <html>
  1486. |   <head>
  1487. |   <body>
  1488. |     <p>
  1489. |       <b>
  1490. |     <div>
  1491. |       <b>
  1492. |         <marquee>
  1493. |           <p>
  1494.  
  1495. #data
  1496. <script></script></div><title></title><p><p>
  1497. #errors
  1498. Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
  1499. Line: 1 Col: 23 Unexpected end tag (div). Ignored.
  1500. #document
  1501. | <html>
  1502. |   <head>
  1503. |     <script>
  1504. |     <title>
  1505. |   <body>
  1506. |     <p>
  1507. |     <p>
  1508.  
  1509. #data
  1510. <p><hr></p>
  1511. #errors
  1512. Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
  1513. Line: 1 Col: 11 Unexpected end tag (p). Ignored.
  1514. #document
  1515. | <html>
  1516. |   <head>
  1517. |   <body>
  1518. |     <p>
  1519. |     <hr>
  1520. |     <p>
  1521.  
  1522. #data
  1523. <select><b><option><select><option></b></select>
  1524. #errors
  1525. Line: 1 Col: 8 Unexpected start tag (select). Expected DOCTYPE.
  1526. Line: 1 Col: 11 Unexpected start tag token (b) in the select phase. Ignored.
  1527. Line: 1 Col: 27 Unexpected select start tag in the select phase treated as select end tag.
  1528. Line: 1 Col: 39 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
  1529. Line: 1 Col: 48 Unexpected end tag (select). Ignored.
  1530. Line: 1 Col: 48 Expected closing tag. Unexpected end of file.
  1531. #document
  1532. | <html>
  1533. |   <head>
  1534. |   <body>
  1535. |     <select>
  1536. |       <option>
  1537. |     <option>
  1538.  
  1539. #data
  1540. <html><head><title></title><body></body></html>
  1541. #errors
  1542. Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
  1543. #document
  1544. | <html>
  1545. |   <head>
  1546. |     <title>
  1547. |   <body>
  1548.  
  1549. #data
  1550. <a><table><td><a><table></table><a></tr><a></table><a>
  1551. #errors
  1552. Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE.
  1553. Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
  1554. Line: 1 Col: 35 Unexpected start tag (a) implies end tag (a).
  1555. Line: 1 Col: 40 Got table cell end tag (td) while required end tags are missing.
  1556. Line: 1 Col: 43 Unexpected start tag (a) in table context caused voodoo mode.
  1557. Line: 1 Col: 43 Unexpected start tag (a) implies end tag (a).
  1558. Line: 1 Col: 43 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
  1559. Line: 1 Col: 51 Unexpected implied end tag (a) in the table phase.
  1560. Line: 1 Col: 54 Unexpected start tag (a) implies end tag (a).
  1561. Line: 1 Col: 54 End tag (a) violates step 1, paragraph 2 of the adoption agency algorithm.
  1562. Line: 1 Col: 54 Expected closing tag. Unexpected end of file.
  1563. #document
  1564. | <html>
  1565. |   <head>
  1566. |   <body>
  1567. |     <a>
  1568. |       <a>
  1569. |       <table>
  1570. |         <tbody>
  1571. |           <tr>
  1572. |             <td>
  1573. |               <a>
  1574. |                 <table>
  1575. |               <a>
  1576. |     <a>
  1577.  
  1578. #data
  1579. <ul><li></li><div><li></div><li><li><div><li><address><li><b><em></b><li></ul>
  1580. #errors
  1581. Line: 1 Col: 4 Unexpected start tag (ul). Expected DOCTYPE.
  1582. Line: 1 Col: 45 Missing end tag (div, li).
  1583. Line: 1 Col: 58 Missing end tag (address, li).
  1584. Line: 1 Col: 69 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
  1585. #document
  1586. | <html>
  1587. |   <head>
  1588. |   <body>
  1589. |     <ul>
  1590. |       <li>
  1591. |       <div>
  1592. |         <li>
  1593. |       <li>
  1594. |       <li>
  1595. |         <div>
  1596. |       <li>
  1597. |         <address>
  1598. |       <li>
  1599. |         <b>
  1600. |           <em>
  1601. |       <li>
  1602.  
  1603. #data
  1604. <frameset><frame><frameset><frame></frameset><noframes></noframes></frameset>
  1605. #errors
  1606. Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
  1607. #document
  1608. | <html>
  1609. |   <head>
  1610. |   <frameset>
  1611. |     <frame>
  1612. |     <frameset>
  1613. |       <frame>
  1614. |     <noframes>
  1615.  
  1616. #data
  1617. <body><frame></frame></frame><frameset><frame><frameset><frame></frameset><noframes></frameset><noframes>
  1618. #errors
  1619. Line: 1 Col: 6 Unexpected start tag (body). Expected DOCTYPE.
  1620. Line: 1 Col: 13 Unexpected start tag frame. Ignored.
  1621. Line: 1 Col: 21 This element (frame) has no end tag.
  1622. Line: 1 Col: 29 This element (frame) has no end tag.
  1623. Line: 1 Col: 39 Unexpected start tag frameset. Ignored.
  1624. Line: 1 Col: 46 Unexpected start tag frame. Ignored.
  1625. Line: 1 Col: 56 Unexpected start tag frameset. Ignored.
  1626. Line: 1 Col: 63 Unexpected start tag frame. Ignored.
  1627. Line: 1 Col: 74 Unexpected end tag (frameset). Ignored.
  1628. Line: 1 Col: 105 Expected closing tag. Unexpected end of file.
  1629. #document
  1630. | <html>
  1631. |   <head>
  1632. |   <frameset>
  1633. |     <frame>
  1634. |     <frameset>
  1635. |       <frame>
  1636. |     <noframes>
  1637. |       "</frameset><noframes>"
  1638.  
  1639. #data
  1640. <h1><table><td><h3></table><h3></h1>
  1641. #errors
  1642. 4: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
  1643. 15: “td” start tag in table body.
  1644. 27: Unclosed elements.
  1645. 31: Heading cannot be a child of another heading.
  1646. 36: End tag “h1” seen but there were unclosed elements.
  1647. #document
  1648. | <html>
  1649. |   <head>
  1650. |   <body>
  1651. |     <h1>
  1652. |       <table>
  1653. |         <tbody>
  1654. |           <tr>
  1655. |             <td>
  1656. |               <h3>
  1657. |     <h3>
  1658.  
  1659. #data
  1660. <table><colgroup><col><colgroup><col><col><col><colgroup><col><col><thead><tr><td></table>
  1661. #errors
  1662. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  1663. #document
  1664. | <html>
  1665. |   <head>
  1666. |   <body>
  1667. |     <table>
  1668. |       <colgroup>
  1669. |         <col>
  1670. |       <colgroup>
  1671. |         <col>
  1672. |         <col>
  1673. |         <col>
  1674. |       <colgroup>
  1675. |         <col>
  1676. |         <col>
  1677. |       <thead>
  1678. |         <tr>
  1679. |           <td>
  1680.  
  1681. #data
  1682. <table><col><tbody><col><tr><col><td><col></table><col>
  1683. #errors
  1684. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  1685. Line: 1 Col: 37 Unexpected table cell start tag (td) in the table body phase.
  1686. Line: 1 Col: 55 Unexpected start tag col. Ignored.
  1687. #document
  1688. | <html>
  1689. |   <head>
  1690. |   <body>
  1691. |     <table>
  1692. |       <colgroup>
  1693. |         <col>
  1694. |       <tbody>
  1695. |       <colgroup>
  1696. |         <col>
  1697. |       <tbody>
  1698. |         <tr>
  1699. |       <colgroup>
  1700. |         <col>
  1701. |       <tbody>
  1702. |         <tr>
  1703. |           <td>
  1704. |       <colgroup>
  1705. |         <col>
  1706.  
  1707. #data
  1708. <table><colgroup><tbody><colgroup><tr><colgroup><td><colgroup></table><colgroup>
  1709. #errors
  1710. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  1711. Line: 1 Col: 52 Unexpected table cell start tag (td) in the table body phase.
  1712. Line: 1 Col: 80 Unexpected start tag colgroup. Ignored.
  1713. #document
  1714. | <html>
  1715. |   <head>
  1716. |   <body>
  1717. |     <table>
  1718. |       <colgroup>
  1719. |       <tbody>
  1720. |       <colgroup>
  1721. |       <tbody>
  1722. |         <tr>
  1723. |       <colgroup>
  1724. |       <tbody>
  1725. |         <tr>
  1726. |           <td>
  1727. |       <colgroup>
  1728.  
  1729. #data
  1730. </strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea>
  1731. #errors
  1732. Line: 1 Col: 9 Unexpected end tag (strong). Expected DOCTYPE.
  1733. Line: 1 Col: 9 Unexpected end tag (strong) after the (implied) root element.
  1734. Line: 1 Col: 13 Unexpected end tag (b) after the (implied) root element.
  1735. Line: 1 Col: 18 Unexpected end tag (em) after the (implied) root element.
  1736. Line: 1 Col: 22 Unexpected end tag (i) after the (implied) root element.
  1737. Line: 1 Col: 26 Unexpected end tag (u) after the (implied) root element.
  1738. Line: 1 Col: 35 Unexpected end tag (strike) after the (implied) root element.
  1739. Line: 1 Col: 39 Unexpected end tag (s) after the (implied) root element.
  1740. Line: 1 Col: 47 Unexpected end tag (blink) after the (implied) root element.
  1741. Line: 1 Col: 52 Unexpected end tag (tt) after the (implied) root element.
  1742. Line: 1 Col: 58 Unexpected end tag (pre) after the (implied) root element.
  1743. Line: 1 Col: 64 Unexpected end tag (big) after the (implied) root element.
  1744. Line: 1 Col: 72 Unexpected end tag (small) after the (implied) root element.
  1745. Line: 1 Col: 79 Unexpected end tag (font) after the (implied) root element.
  1746. Line: 1 Col: 88 Unexpected end tag (select) after the (implied) root element.
  1747. Line: 1 Col: 93 Unexpected end tag (h1) after the (implied) root element.
  1748. Line: 1 Col: 98 Unexpected end tag (h2) after the (implied) root element.
  1749. Line: 1 Col: 103 Unexpected end tag (h3) after the (implied) root element.
  1750. Line: 1 Col: 108 Unexpected end tag (h4) after the (implied) root element.
  1751. Line: 1 Col: 113 Unexpected end tag (h5) after the (implied) root element.
  1752. Line: 1 Col: 118 Unexpected end tag (h6) after the (implied) root element.
  1753. Line: 1 Col: 125 Unexpected end tag (body) after the (implied) root element.
  1754. Line: 1 Col: 130 Unexpected end tag (br). Treated as br element.
  1755. Line: 1 Col: 134 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
  1756. Line: 1 Col: 140 This element (img) has no end tag.
  1757. Line: 1 Col: 148 Unexpected end tag (title). Ignored.
  1758. Line: 1 Col: 155 Unexpected end tag (span). Ignored.
  1759. Line: 1 Col: 163 Unexpected end tag (style). Ignored.
  1760. Line: 1 Col: 172 Unexpected end tag (script). Ignored.
  1761. Line: 1 Col: 180 Unexpected end tag (table). Ignored.
  1762. Line: 1 Col: 185 Unexpected end tag (th). Ignored.
  1763. Line: 1 Col: 190 Unexpected end tag (td). Ignored.
  1764. Line: 1 Col: 195 Unexpected end tag (tr). Ignored.
  1765. Line: 1 Col: 203 This element (frame) has no end tag.
  1766. Line: 1 Col: 210 This element (area) has no end tag.
  1767. Line: 1 Col: 217 Unexpected end tag (link). Ignored.
  1768. Line: 1 Col: 225 This element (param) has no end tag.
  1769. Line: 1 Col: 230 This element (hr) has no end tag.
  1770. Line: 1 Col: 238 This element (input) has no end tag.
  1771. Line: 1 Col: 244 Unexpected end tag (col). Ignored.
  1772. Line: 1 Col: 251 Unexpected end tag (base). Ignored.
  1773. Line: 1 Col: 258 Unexpected end tag (meta). Ignored.
  1774. Line: 1 Col: 269 This element (basefont) has no end tag.
  1775. Line: 1 Col: 279 This element (bgsound) has no end tag.
  1776. Line: 1 Col: 287 This element (embed) has no end tag.
  1777. Line: 1 Col: 296 This element (spacer) has no end tag.
  1778. Line: 1 Col: 300 Unexpected end tag (p). Ignored.
  1779. Line: 1 Col: 305 End tag (dd) seen too early. Expected other end tag.
  1780. Line: 1 Col: 310 End tag (dt) seen too early. Expected other end tag.
  1781. Line: 1 Col: 320 Unexpected end tag (caption). Ignored.
  1782. Line: 1 Col: 331 Unexpected end tag (colgroup). Ignored.
  1783. Line: 1 Col: 339 Unexpected end tag (tbody). Ignored.
  1784. Line: 1 Col: 347 Unexpected end tag (tfoot). Ignored.
  1785. Line: 1 Col: 355 Unexpected end tag (thead). Ignored.
  1786. Line: 1 Col: 365 End tag (address) seen too early. Expected other end tag.
  1787. Line: 1 Col: 378 End tag (blockquote) seen too early. Expected other end tag.
  1788. Line: 1 Col: 387 End tag (center) seen too early. Expected other end tag.
  1789. Line: 1 Col: 393 Unexpected end tag (dir). Ignored.
  1790. Line: 1 Col: 399 End tag (div) seen too early. Expected other end tag.
  1791. Line: 1 Col: 404 End tag (dl) seen too early. Expected other end tag.
  1792. Line: 1 Col: 415 End tag (fieldset) seen too early. Expected other end tag.
  1793. Line: 1 Col: 425 End tag (listing) seen too early. Expected other end tag.
  1794. Line: 1 Col: 432 End tag (menu) seen too early. Expected other end tag.
  1795. Line: 1 Col: 437 End tag (ol) seen too early. Expected other end tag.
  1796. Line: 1 Col: 442 End tag (ul) seen too early. Expected other end tag.
  1797. Line: 1 Col: 447 End tag (li) seen too early. Expected other end tag.
  1798. Line: 1 Col: 454 End tag (nobr) violates step 1, paragraph 1 of the adoption agency algorithm.
  1799. Line: 1 Col: 460 This element (wbr) has no end tag.
  1800. Line: 1 Col: 476 End tag (button) seen too early. Expected other end tag.
  1801. Line: 1 Col: 486 End tag (marquee) seen too early. Expected other end tag.
  1802. Line: 1 Col: 495 End tag (object) seen too early. Expected other end tag.
  1803. Line: 1 Col: 513 Unexpected end tag (). Ignored.
  1804. Line: 1 Col: 513 Unexpected end tag (frameset). Ignored.
  1805. Line: 1 Col: 520 Unexpected end tag (head). Ignored.
  1806. Line: 1 Col: 529 Unexpected end tag (iframe). Ignored.
  1807. Line: 1 Col: 537 This element (image) has no end tag.
  1808. Line: 1 Col: 547 This element (isindex) has no end tag.
  1809. Line: 1 Col: 557 Unexpected end tag (noembed). Ignored.
  1810. Line: 1 Col: 568 Unexpected end tag (noframes). Ignored.
  1811. Line: 1 Col: 579 Unexpected end tag (noscript). Ignored.
  1812. Line: 1 Col: 590 Unexpected end tag (optgroup). Ignored.
  1813. Line: 1 Col: 599 Unexpected end tag (option). Ignored.
  1814. Line: 1 Col: 611 Unexpected end tag (plaintext). Ignored.
  1815. Line: 1 Col: 622 Unexpected end tag (textarea). Ignored.
  1816. #document
  1817. | <html>
  1818. |   <head>
  1819. |   <body>
  1820. |     <br>
  1821. |     <p>
  1822.  
  1823. #data
  1824. <table><tr></strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea>
  1825. #errors
  1826. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  1827. Line: 1 Col: 20 Unexpected end tag (strong) in table context caused voodoo mode.
  1828. Line: 1 Col: 20 End tag (strong) violates step 1, paragraph 1 of the adoption agency algorithm.
  1829. Line: 1 Col: 24 Unexpected end tag (b) in table context caused voodoo mode.
  1830. Line: 1 Col: 24 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
  1831. Line: 1 Col: 29 Unexpected end tag (em) in table context caused voodoo mode.
  1832. Line: 1 Col: 29 End tag (em) violates step 1, paragraph 1 of the adoption agency algorithm.
  1833. Line: 1 Col: 33 Unexpected end tag (i) in table context caused voodoo mode.
  1834. Line: 1 Col: 33 End tag (i) violates step 1, paragraph 1 of the adoption agency algorithm.
  1835. Line: 1 Col: 37 Unexpected end tag (u) in table context caused voodoo mode.
  1836. Line: 1 Col: 37 End tag (u) violates step 1, paragraph 1 of the adoption agency algorithm.
  1837. Line: 1 Col: 46 Unexpected end tag (strike) in table context caused voodoo mode.
  1838. Line: 1 Col: 46 End tag (strike) violates step 1, paragraph 1 of the adoption agency algorithm.
  1839. Line: 1 Col: 50 Unexpected end tag (s) in table context caused voodoo mode.
  1840. Line: 1 Col: 50 End tag (s) violates step 1, paragraph 1 of the adoption agency algorithm.
  1841. Line: 1 Col: 58 Unexpected end tag (blink) in table context caused voodoo mode.
  1842. Line: 1 Col: 58 Unexpected end tag (blink). Ignored.
  1843. Line: 1 Col: 63 Unexpected end tag (tt) in table context caused voodoo mode.
  1844. Line: 1 Col: 63 End tag (tt) violates step 1, paragraph 1 of the adoption agency algorithm.
  1845. Line: 1 Col: 69 Unexpected end tag (pre) in table context caused voodoo mode.
  1846. Line: 1 Col: 69 End tag (pre) seen too early. Expected other end tag.
  1847. Line: 1 Col: 75 Unexpected end tag (big) in table context caused voodoo mode.
  1848. Line: 1 Col: 75 End tag (big) violates step 1, paragraph 1 of the adoption agency algorithm.
  1849. Line: 1 Col: 83 Unexpected end tag (small) in table context caused voodoo mode.
  1850. Line: 1 Col: 83 End tag (small) violates step 1, paragraph 1 of the adoption agency algorithm.
  1851. Line: 1 Col: 90 Unexpected end tag (font) in table context caused voodoo mode.
  1852. Line: 1 Col: 90 End tag (font) violates step 1, paragraph 1 of the adoption agency algorithm.
  1853. Line: 1 Col: 99 Unexpected end tag (select) in table context caused voodoo mode.
  1854. Line: 1 Col: 99 Unexpected end tag (select). Ignored.
  1855. Line: 1 Col: 104 Unexpected end tag (h1) in table context caused voodoo mode.
  1856. Line: 1 Col: 104 End tag (h1) seen too early. Expected other end tag.
  1857. Line: 1 Col: 109 Unexpected end tag (h2) in table context caused voodoo mode.
  1858. Line: 1 Col: 109 End tag (h2) seen too early. Expected other end tag.
  1859. Line: 1 Col: 114 Unexpected end tag (h3) in table context caused voodoo mode.
  1860. Line: 1 Col: 114 End tag (h3) seen too early. Expected other end tag.
  1861. Line: 1 Col: 119 Unexpected end tag (h4) in table context caused voodoo mode.
  1862. Line: 1 Col: 119 End tag (h4) seen too early. Expected other end tag.
  1863. Line: 1 Col: 124 Unexpected end tag (h5) in table context caused voodoo mode.
  1864. Line: 1 Col: 124 End tag (h5) seen too early. Expected other end tag.
  1865. Line: 1 Col: 129 Unexpected end tag (h6) in table context caused voodoo mode.
  1866. Line: 1 Col: 129 End tag (h6) seen too early. Expected other end tag.
  1867. Line: 1 Col: 136 Unexpected end tag (body) in the table row phase. Ignored.
  1868. Line: 1 Col: 141 Unexpected end tag (br) in table context caused voodoo mode.
  1869. Line: 1 Col: 141 Unexpected end tag (br). Treated as br element.
  1870. Line: 1 Col: 145 Unexpected end tag (a) in table context caused voodoo mode.
  1871. Line: 1 Col: 145 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
  1872. Line: 1 Col: 151 Unexpected end tag (img) in table context caused voodoo mode.
  1873. Line: 1 Col: 151 This element (img) has no end tag.
  1874. Line: 1 Col: 159 Unexpected end tag (title) in table context caused voodoo mode.
  1875. Line: 1 Col: 159 Unexpected end tag (title). Ignored.
  1876. Line: 1 Col: 166 Unexpected end tag (span) in table context caused voodoo mode.
  1877. Line: 1 Col: 166 Unexpected end tag (span). Ignored.
  1878. Line: 1 Col: 174 Unexpected end tag (style) in table context caused voodoo mode.
  1879. Line: 1 Col: 174 Unexpected end tag (style). Ignored.
  1880. Line: 1 Col: 183 Unexpected end tag (script) in table context caused voodoo mode.
  1881. Line: 1 Col: 183 Unexpected end tag (script). Ignored.
  1882. Line: 1 Col: 196 Unexpected end tag (th). Ignored.
  1883. Line: 1 Col: 201 Unexpected end tag (td). Ignored.
  1884. Line: 1 Col: 206 Unexpected end tag (tr). Ignored.
  1885. Line: 1 Col: 214 This element (frame) has no end tag.
  1886. Line: 1 Col: 221 This element (area) has no end tag.
  1887. Line: 1 Col: 228 Unexpected end tag (link). Ignored.
  1888. Line: 1 Col: 236 This element (param) has no end tag.
  1889. Line: 1 Col: 241 This element (hr) has no end tag.
  1890. Line: 1 Col: 249 This element (input) has no end tag.
  1891. Line: 1 Col: 255 Unexpected end tag (col). Ignored.
  1892. Line: 1 Col: 262 Unexpected end tag (base). Ignored.
  1893. Line: 1 Col: 269 Unexpected end tag (meta). Ignored.
  1894. Line: 1 Col: 280 This element (basefont) has no end tag.
  1895. Line: 1 Col: 290 This element (bgsound) has no end tag.
  1896. Line: 1 Col: 298 This element (embed) has no end tag.
  1897. Line: 1 Col: 307 This element (spacer) has no end tag.
  1898. Line: 1 Col: 311 Unexpected end tag (p). Ignored.
  1899. Line: 1 Col: 316 End tag (dd) seen too early. Expected other end tag.
  1900. Line: 1 Col: 321 End tag (dt) seen too early. Expected other end tag.
  1901. Line: 1 Col: 331 Unexpected end tag (caption). Ignored.
  1902. Line: 1 Col: 342 Unexpected end tag (colgroup). Ignored.
  1903. Line: 1 Col: 350 Unexpected end tag (tbody). Ignored.
  1904. Line: 1 Col: 358 Unexpected end tag (tfoot). Ignored.
  1905. Line: 1 Col: 366 Unexpected end tag (thead). Ignored.
  1906. Line: 1 Col: 376 End tag (address) seen too early. Expected other end tag.
  1907. Line: 1 Col: 389 End tag (blockquote) seen too early. Expected other end tag.
  1908. Line: 1 Col: 398 End tag (center) seen too early. Expected other end tag.
  1909. Line: 1 Col: 404 Unexpected end tag (dir). Ignored.
  1910. Line: 1 Col: 410 End tag (div) seen too early. Expected other end tag.
  1911. Line: 1 Col: 415 End tag (dl) seen too early. Expected other end tag.
  1912. Line: 1 Col: 426 End tag (fieldset) seen too early. Expected other end tag.
  1913. Line: 1 Col: 436 End tag (listing) seen too early. Expected other end tag.
  1914. Line: 1 Col: 443 End tag (menu) seen too early. Expected other end tag.
  1915. Line: 1 Col: 448 End tag (ol) seen too early. Expected other end tag.
  1916. Line: 1 Col: 453 End tag (ul) seen too early. Expected other end tag.
  1917. Line: 1 Col: 458 End tag (li) seen too early. Expected other end tag.
  1918. Line: 1 Col: 465 End tag (nobr) violates step 1, paragraph 1 of the adoption agency algorithm.
  1919. Line: 1 Col: 471 This element (wbr) has no end tag.
  1920. Line: 1 Col: 487 End tag (button) seen too early. Expected other end tag.
  1921. Line: 1 Col: 497 End tag (marquee) seen too early. Expected other end tag.
  1922. Line: 1 Col: 506 End tag (object) seen too early. Expected other end tag.
  1923. Line: 1 Col: 524 Unexpected end tag (). Ignored.
  1924. Line: 1 Col: 524 Unexpected end tag (frameset). Ignored.
  1925. Line: 1 Col: 531 Unexpected end tag (head). Ignored.
  1926. Line: 1 Col: 540 Unexpected end tag (iframe). Ignored.
  1927. Line: 1 Col: 548 This element (image) has no end tag.
  1928. Line: 1 Col: 558 This element (isindex) has no end tag.
  1929. Line: 1 Col: 568 Unexpected end tag (noembed). Ignored.
  1930. Line: 1 Col: 579 Unexpected end tag (noframes). Ignored.
  1931. Line: 1 Col: 590 Unexpected end tag (noscript). Ignored.
  1932. Line: 1 Col: 601 Unexpected end tag (optgroup). Ignored.
  1933. Line: 1 Col: 610 Unexpected end tag (option). Ignored.
  1934. Line: 1 Col: 622 Unexpected end tag (plaintext). Ignored.
  1935. Line: 1 Col: 633 Unexpected end tag (textarea). Ignored.
  1936. #document
  1937. | <html>
  1938. |   <head>
  1939. |   <body>
  1940. |     <br>
  1941. |     <table>
  1942. |       <tbody>
  1943. |         <tr>
  1944. |     <p>
  1945.  
  1946. #data
  1947. <frameset>
  1948. #errors
  1949. Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
  1950. Line: 1 Col: 10 Expected closing tag. Unexpected end of file.
  1951. #document
  1952. | <html>
  1953. |   <head>
  1954. |   <frameset>
  1955.