parser/htmlparser/tests/mochitest/html5lib_tree_construction/entities02.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.

     1 #data
     2 <div bar="ZZ&gt;YY"></div>
     3 #errors
     4 (1,20): expected-doctype-but-got-start-tag
     5 #document
     6 | <html>
     7 |   <head>
     8 |   <body>
     9 |     <div>
    10 |       bar="ZZ>YY"
    12 #data
    13 <div bar="ZZ&"></div>
    14 #errors
    15 (1,15): expected-doctype-but-got-start-tag
    16 #document
    17 | <html>
    18 |   <head>
    19 |   <body>
    20 |     <div>
    21 |       bar="ZZ&"
    23 #data
    24 <div bar='ZZ&'></div>
    25 #errors
    26 (1,15): expected-doctype-but-got-start-tag
    27 #document
    28 | <html>
    29 |   <head>
    30 |   <body>
    31 |     <div>
    32 |       bar="ZZ&"
    34 #data
    35 <div bar=ZZ&></div>
    36 #errors
    37 (1,13): expected-doctype-but-got-start-tag
    38 #document
    39 | <html>
    40 |   <head>
    41 |   <body>
    42 |     <div>
    43 |       bar="ZZ&"
    45 #data
    46 <div bar="ZZ&gt=YY"></div>
    47 #errors
    48 (1,15): named-entity-without-semicolon
    49 (1,20): expected-doctype-but-got-start-tag
    50 #document
    51 | <html>
    52 |   <head>
    53 |   <body>
    54 |     <div>
    55 |       bar="ZZ&gt=YY"
    57 #data
    58 <div bar="ZZ&gt0YY"></div>
    59 #errors
    60 (1,20): expected-doctype-but-got-start-tag
    61 #document
    62 | <html>
    63 |   <head>
    64 |   <body>
    65 |     <div>
    66 |       bar="ZZ&gt0YY"
    68 #data
    69 <div bar="ZZ&gt9YY"></div>
    70 #errors
    71 (1,20): expected-doctype-but-got-start-tag
    72 #document
    73 | <html>
    74 |   <head>
    75 |   <body>
    76 |     <div>
    77 |       bar="ZZ&gt9YY"
    79 #data
    80 <div bar="ZZ&gtaYY"></div>
    81 #errors
    82 (1,20): expected-doctype-but-got-start-tag
    83 #document
    84 | <html>
    85 |   <head>
    86 |   <body>
    87 |     <div>
    88 |       bar="ZZ&gtaYY"
    90 #data
    91 <div bar="ZZ&gtZYY"></div>
    92 #errors
    93 (1,20): expected-doctype-but-got-start-tag
    94 #document
    95 | <html>
    96 |   <head>
    97 |   <body>
    98 |     <div>
    99 |       bar="ZZ&gtZYY"
   101 #data
   102 <div bar="ZZ&gt YY"></div>
   103 #errors
   104 (1,15): named-entity-without-semicolon
   105 (1,20): expected-doctype-but-got-start-tag
   106 #document
   107 | <html>
   108 |   <head>
   109 |   <body>
   110 |     <div>
   111 |       bar="ZZ> YY"
   113 #data
   114 <div bar="ZZ&gt"></div>
   115 #errors
   116 (1,15): named-entity-without-semicolon
   117 (1,17): expected-doctype-but-got-start-tag
   118 #document
   119 | <html>
   120 |   <head>
   121 |   <body>
   122 |     <div>
   123 |       bar="ZZ>"
   125 #data
   126 <div bar='ZZ&gt'></div>
   127 #errors
   128 (1,15): named-entity-without-semicolon
   129 (1,17): expected-doctype-but-got-start-tag
   130 #document
   131 | <html>
   132 |   <head>
   133 |   <body>
   134 |     <div>
   135 |       bar="ZZ>"
   137 #data
   138 <div bar=ZZ&gt></div>
   139 #errors
   140 (1,14): named-entity-without-semicolon
   141 (1,15): expected-doctype-but-got-start-tag
   142 #document
   143 | <html>
   144 |   <head>
   145 |   <body>
   146 |     <div>
   147 |       bar="ZZ>"
   149 #data
   150 <div bar="ZZ&pound_id=23"></div>
   151 #errors
   152 (1,18): named-entity-without-semicolon
   153 (1,26): expected-doctype-but-got-start-tag
   154 #document
   155 | <html>
   156 |   <head>
   157 |   <body>
   158 |     <div>
   159 |       bar="ZZ£_id=23"
   161 #data
   162 <div bar="ZZ&prod_id=23"></div>
   163 #errors
   164 (1,25): expected-doctype-but-got-start-tag
   165 #document
   166 | <html>
   167 |   <head>
   168 |   <body>
   169 |     <div>
   170 |       bar="ZZ&prod_id=23"
   172 #data
   173 <div bar="ZZ&pound;_id=23"></div>
   174 #errors
   175 (1,27): expected-doctype-but-got-start-tag
   176 #document
   177 | <html>
   178 |   <head>
   179 |   <body>
   180 |     <div>
   181 |       bar="ZZ£_id=23"
   183 #data
   184 <div bar="ZZ&prod;_id=23"></div>
   185 #errors
   186 (1,26): expected-doctype-but-got-start-tag
   187 #document
   188 | <html>
   189 |   <head>
   190 |   <body>
   191 |     <div>
   192 |       bar="ZZ∏_id=23"
   194 #data
   195 <div bar="ZZ&pound=23"></div>
   196 #errors
   197 (1,18): named-entity-without-semicolon
   198 (1,23): expected-doctype-but-got-start-tag
   199 #document
   200 | <html>
   201 |   <head>
   202 |   <body>
   203 |     <div>
   204 |       bar="ZZ&pound=23"
   206 #data
   207 <div bar="ZZ&prod=23"></div>
   208 #errors
   209 (1,22): expected-doctype-but-got-start-tag
   210 #document
   211 | <html>
   212 |   <head>
   213 |   <body>
   214 |     <div>
   215 |       bar="ZZ&prod=23"
   217 #data
   218 <div>ZZ&pound_id=23</div>
   219 #errors
   220 (1,5): expected-doctype-but-got-start-tag
   221 (1,13): named-entity-without-semicolon
   222 #document
   223 | <html>
   224 |   <head>
   225 |   <body>
   226 |     <div>
   227 |       "ZZ£_id=23"
   229 #data
   230 <div>ZZ&prod_id=23</div>
   231 #errors
   232 (1,5): expected-doctype-but-got-start-tag
   233 #document
   234 | <html>
   235 |   <head>
   236 |   <body>
   237 |     <div>
   238 |       "ZZ&prod_id=23"
   240 #data
   241 <div>ZZ&pound;_id=23</div>
   242 #errors
   243 (1,5): expected-doctype-but-got-start-tag
   244 #document
   245 | <html>
   246 |   <head>
   247 |   <body>
   248 |     <div>
   249 |       "ZZ£_id=23"
   251 #data
   252 <div>ZZ&prod;_id=23</div>
   253 #errors
   254 (1,5): expected-doctype-but-got-start-tag
   255 #document
   256 | <html>
   257 |   <head>
   258 |   <body>
   259 |     <div>
   260 |       "ZZ∏_id=23"
   262 #data
   263 <div>ZZ&pound=23</div>
   264 #errors
   265 (1,5): expected-doctype-but-got-start-tag
   266 (1,13): named-entity-without-semicolon
   267 #document
   268 | <html>
   269 |   <head>
   270 |   <body>
   271 |     <div>
   272 |       "ZZ£=23"
   274 #data
   275 <div>ZZ&prod=23</div>
   276 #errors
   277 (1,5): expected-doctype-but-got-start-tag
   278 #document
   279 | <html>
   280 |   <head>
   281 |   <body>
   282 |     <div>
   283 |       "ZZ&prod=23"

mercurial