parser/htmlparser/tests/mochitest/html5lib_tree_construction/adoption01.dat

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

michael@0 1 #data
michael@0 2 <a><p></a></p>
michael@0 3 #errors
michael@0 4 (1,3): expected-doctype-but-got-start-tag
michael@0 5 (1,10): adoption-agency-1.3
michael@0 6 #document
michael@0 7 | <html>
michael@0 8 | <head>
michael@0 9 | <body>
michael@0 10 | <a>
michael@0 11 | <p>
michael@0 12 | <a>
michael@0 13
michael@0 14 #data
michael@0 15 <a>1<p>2</a>3</p>
michael@0 16 #errors
michael@0 17 (1,3): expected-doctype-but-got-start-tag
michael@0 18 (1,12): adoption-agency-1.3
michael@0 19 #document
michael@0 20 | <html>
michael@0 21 | <head>
michael@0 22 | <body>
michael@0 23 | <a>
michael@0 24 | "1"
michael@0 25 | <p>
michael@0 26 | <a>
michael@0 27 | "2"
michael@0 28 | "3"
michael@0 29
michael@0 30 #data
michael@0 31 <a>1<button>2</a>3</button>
michael@0 32 #errors
michael@0 33 (1,3): expected-doctype-but-got-start-tag
michael@0 34 (1,17): adoption-agency-1.3
michael@0 35 #document
michael@0 36 | <html>
michael@0 37 | <head>
michael@0 38 | <body>
michael@0 39 | <a>
michael@0 40 | "1"
michael@0 41 | <button>
michael@0 42 | <a>
michael@0 43 | "2"
michael@0 44 | "3"
michael@0 45
michael@0 46 #data
michael@0 47 <a>1<b>2</a>3</b>
michael@0 48 #errors
michael@0 49 (1,3): expected-doctype-but-got-start-tag
michael@0 50 (1,12): adoption-agency-1.3
michael@0 51 #document
michael@0 52 | <html>
michael@0 53 | <head>
michael@0 54 | <body>
michael@0 55 | <a>
michael@0 56 | "1"
michael@0 57 | <b>
michael@0 58 | "2"
michael@0 59 | <b>
michael@0 60 | "3"
michael@0 61
michael@0 62 #data
michael@0 63 <a>1<div>2<div>3</a>4</div>5</div>
michael@0 64 #errors
michael@0 65 (1,3): expected-doctype-but-got-start-tag
michael@0 66 (1,20): adoption-agency-1.3
michael@0 67 (1,20): adoption-agency-1.3
michael@0 68 #document
michael@0 69 | <html>
michael@0 70 | <head>
michael@0 71 | <body>
michael@0 72 | <a>
michael@0 73 | "1"
michael@0 74 | <div>
michael@0 75 | <a>
michael@0 76 | "2"
michael@0 77 | <div>
michael@0 78 | <a>
michael@0 79 | "3"
michael@0 80 | "4"
michael@0 81 | "5"
michael@0 82
michael@0 83 #data
michael@0 84 <table><a>1<p>2</a>3</p>
michael@0 85 #errors
michael@0 86 (1,7): expected-doctype-but-got-start-tag
michael@0 87 (1,10): unexpected-start-tag-implies-table-voodoo
michael@0 88 (1,11): unexpected-character-implies-table-voodoo
michael@0 89 (1,14): unexpected-start-tag-implies-table-voodoo
michael@0 90 (1,15): unexpected-character-implies-table-voodoo
michael@0 91 (1,19): unexpected-end-tag-implies-table-voodoo
michael@0 92 (1,19): adoption-agency-1.3
michael@0 93 (1,20): unexpected-character-implies-table-voodoo
michael@0 94 (1,24): unexpected-end-tag-implies-table-voodoo
michael@0 95 (1,24): eof-in-table
michael@0 96 #document
michael@0 97 | <html>
michael@0 98 | <head>
michael@0 99 | <body>
michael@0 100 | <a>
michael@0 101 | "1"
michael@0 102 | <p>
michael@0 103 | <a>
michael@0 104 | "2"
michael@0 105 | "3"
michael@0 106 | <table>
michael@0 107
michael@0 108 #data
michael@0 109 <b><b><a><p></a>
michael@0 110 #errors
michael@0 111 (1,3): expected-doctype-but-got-start-tag
michael@0 112 (1,16): adoption-agency-1.3
michael@0 113 (1,16): expected-closing-tag-but-got-eof
michael@0 114 #document
michael@0 115 | <html>
michael@0 116 | <head>
michael@0 117 | <body>
michael@0 118 | <b>
michael@0 119 | <b>
michael@0 120 | <a>
michael@0 121 | <p>
michael@0 122 | <a>
michael@0 123
michael@0 124 #data
michael@0 125 <b><a><b><p></a>
michael@0 126 #errors
michael@0 127 (1,3): expected-doctype-but-got-start-tag
michael@0 128 (1,16): adoption-agency-1.3
michael@0 129 (1,16): expected-closing-tag-but-got-eof
michael@0 130 #document
michael@0 131 | <html>
michael@0 132 | <head>
michael@0 133 | <body>
michael@0 134 | <b>
michael@0 135 | <a>
michael@0 136 | <b>
michael@0 137 | <b>
michael@0 138 | <p>
michael@0 139 | <a>
michael@0 140
michael@0 141 #data
michael@0 142 <a><b><b><p></a>
michael@0 143 #errors
michael@0 144 (1,3): expected-doctype-but-got-start-tag
michael@0 145 (1,16): adoption-agency-1.3
michael@0 146 (1,16): expected-closing-tag-but-got-eof
michael@0 147 #document
michael@0 148 | <html>
michael@0 149 | <head>
michael@0 150 | <body>
michael@0 151 | <a>
michael@0 152 | <b>
michael@0 153 | <b>
michael@0 154 | <b>
michael@0 155 | <b>
michael@0 156 | <p>
michael@0 157 | <a>
michael@0 158
michael@0 159 #data
michael@0 160 <p>1<s id="A">2<b id="B">3</p>4</s>5</b>
michael@0 161 #errors
michael@0 162 (1,3): expected-doctype-but-got-start-tag
michael@0 163 (1,30): unexpected-end-tag
michael@0 164 (1,35): adoption-agency-1.3
michael@0 165 #document
michael@0 166 | <html>
michael@0 167 | <head>
michael@0 168 | <body>
michael@0 169 | <p>
michael@0 170 | "1"
michael@0 171 | <s>
michael@0 172 | id="A"
michael@0 173 | "2"
michael@0 174 | <b>
michael@0 175 | id="B"
michael@0 176 | "3"
michael@0 177 | <s>
michael@0 178 | id="A"
michael@0 179 | <b>
michael@0 180 | id="B"
michael@0 181 | "4"
michael@0 182 | <b>
michael@0 183 | id="B"
michael@0 184 | "5"
michael@0 185
michael@0 186 #data
michael@0 187 <table><a>1<td>2</td>3</table>
michael@0 188 #errors
michael@0 189 (1,7): expected-doctype-but-got-start-tag
michael@0 190 (1,10): unexpected-start-tag-implies-table-voodoo
michael@0 191 (1,11): unexpected-character-implies-table-voodoo
michael@0 192 (1,15): unexpected-cell-in-table-body
michael@0 193 (1,30): unexpected-implied-end-tag-in-table-view
michael@0 194 #document
michael@0 195 | <html>
michael@0 196 | <head>
michael@0 197 | <body>
michael@0 198 | <a>
michael@0 199 | "1"
michael@0 200 | <a>
michael@0 201 | "3"
michael@0 202 | <table>
michael@0 203 | <tbody>
michael@0 204 | <tr>
michael@0 205 | <td>
michael@0 206 | "2"
michael@0 207
michael@0 208 #data
michael@0 209 <table>A<td>B</td>C</table>
michael@0 210 #errors
michael@0 211 (1,7): expected-doctype-but-got-start-tag
michael@0 212 (1,8): unexpected-character-implies-table-voodoo
michael@0 213 (1,12): unexpected-cell-in-table-body
michael@0 214 (1,22): unexpected-character-implies-table-voodoo
michael@0 215 #document
michael@0 216 | <html>
michael@0 217 | <head>
michael@0 218 | <body>
michael@0 219 | "AC"
michael@0 220 | <table>
michael@0 221 | <tbody>
michael@0 222 | <tr>
michael@0 223 | <td>
michael@0 224 | "B"
michael@0 225
michael@0 226 #data
michael@0 227 <a><svg><tr><input></a>
michael@0 228 #errors
michael@0 229 (1,3): expected-doctype-but-got-start-tag
michael@0 230 (1,23): unexpected-end-tag
michael@0 231 (1,23): adoption-agency-1.3
michael@0 232 #document
michael@0 233 | <html>
michael@0 234 | <head>
michael@0 235 | <body>
michael@0 236 | <a>
michael@0 237 | <svg svg>
michael@0 238 | <svg tr>
michael@0 239 | <svg input>
michael@0 240
michael@0 241 #data
michael@0 242 <div><a><b><div><div><div><div><div><div><div><div><div><div></a>
michael@0 243 #errors
michael@0 244 (1,5): expected-doctype-but-got-start-tag
michael@0 245 (1,65): adoption-agency-1.3
michael@0 246 (1,65): adoption-agency-1.3
michael@0 247 (1,65): adoption-agency-1.3
michael@0 248 (1,65): adoption-agency-1.3
michael@0 249 (1,65): adoption-agency-1.3
michael@0 250 (1,65): adoption-agency-1.3
michael@0 251 (1,65): adoption-agency-1.3
michael@0 252 (1,65): adoption-agency-1.3
michael@0 253 (1,65): expected-closing-tag-but-got-eof
michael@0 254 #document
michael@0 255 | <html>
michael@0 256 | <head>
michael@0 257 | <body>
michael@0 258 | <div>
michael@0 259 | <a>
michael@0 260 | <b>
michael@0 261 | <b>
michael@0 262 | <div>
michael@0 263 | <a>
michael@0 264 | <div>
michael@0 265 | <a>
michael@0 266 | <div>
michael@0 267 | <a>
michael@0 268 | <div>
michael@0 269 | <a>
michael@0 270 | <div>
michael@0 271 | <a>
michael@0 272 | <div>
michael@0 273 | <a>
michael@0 274 | <div>
michael@0 275 | <a>
michael@0 276 | <div>
michael@0 277 | <a>
michael@0 278 | <div>
michael@0 279 | <div>
michael@0 280
michael@0 281 #data
michael@0 282 <div><a><b><u><i><code><div></a>
michael@0 283 #errors
michael@0 284 (1,5): expected-doctype-but-got-start-tag
michael@0 285 (1,32): adoption-agency-1.3
michael@0 286 (1,32): expected-closing-tag-but-got-eof
michael@0 287 #document
michael@0 288 | <html>
michael@0 289 | <head>
michael@0 290 | <body>
michael@0 291 | <div>
michael@0 292 | <a>
michael@0 293 | <b>
michael@0 294 | <u>
michael@0 295 | <i>
michael@0 296 | <code>
michael@0 297 | <u>
michael@0 298 | <i>
michael@0 299 | <code>
michael@0 300 | <div>
michael@0 301 | <a>
michael@0 302
michael@0 303 #data
michael@0 304 <b><b><b><b>x</b></b></b></b>y
michael@0 305 #errors
michael@0 306 (1,3): expected-doctype-but-got-start-tag
michael@0 307 #document
michael@0 308 | <html>
michael@0 309 | <head>
michael@0 310 | <body>
michael@0 311 | <b>
michael@0 312 | <b>
michael@0 313 | <b>
michael@0 314 | <b>
michael@0 315 | "x"
michael@0 316 | "y"
michael@0 317
michael@0 318 #data
michael@0 319 <p><b><b><b><b><p>x
michael@0 320 #errors
michael@0 321 (1,3): expected-doctype-but-got-start-tag
michael@0 322 (1,18): unexpected-end-tag
michael@0 323 (1,19): expected-closing-tag-but-got-eof
michael@0 324 #document
michael@0 325 | <html>
michael@0 326 | <head>
michael@0 327 | <body>
michael@0 328 | <p>
michael@0 329 | <b>
michael@0 330 | <b>
michael@0 331 | <b>
michael@0 332 | <b>
michael@0 333 | <p>
michael@0 334 | <b>
michael@0 335 | <b>
michael@0 336 | <b>
michael@0 337 | "x"

mercurial