tor-browser

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

pending-spec-changes.dat (851B)


      1 #data
      2 <input type="hidden"><frameset>
      3 #errors
      4 (1,21): expected-doctype-but-got-start-tag
      5 (1,31): unexpected-start-tag
      6 (1,31): eof-in-frameset
      7 #document
      8 | <html>
      9 |   <head>
     10 |   <frameset>
     11 
     12 #data
     13 <!DOCTYPE html><table><caption><svg>foo</table>bar
     14 #errors
     15 (1,47): unexpected-end-tag
     16 (1,47): end-table-tag-in-caption
     17 #document
     18 | <!DOCTYPE html>
     19 | <html>
     20 |   <head>
     21 |   <body>
     22 |     <table>
     23 |       <caption>
     24 |         <svg svg>
     25 |           "foo"
     26 |     "bar"
     27 
     28 #data
     29 <table><tr><td><svg><desc><td></desc><circle>
     30 #errors
     31 (1,7): expected-doctype-but-got-start-tag
     32 (1,30): unexpected-cell-end-tag
     33 (1,37): unexpected-end-tag
     34 (1,45): expected-closing-tag-but-got-eof
     35 #document
     36 | <html>
     37 |   <head>
     38 |   <body>
     39 |     <table>
     40 |       <tbody>
     41 |         <tr>
     42 |           <td>
     43 |             <svg svg>
     44 |               <svg desc>
     45 |           <td>
     46 |             <circle>