tests17.dat 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. #data
  2. <!doctype html><table><tbody><select><tr>
  3. #errors
  4. (1,37): unexpected-start-tag-implies-table-voodoo
  5. (1,41): unexpected-table-element-start-tag-in-select-in-table
  6. (1,41): eof-in-table
  7. #document
  8. | <!DOCTYPE html>
  9. | <html>
  10. | <head>
  11. | <body>
  12. | <select>
  13. | <table>
  14. | <tbody>
  15. | <tr>
  16. #data
  17. <!doctype html><table><tr><select><td>
  18. #errors
  19. (1,34): unexpected-start-tag-implies-table-voodoo
  20. (1,38): unexpected-table-element-start-tag-in-select-in-table
  21. (1,38): expected-closing-tag-but-got-eof
  22. #document
  23. | <!DOCTYPE html>
  24. | <html>
  25. | <head>
  26. | <body>
  27. | <select>
  28. | <table>
  29. | <tbody>
  30. | <tr>
  31. | <td>
  32. #data
  33. <!doctype html><table><tr><td><select><td>
  34. #errors
  35. (1,42): unexpected-table-element-start-tag-in-select-in-table
  36. (1,42): expected-closing-tag-but-got-eof
  37. #document
  38. | <!DOCTYPE html>
  39. | <html>
  40. | <head>
  41. | <body>
  42. | <table>
  43. | <tbody>
  44. | <tr>
  45. | <td>
  46. | <select>
  47. | <td>
  48. #data
  49. <!doctype html><table><tr><th><select><td>
  50. #errors
  51. (1,42): unexpected-table-element-start-tag-in-select-in-table
  52. (1,42): expected-closing-tag-but-got-eof
  53. #document
  54. | <!DOCTYPE html>
  55. | <html>
  56. | <head>
  57. | <body>
  58. | <table>
  59. | <tbody>
  60. | <tr>
  61. | <th>
  62. | <select>
  63. | <td>
  64. #data
  65. <!doctype html><table><caption><select><tr>
  66. #errors
  67. (1,43): unexpected-table-element-start-tag-in-select-in-table
  68. (1,43): eof-in-table
  69. #document
  70. | <!DOCTYPE html>
  71. | <html>
  72. | <head>
  73. | <body>
  74. | <table>
  75. | <caption>
  76. | <select>
  77. | <tbody>
  78. | <tr>
  79. #data
  80. <!doctype html><select><tr>
  81. #errors
  82. (1,27): unexpected-start-tag-in-select
  83. (1,27): eof-in-select
  84. #document
  85. | <!DOCTYPE html>
  86. | <html>
  87. | <head>
  88. | <body>
  89. | <select>
  90. #data
  91. <!doctype html><select><td>
  92. #errors
  93. (1,27): unexpected-start-tag-in-select
  94. (1,27): eof-in-select
  95. #document
  96. | <!DOCTYPE html>
  97. | <html>
  98. | <head>
  99. | <body>
  100. | <select>
  101. #data
  102. <!doctype html><select><th>
  103. #errors
  104. (1,27): unexpected-start-tag-in-select
  105. (1,27): eof-in-select
  106. #document
  107. | <!DOCTYPE html>
  108. | <html>
  109. | <head>
  110. | <body>
  111. | <select>
  112. #data
  113. <!doctype html><select><tbody>
  114. #errors
  115. (1,30): unexpected-start-tag-in-select
  116. (1,30): eof-in-select
  117. #document
  118. | <!DOCTYPE html>
  119. | <html>
  120. | <head>
  121. | <body>
  122. | <select>
  123. #data
  124. <!doctype html><select><thead>
  125. #errors
  126. (1,30): unexpected-start-tag-in-select
  127. (1,30): eof-in-select
  128. #document
  129. | <!DOCTYPE html>
  130. | <html>
  131. | <head>
  132. | <body>
  133. | <select>
  134. #data
  135. <!doctype html><select><tfoot>
  136. #errors
  137. (1,30): unexpected-start-tag-in-select
  138. (1,30): eof-in-select
  139. #document
  140. | <!DOCTYPE html>
  141. | <html>
  142. | <head>
  143. | <body>
  144. | <select>
  145. #data
  146. <!doctype html><select><caption>
  147. #errors
  148. (1,32): unexpected-start-tag-in-select
  149. (1,32): eof-in-select
  150. #document
  151. | <!DOCTYPE html>
  152. | <html>
  153. | <head>
  154. | <body>
  155. | <select>
  156. #data
  157. <!doctype html><table><tr></table>a
  158. #errors
  159. #document
  160. | <!DOCTYPE html>
  161. | <html>
  162. | <head>
  163. | <body>
  164. | <table>
  165. | <tbody>
  166. | <tr>
  167. | "a"