Subversion Repositories Kolibri OS

Rev

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

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