tor-browser

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

contain-layout-button-002-ref.html (267B)


      1 <!DOCTYPE html>
      2 <style>
      3 button {
      4  border: 5px solid green;
      5  padding: 10px;
      6  margin-bottom: 2px;
      7  color: transparent;
      8  width: 20px;
      9  height: 20px;
     10 }
     11 </style>
     12 <p>This test passes if it has the same output as the reference.</p>
     13 <button></button> <button></button>