tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

tests12.dat (1612B)


      1 #data
      2 <!DOCTYPE html><body><p>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></table></foreignObject></g><g>quux</g></svg></annotation-xml></math>bar
      3 #errors
      4 #document
      5 | <!DOCTYPE html>
      6 | <html>
      7 |   <head>
      8 |   <body>
      9 |     <p>
     10 |       "foo"
     11 |       <math math>
     12 |         <math mtext>
     13 |           <i>
     14 |             "baz"
     15 |         <math annotation-xml>
     16 |           <svg svg>
     17 |             <svg desc>
     18 |               <b>
     19 |                 "eggs"
     20 |             <svg g>
     21 |               <svg foreignObject>
     22 |                 <p>
     23 |                   "spam"
     24 |                 <table>
     25 |                   <tbody>
     26 |                     <tr>
     27 |                       <td>
     28 |                         <img>
     29 |             <svg g>
     30 |               "quux"
     31 |       "bar"
     32 
     33 #data
     34 <!DOCTYPE html><body>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></table></foreignObject></g><g>quux</g></svg></annotation-xml></math>bar
     35 #errors
     36 #document
     37 | <!DOCTYPE html>
     38 | <html>
     39 |   <head>
     40 |   <body>
     41 |     "foo"
     42 |     <math math>
     43 |       <math mtext>
     44 |         <i>
     45 |           "baz"
     46 |       <math annotation-xml>
     47 |         <svg svg>
     48 |           <svg desc>
     49 |             <b>
     50 |               "eggs"
     51 |           <svg g>
     52 |             <svg foreignObject>
     53 |               <p>
     54 |                 "spam"
     55 |               <table>
     56 |                 <tbody>
     57 |                   <tr>
     58 |                     <td>
     59 |                       <img>
     60 |           <svg g>
     61 |             "quux"
     62 |     "bar"