tor-browser

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

304-novalid.xhtml (245B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3  <title>Element before figcaption and element after</title>
      4 </head>
      5 <body>
      6 <figure>
      7 <img src='foo' alt='bar'/>
      8 <figcaption>Bar</figcaption>
      9 <img src='foo' alt='bar'/>
     10 </figure>
     11 </body>
     12 </html>