tor-browser

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

pseudo-element-inline-box-ref.html (200B)


      1 <!doctype html>
      2 <title>CSS Test Reference</title>
      3 <p>Should see a green image with a blue border</p>
      4 <div>
      5  <span style="border: 10px solid blue">
      6    <img src="resources/rect.svg">
      7  </span>
      8 </div>