tor-browser

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

embed-hidden-attribute-ref.html (306B)


      1 <!DOCTYPE html>
      2 <title>The hidden global presentation attribute within the embed element</title>
      3 
      4 This embed should be visible (green box):
      5 <embed src='../../../../images/green-256x256.png' type='image/png'></embed>
      6 
      7 These should not be visible (no red):
      8 
      9 <style>
     10  embed {
     11    display:block;
     12  }
     13 </style>