You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

270 lines
4.0 KiB

  1. #data
  2. <!doctype html><plaintext></plaintext>
  3. #errors
  4. #document
  5. | <!DOCTYPE html>
  6. | <html>
  7. | <head>
  8. | <body>
  9. | <plaintext>
  10. | "</plaintext>"
  11. #data
  12. <!doctype html><table><plaintext></plaintext>
  13. #errors
  14. #document
  15. | <!DOCTYPE html>
  16. | <html>
  17. | <head>
  18. | <body>
  19. | <plaintext>
  20. | "</plaintext>"
  21. | <table>
  22. #data
  23. <!doctype html><table><tbody><plaintext></plaintext>
  24. #errors
  25. #document
  26. | <!DOCTYPE html>
  27. | <html>
  28. | <head>
  29. | <body>
  30. | <plaintext>
  31. | "</plaintext>"
  32. | <table>
  33. | <tbody>
  34. #data
  35. <!doctype html><table><tbody><tr><plaintext></plaintext>
  36. #errors
  37. #document
  38. | <!DOCTYPE html>
  39. | <html>
  40. | <head>
  41. | <body>
  42. | <plaintext>
  43. | "</plaintext>"
  44. | <table>
  45. | <tbody>
  46. | <tr>
  47. #data
  48. <!doctype html><table><tbody><tr><plaintext></plaintext>
  49. #errors
  50. #document
  51. | <!DOCTYPE html>
  52. | <html>
  53. | <head>
  54. | <body>
  55. | <plaintext>
  56. | "</plaintext>"
  57. | <table>
  58. | <tbody>
  59. | <tr>
  60. #data
  61. <!doctype html><table><td><plaintext></plaintext>
  62. #errors
  63. #document
  64. | <!DOCTYPE html>
  65. | <html>
  66. | <head>
  67. | <body>
  68. | <table>
  69. | <tbody>
  70. | <tr>
  71. | <td>
  72. | <plaintext>
  73. | "</plaintext>"
  74. #data
  75. <!doctype html><table><caption><plaintext></plaintext>
  76. #errors
  77. #document
  78. | <!DOCTYPE html>
  79. | <html>
  80. | <head>
  81. | <body>
  82. | <table>
  83. | <caption>
  84. | <plaintext>
  85. | "</plaintext>"
  86. #data
  87. <!doctype html><table><tr><style></script></style>abc
  88. #errors
  89. #document
  90. | <!DOCTYPE html>
  91. | <html>
  92. | <head>
  93. | <body>
  94. | "abc"
  95. | <table>
  96. | <tbody>
  97. | <tr>
  98. | <style>
  99. | "</script>"
  100. #data
  101. <!doctype html><table><tr><script></style></script>abc
  102. #errors
  103. #document
  104. | <!DOCTYPE html>
  105. | <html>
  106. | <head>
  107. | <body>
  108. | "abc"
  109. | <table>
  110. | <tbody>
  111. | <tr>
  112. | <script>
  113. | "</style>"
  114. #data
  115. <!doctype html><table><caption><style></script></style>abc
  116. #errors
  117. #document
  118. | <!DOCTYPE html>
  119. | <html>
  120. | <head>
  121. | <body>
  122. | <table>
  123. | <caption>
  124. | <style>
  125. | "</script>"
  126. | "abc"
  127. #data
  128. <!doctype html><table><td><style></script></style>abc
  129. #errors
  130. #document
  131. | <!DOCTYPE html>
  132. | <html>
  133. | <head>
  134. | <body>
  135. | <table>
  136. | <tbody>
  137. | <tr>
  138. | <td>
  139. | <style>
  140. | "</script>"
  141. | "abc"
  142. #data
  143. <!doctype html><select><script></style></script>abc
  144. #errors
  145. #document
  146. | <!DOCTYPE html>
  147. | <html>
  148. | <head>
  149. | <body>
  150. | <select>
  151. | <script>
  152. | "</style>"
  153. | "abc"
  154. #data
  155. <!doctype html><table><select><script></style></script>abc
  156. #errors
  157. #document
  158. | <!DOCTYPE html>
  159. | <html>
  160. | <head>
  161. | <body>
  162. | <select>
  163. | <script>
  164. | "</style>"
  165. | "abc"
  166. | <table>
  167. #data
  168. <!doctype html><table><tr><select><script></style></script>abc
  169. #errors
  170. #document
  171. | <!DOCTYPE html>
  172. | <html>
  173. | <head>
  174. | <body>
  175. | <select>
  176. | <script>
  177. | "</style>"
  178. | "abc"
  179. | <table>
  180. | <tbody>
  181. | <tr>
  182. #data
  183. <!doctype html><frameset></frameset><noframes>abc
  184. #errors
  185. #document
  186. | <!DOCTYPE html>
  187. | <html>
  188. | <head>
  189. | <frameset>
  190. | <noframes>
  191. | "abc"
  192. #data
  193. <!doctype html><frameset></frameset><noframes>abc</noframes><!--abc-->
  194. #errors
  195. #document
  196. | <!DOCTYPE html>
  197. | <html>
  198. | <head>
  199. | <frameset>
  200. | <noframes>
  201. | "abc"
  202. | <!-- abc -->
  203. #data
  204. <!doctype html><frameset></frameset></html><noframes>abc
  205. #errors
  206. #document
  207. | <!DOCTYPE html>
  208. | <html>
  209. | <head>
  210. | <frameset>
  211. | <noframes>
  212. | "abc"
  213. #data
  214. <!doctype html><frameset></frameset></html><noframes>abc</noframes><!--abc-->
  215. #errors
  216. #document
  217. | <!DOCTYPE html>
  218. | <html>
  219. | <head>
  220. | <frameset>
  221. | <noframes>
  222. | "abc"
  223. | <!-- abc -->
  224. #data
  225. <!doctype html><table><tr></tbody><tfoot>
  226. #errors
  227. #document
  228. | <!DOCTYPE html>
  229. | <html>
  230. | <head>
  231. | <body>
  232. | <table>
  233. | <tbody>
  234. | <tr>
  235. | <tfoot>
  236. #data
  237. <!doctype html><table><td><svg></svg>abc<td>
  238. #errors
  239. #document
  240. | <!DOCTYPE html>
  241. | <html>
  242. | <head>
  243. | <body>
  244. | <table>
  245. | <tbody>
  246. | <tr>
  247. | <td>
  248. | <svg svg>
  249. | "abc"
  250. | <td>