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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial