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.
 
 
 

192 regels
3.1 KiB

  1. #data
  2. <style> <!-- </style>x
  3. #errors
  4. Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE.
  5. Line: 1 Col: 22 Unexpected end of file. Expected end tag (style).
  6. #document
  7. | <html>
  8. | <head>
  9. | <style>
  10. | " <!-- "
  11. | <body>
  12. | "x"
  13. #data
  14. <style> <!-- </style> --> </style>x
  15. #errors
  16. Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE.
  17. #document
  18. | <html>
  19. | <head>
  20. | <style>
  21. | " <!-- "
  22. | " "
  23. | <body>
  24. | "--> x"
  25. #data
  26. <style> <!--> </style>x
  27. #errors
  28. Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE.
  29. #document
  30. | <html>
  31. | <head>
  32. | <style>
  33. | " <!--> "
  34. | <body>
  35. | "x"
  36. #data
  37. <style> <!---> </style>x
  38. #errors
  39. Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE.
  40. #document
  41. | <html>
  42. | <head>
  43. | <style>
  44. | " <!---> "
  45. | <body>
  46. | "x"
  47. #data
  48. <iframe> <!---> </iframe>x
  49. #errors
  50. Line: 1 Col: 8 Unexpected start tag (iframe). Expected DOCTYPE.
  51. #document
  52. | <html>
  53. | <head>
  54. | <body>
  55. | <iframe>
  56. | " <!---> "
  57. | "x"
  58. #data
  59. <iframe> <!--- </iframe>->x</iframe> --> </iframe>x
  60. #errors
  61. Line: 1 Col: 8 Unexpected start tag (iframe). Expected DOCTYPE.
  62. #document
  63. | <html>
  64. | <head>
  65. | <body>
  66. | <iframe>
  67. | " <!--- "
  68. | "->x --> x"
  69. #data
  70. <script> <!-- </script> --> </script>x
  71. #errors
  72. Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
  73. #document
  74. | <html>
  75. | <head>
  76. | <script>
  77. | " <!-- "
  78. | " "
  79. | <body>
  80. | "--> x"
  81. #data
  82. <title> <!-- </title> --> </title>x
  83. #errors
  84. Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE.
  85. #document
  86. | <html>
  87. | <head>
  88. | <title>
  89. | " <!-- "
  90. | " "
  91. | <body>
  92. | "--> x"
  93. #data
  94. <textarea> <!--- </textarea>->x</textarea> --> </textarea>x
  95. #errors
  96. Line: 1 Col: 10 Unexpected start tag (textarea). Expected DOCTYPE.
  97. #document
  98. | <html>
  99. | <head>
  100. | <body>
  101. | <textarea>
  102. | " <!--- "
  103. | "->x --> x"
  104. #data
  105. <style> <!</-- </style>x
  106. #errors
  107. Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE.
  108. #document
  109. | <html>
  110. | <head>
  111. | <style>
  112. | " <!</-- "
  113. | <body>
  114. | "x"
  115. #data
  116. <p><xmp></xmp>
  117. #errors
  118. XXX: Unknown
  119. #document
  120. | <html>
  121. | <head>
  122. | <body>
  123. | <p>
  124. | <xmp>
  125. #data
  126. <xmp> <!-- > --> </xmp>
  127. #errors
  128. Line: 1 Col: 5 Unexpected start tag (xmp). Expected DOCTYPE.
  129. #document
  130. | <html>
  131. | <head>
  132. | <body>
  133. | <xmp>
  134. | " <!-- > --> "
  135. #data
  136. <title>&amp;</title>
  137. #errors
  138. Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE.
  139. #document
  140. | <html>
  141. | <head>
  142. | <title>
  143. | "&"
  144. | <body>
  145. #data
  146. <title><!--&amp;--></title>
  147. #errors
  148. Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE.
  149. #document
  150. | <html>
  151. | <head>
  152. | <title>
  153. | "<!--&-->"
  154. | <body>
  155. #data
  156. <title><!--</title>
  157. #errors
  158. Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE.
  159. Line: 1 Col: 19 Unexpected end of file. Expected end tag (title).
  160. #document
  161. | <html>
  162. | <head>
  163. | <title>
  164. | "<!--"
  165. | <body>
  166. #data
  167. <noscript><!--</noscript>--></noscript>
  168. #errors
  169. Line: 1 Col: 10 Unexpected start tag (noscript). Expected DOCTYPE.
  170. #document
  171. | <html>
  172. | <head>
  173. | <noscript>
  174. | "<!--"
  175. | <body>
  176. | "-->"