Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

391 lignes
6.5 KiB

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