Subversion Repositories Kolibri OS

Rev

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

  1. #data
  2. <!doctype html></head> <head>
  3. #errors
  4. Line: 1 Col: 29 Unexpected start tag head. Ignored.
  5. #document
  6. | <!DOCTYPE html>
  7. | <html>
  8. |   <head>
  9. |   " "
  10. |   <body>
  11.  
  12. #data
  13. <!doctype html></html> <head>
  14. #errors
  15. Line: 1 Col: 22 Unexpected end tag (html) after the (implied) root element.
  16. #document
  17. | <!DOCTYPE html>
  18. | <html>
  19. |   <head>
  20. |   <body>
  21. |     " "
  22.  
  23. #data
  24. <!doctype html></body><meta>
  25. #errors
  26. Line: 1 Col: 22 Unexpected end tag (body) after the (implied) root element.
  27. #document
  28. | <!DOCTYPE html>
  29. | <html>
  30. |   <head>
  31. |   <body>
  32. |     <meta>
  33.  
  34. #data
  35. <!doctype html><form><div></form><div>
  36. #errors
  37. 33: End tag “form” seen but there were unclosed elements.
  38. 38: End of file seen and there were open elements.
  39. #document
  40. | <!DOCTYPE html>
  41. | <html>
  42. |   <head>
  43. |   <body>
  44. |     <form>
  45. |       <div>
  46. |         <div>
  47.  
  48. #data
  49. <!doctype html><title>&amp;</title>
  50. #errors
  51. #document
  52. | <!DOCTYPE html>
  53. | <html>
  54. |   <head>
  55. |     <title>
  56. |       "&"
  57. |   <body>
  58.  
  59. #data
  60. <!doctype html><title><!--&amp;--></title>
  61. #errors
  62. #document
  63. | <!DOCTYPE html>
  64. | <html>
  65. |   <head>
  66. |     <title>
  67. |       "<!--&amp;-->"
  68. |   <body>
  69.  
  70. #data
  71. <!doctype>
  72. #errors
  73. Line: 1 Col: 9 No space after literal string 'DOCTYPE'.
  74. Line: 1 Col: 10 Unexpected > character. Expected DOCTYPE name.
  75. Line: 1 Col: 10 Erroneous DOCTYPE.
  76. #document
  77. | <!DOCTYPE >
  78. | <html>
  79. |   <head>
  80. |   <body>
  81.  
  82. #data
  83. <!---x
  84. #errors
  85. Line: 1 Col: 6 Unexpected end of file in comment.
  86. Line: 1 Col: 6 Unexpected End of file. Expected DOCTYPE.
  87. #document
  88. | <!-- -x -->
  89. | <html>
  90. |   <head>
  91. |   <body>
  92.  
  93. #data
  94. <body>
  95. <div>
  96. #errors
  97. Line: 1 Col: 6 Unexpected start tag (body).
  98. Line: 2 Col: 5 Expected closing tag. Unexpected end of file.
  99. #document-fragment
  100. div
  101. #document
  102. | "
  103. "
  104. | <div>
  105.  
  106. #data
  107. <frameset></frameset>
  108. foo
  109. #errors
  110. Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
  111. Line: 2 Col: 3 Unexpected non-space characters in the after frameset phase. Ignored.
  112. #document
  113. | <html>
  114. |   <head>
  115. |   <frameset>
  116. |   "
  117. "
  118.  
  119. #data
  120. <frameset></frameset>
  121. <noframes>
  122. #errors
  123. Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
  124. Line: 2 Col: 10 Expected closing tag. Unexpected end of file.
  125. #document
  126. | <html>
  127. |   <head>
  128. |   <frameset>
  129. |   "
  130. "
  131. |   <noframes>
  132.  
  133. #data
  134. <frameset></frameset>
  135. <div>
  136. #errors
  137. Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
  138. Line: 2 Col: 5 Unexpected start tag (div) in the after frameset phase. Ignored.
  139. #document
  140. | <html>
  141. |   <head>
  142. |   <frameset>
  143. |   "
  144. "
  145.  
  146. #data
  147. <frameset></frameset>
  148. </html>
  149. #errors
  150. Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
  151. #document
  152. | <html>
  153. |   <head>
  154. |   <frameset>
  155. |   "
  156. "
  157.  
  158. #data
  159. <frameset></frameset>
  160. </div>
  161. #errors
  162. Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
  163. Line: 2 Col: 6 Unexpected end tag (div) in the after frameset phase. Ignored.
  164. #document
  165. | <html>
  166. |   <head>
  167. |   <frameset>
  168. |   "
  169. "
  170.  
  171. #data
  172. <form><form>
  173. #errors
  174. Line: 1 Col: 6 Unexpected start tag (form). Expected DOCTYPE.
  175. Line: 1 Col: 12 Unexpected start tag (form).
  176. Line: 1 Col: 12 Expected closing tag. Unexpected end of file.
  177. #document
  178. | <html>
  179. |   <head>
  180. |   <body>
  181. |     <form>
  182.  
  183. #data
  184. <button><button>
  185. #errors
  186. Line: 1 Col: 8 Unexpected start tag (button). Expected DOCTYPE.
  187. Line: 1 Col: 16 Unexpected start tag (button) implies end tag (button).
  188. Line: 1 Col: 16 Expected closing tag. Unexpected end of file.
  189. #document
  190. | <html>
  191. |   <head>
  192. |   <body>
  193. |     <button>
  194. |     <button>
  195.  
  196. #data
  197. <table><tr><td></th>
  198. #errors
  199. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  200. Line: 1 Col: 20 Unexpected end tag (th). Ignored.
  201. Line: 1 Col: 20 Expected closing tag. Unexpected end of file.
  202. #document
  203. | <html>
  204. |   <head>
  205. |   <body>
  206. |     <table>
  207. |       <tbody>
  208. |         <tr>
  209. |           <td>
  210.  
  211. #data
  212. <table><caption><td>
  213. #errors
  214. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  215. Line: 1 Col: 20 Unexpected end tag (td). Ignored.
  216. Line: 1 Col: 20 Unexpected table cell start tag (td) in the table body phase.
  217. Line: 1 Col: 20 Expected closing tag. Unexpected end of file.
  218. #document
  219. | <html>
  220. |   <head>
  221. |   <body>
  222. |     <table>
  223. |       <caption>
  224. |       <tbody>
  225. |         <tr>
  226. |           <td>
  227.  
  228. #data
  229. <table><caption><div>
  230. #errors
  231. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  232. Line: 1 Col: 21 Expected closing tag. Unexpected end of file.
  233. #document
  234. | <html>
  235. |   <head>
  236. |   <body>
  237. |     <table>
  238. |       <caption>
  239. |         <div>
  240.  
  241. #data
  242. </caption><div>
  243. #errors
  244. Line: 1 Col: 10 Unexpected end tag (caption). Ignored.
  245. Line: 1 Col: 15 Expected closing tag. Unexpected end of file.
  246. #document-fragment
  247. caption
  248. #document
  249. | <div>
  250.  
  251. #data
  252. <table><caption><div></caption>
  253. #errors
  254. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  255. Line: 1 Col: 31 Unexpected end tag (caption). Missing end tag (div).
  256. Line: 1 Col: 31 Unexpected end of file. Expected table content.
  257. #document
  258. | <html>
  259. |   <head>
  260. |   <body>
  261. |     <table>
  262. |       <caption>
  263. |         <div>
  264.  
  265. #data
  266. <table><caption></table>
  267. #errors
  268. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  269. Line: 1 Col: 24 Unexpected end table tag in caption. Generates implied end caption.
  270. #document
  271. | <html>
  272. |   <head>
  273. |   <body>
  274. |     <table>
  275. |       <caption>
  276.  
  277. #data
  278. </table><div>
  279. #errors
  280. Line: 1 Col: 8 Unexpected end table tag in caption. Generates implied end caption.
  281. Line: 1 Col: 8 Unexpected end tag (caption). Ignored.
  282. Line: 1 Col: 13 Expected closing tag. Unexpected end of file.
  283. #document-fragment
  284. caption
  285. #document
  286. | <div>
  287.  
  288. #data
  289. <table><caption></body></col></colgroup></html></tbody></td></tfoot></th></thead></tr>
  290. #errors
  291. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  292. Line: 1 Col: 23 Unexpected end tag (body). Ignored.
  293. Line: 1 Col: 29 Unexpected end tag (col). Ignored.
  294. Line: 1 Col: 40 Unexpected end tag (colgroup). Ignored.
  295. Line: 1 Col: 47 Unexpected end tag (html). Ignored.
  296. Line: 1 Col: 55 Unexpected end tag (tbody). Ignored.
  297. Line: 1 Col: 60 Unexpected end tag (td). Ignored.
  298. Line: 1 Col: 68 Unexpected end tag (tfoot). Ignored.
  299. Line: 1 Col: 73 Unexpected end tag (th). Ignored.
  300. Line: 1 Col: 81 Unexpected end tag (thead). Ignored.
  301. Line: 1 Col: 86 Unexpected end tag (tr). Ignored.
  302. Line: 1 Col: 86 Expected closing tag. Unexpected end of file.
  303. #document
  304. | <html>
  305. |   <head>
  306. |   <body>
  307. |     <table>
  308. |       <caption>
  309.  
  310. #data
  311. <table><caption><div></div>
  312. #errors
  313. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  314. Line: 1 Col: 27 Expected closing tag. Unexpected end of file.
  315. #document
  316. | <html>
  317. |   <head>
  318. |   <body>
  319. |     <table>
  320. |       <caption>
  321. |         <div>
  322.  
  323. #data
  324. <table><tr><td></body></caption></col></colgroup></html>
  325. #errors
  326. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  327. Line: 1 Col: 22 Unexpected end tag (body). Ignored.
  328. Line: 1 Col: 32 Unexpected end tag (caption). Ignored.
  329. Line: 1 Col: 38 Unexpected end tag (col). Ignored.
  330. Line: 1 Col: 49 Unexpected end tag (colgroup). Ignored.
  331. Line: 1 Col: 56 Unexpected end tag (html). Ignored.
  332. Line: 1 Col: 56 Expected closing tag. Unexpected end of file.
  333. #document
  334. | <html>
  335. |   <head>
  336. |   <body>
  337. |     <table>
  338. |       <tbody>
  339. |         <tr>
  340. |           <td>
  341.  
  342. #data
  343. </table></tbody></tfoot></thead></tr><div>
  344. #errors
  345. Line: 1 Col: 8 Unexpected end tag (table). Ignored.
  346. Line: 1 Col: 16 Unexpected end tag (tbody). Ignored.
  347. Line: 1 Col: 24 Unexpected end tag (tfoot). Ignored.
  348. Line: 1 Col: 32 Unexpected end tag (thead). Ignored.
  349. Line: 1 Col: 37 Unexpected end tag (tr). Ignored.
  350. Line: 1 Col: 42 Expected closing tag. Unexpected end of file.
  351. #document-fragment
  352. td
  353. #document
  354. | <div>
  355.  
  356. #data
  357. <table><colgroup>foo
  358. #errors
  359. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  360. Line: 1 Col: 20 Unexpected non-space characters in table context caused voodoo mode.
  361. Line: 1 Col: 20 Unexpected end of file. Expected table content.
  362. #document
  363. | <html>
  364. |   <head>
  365. |   <body>
  366. |     "foo"
  367. |     <table>
  368. |       <colgroup>
  369.  
  370. #data
  371. foo<col>
  372. #errors
  373. Line: 1 Col: 3 Unexpected end tag (colgroup). Ignored.
  374. #document-fragment
  375. colgroup
  376. #document
  377. | <col>
  378.  
  379. #data
  380. <table><colgroup></col>
  381. #errors
  382. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  383. Line: 1 Col: 23 This element (col) has no end tag.
  384. Line: 1 Col: 23 Expected closing tag. Unexpected end of file.
  385. #document
  386. | <html>
  387. |   <head>
  388. |   <body>
  389. |     <table>
  390. |       <colgroup>
  391.  
  392. #data
  393. <frameset><div>
  394. #errors
  395. Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
  396. Line: 1 Col: 15 Unexpected start tag token (div) in the frameset phase. Ignored.
  397. Line: 1 Col: 15 Expected closing tag. Unexpected end of file.
  398. #document
  399. | <html>
  400. |   <head>
  401. |   <frameset>
  402.  
  403. #data
  404. </frameset><frame>
  405. #errors
  406. Line: 1 Col: 11 Unexpected end tag token (frameset) in the frameset phase (innerHTML).
  407. #document-fragment
  408. frameset
  409. #document
  410. | <frame>
  411.  
  412. #data
  413. <frameset></div>
  414. #errors
  415. Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
  416. Line: 1 Col: 16 Unexpected end tag token (div) in the frameset phase. Ignored.
  417. Line: 1 Col: 16 Expected closing tag. Unexpected end of file.
  418. #document
  419. | <html>
  420. |   <head>
  421. |   <frameset>
  422.  
  423. #data
  424. </body><div>
  425. #errors
  426. Line: 1 Col: 7 Unexpected end tag (body). Ignored.
  427. Line: 1 Col: 12 Expected closing tag. Unexpected end of file.
  428. #document-fragment
  429. body
  430. #document
  431. | <div>
  432.  
  433. #data
  434. <table><tr><div>
  435. #errors
  436. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  437. Line: 1 Col: 16 Unexpected start tag (div) in table context caused voodoo mode.
  438. Line: 1 Col: 16 Unexpected end of file. Expected table content.
  439. #document
  440. | <html>
  441. |   <head>
  442. |   <body>
  443. |     <div>
  444. |     <table>
  445. |       <tbody>
  446. |         <tr>
  447.  
  448. #data
  449. </tr><td>
  450. #errors
  451. Line: 1 Col: 5 Unexpected end tag (tr). Ignored.
  452. #document-fragment
  453. tr
  454. #document
  455. | <td>
  456.  
  457. #data
  458. </tbody></tfoot></thead><td>
  459. #errors
  460. Line: 1 Col: 8 Unexpected end tag (tbody). Ignored.
  461. Line: 1 Col: 16 Unexpected end tag (tfoot). Ignored.
  462. Line: 1 Col: 24 Unexpected end tag (thead). Ignored.
  463. #document-fragment
  464. tr
  465. #document
  466. | <td>
  467.  
  468. #data
  469. <table><tr><div><td>
  470. #errors
  471. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  472. Line: 1 Col: 16 Unexpected start tag (div) in table context caused voodoo mode.
  473. Line: 1 Col: 20 Unexpected implied end tag (div) in the table row phase.
  474. Line: 1 Col: 20 Expected closing tag. Unexpected end of file.
  475. #document
  476. | <html>
  477. |   <head>
  478. |   <body>
  479. |     <div>
  480. |     <table>
  481. |       <tbody>
  482. |         <tr>
  483. |           <td>
  484.  
  485. #data
  486. <caption><col><colgroup><tbody><tfoot><thead><tr>
  487. #errors
  488. Line: 1 Col: 9 Unexpected start tag (caption).
  489. Line: 1 Col: 14 Unexpected start tag (col).
  490. Line: 1 Col: 24 Unexpected start tag (colgroup).
  491. Line: 1 Col: 31 Unexpected start tag (tbody).
  492. Line: 1 Col: 38 Unexpected start tag (tfoot).
  493. Line: 1 Col: 45 Unexpected start tag (thead).
  494. Line: 1 Col: 49 Unexpected end of file. Expected table content.
  495. #document-fragment
  496. tbody
  497. #document
  498. | <tr>
  499.  
  500. #data
  501. <table><tbody></thead>
  502. #errors
  503. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  504. Line: 1 Col: 22 Unexpected end tag (thead) in the table body phase. Ignored.
  505. Line: 1 Col: 22 Unexpected end of file. Expected table content.
  506. #document
  507. | <html>
  508. |   <head>
  509. |   <body>
  510. |     <table>
  511. |       <tbody>
  512.  
  513. #data
  514. </table><tr>
  515. #errors
  516. Line: 1 Col: 8 Unexpected end tag (table). Ignored.
  517. Line: 1 Col: 12 Unexpected end of file. Expected table content.
  518. #document-fragment
  519. tbody
  520. #document
  521. | <tr>
  522.  
  523. #data
  524. <table><tbody></body></caption></col></colgroup></html></td></th></tr>
  525. #errors
  526. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  527. Line: 1 Col: 21 Unexpected end tag (body) in the table body phase. Ignored.
  528. Line: 1 Col: 31 Unexpected end tag (caption) in the table body phase. Ignored.
  529. Line: 1 Col: 37 Unexpected end tag (col) in the table body phase. Ignored.
  530. Line: 1 Col: 48 Unexpected end tag (colgroup) in the table body phase. Ignored.
  531. Line: 1 Col: 55 Unexpected end tag (html) in the table body phase. Ignored.
  532. Line: 1 Col: 60 Unexpected end tag (td) in the table body phase. Ignored.
  533. Line: 1 Col: 65 Unexpected end tag (th) in the table body phase. Ignored.
  534. Line: 1 Col: 70 Unexpected end tag (tr) in the table body phase. Ignored.
  535. Line: 1 Col: 70 Unexpected end of file. Expected table content.
  536. #document
  537. | <html>
  538. |   <head>
  539. |   <body>
  540. |     <table>
  541. |       <tbody>
  542.  
  543. #data
  544. <table><tbody></div>
  545. #errors
  546. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  547. Line: 1 Col: 20 Unexpected end tag (div) in table context caused voodoo mode.
  548. Line: 1 Col: 20 End tag (div) seen too early. Expected other end tag.
  549. Line: 1 Col: 20 Unexpected end of file. Expected table content.
  550. #document
  551. | <html>
  552. |   <head>
  553. |   <body>
  554. |     <table>
  555. |       <tbody>
  556.  
  557. #data
  558. <table><table>
  559. #errors
  560. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  561. Line: 1 Col: 14 Unexpected start tag (table) implies end tag (table).
  562. Line: 1 Col: 14 Unexpected end of file. Expected table content.
  563. #document
  564. | <html>
  565. |   <head>
  566. |   <body>
  567. |     <table>
  568. |     <table>
  569.  
  570. #data
  571. <table></body></caption></col></colgroup></html></tbody></td></tfoot></th></thead></tr>
  572. #errors
  573. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  574. Line: 1 Col: 14 Unexpected end tag (body). Ignored.
  575. Line: 1 Col: 24 Unexpected end tag (caption). Ignored.
  576. Line: 1 Col: 30 Unexpected end tag (col). Ignored.
  577. Line: 1 Col: 41 Unexpected end tag (colgroup). Ignored.
  578. Line: 1 Col: 48 Unexpected end tag (html). Ignored.
  579. Line: 1 Col: 56 Unexpected end tag (tbody). Ignored.
  580. Line: 1 Col: 61 Unexpected end tag (td). Ignored.
  581. Line: 1 Col: 69 Unexpected end tag (tfoot). Ignored.
  582. Line: 1 Col: 74 Unexpected end tag (th). Ignored.
  583. Line: 1 Col: 82 Unexpected end tag (thead). Ignored.
  584. Line: 1 Col: 87 Unexpected end tag (tr). Ignored.
  585. Line: 1 Col: 87 Unexpected end of file. Expected table content.
  586. #document
  587. | <html>
  588. |   <head>
  589. |   <body>
  590. |     <table>
  591.  
  592. #data
  593. </table><tr>
  594. #errors
  595. Line: 1 Col: 8 Unexpected end tag (table). Ignored.
  596. Line: 1 Col: 12 Unexpected end of file. Expected table content.
  597. #document-fragment
  598. table
  599. #document
  600. | <tbody>
  601. |   <tr>
  602.  
  603. #data
  604. <html></html><!-- foo -->
  605. #errors
  606. Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
  607. Line: 1 Col: 13 Unexpected end tag (html) after the (implied) root element.
  608. #document
  609. | <html>
  610. |   <head>
  611. |   <body>
  612. | <!--  foo  -->
  613.  
  614. #data
  615. <body></body></html>
  616. #errors
  617. Line: 1 Col: 20 Unexpected html end tag in inner html mode.
  618. Line: 1 Col: 20 Unexpected EOF in inner html mode.
  619. #document-fragment
  620. html
  621. #document
  622. | <head>
  623. | <body>
  624.  
  625. #data
  626. <html><frameset></frameset></html>
  627. #errors
  628. Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
  629. #document
  630. | <html>
  631. |   <head>
  632. |   <frameset>
  633. |   " "
  634.  
  635. #data
  636. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html></html>
  637. #errors
  638. Line: 1 Col: 50 Erroneous DOCTYPE.
  639. Line: 1 Col: 63 Unexpected end tag (html) after the (implied) root element.
  640. #document
  641. | <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "">
  642. | <html>
  643. |   <head>
  644. |   <body>
  645.