tor-browser

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

776265-1d.html (361B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <title>Testcase for bug 776265 - checks max-width with box-sizing: border-box</title>
      5 <style type="text/css">
      6 textarea {
      7    float: left;
      8    width: 70px;
      9    height: 50px;
     10    max-width: 50px;
     11    border: 1px solid #aaa;
     12    padding: 4px;
     13    box-sizing: border-box;
     14 }
     15 </style>
     16 </head>
     17 <body><textarea></textarea>
     18 </body>
     19 </html>