tor-browser

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

contain-paint-clip-006-ref.html (1036B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>CSS Reftest Reference</title>
      6  <link rel="author" title="Yusuf Sermet" href="mailto:ysermet@mozilla.com">
      7  <link rel="author" title="Kyle Zentner" href="mailto:zentner.kyle@gmail.com">
      8  <style>
      9  .root {
     10    width: 100px;
     11    height: 100px;
     12    background: green;
     13    margin: 25px;
     14    padding: 25px;
     15    overflow: hidden;
     16  }
     17  </style>
     18 </head>
     19 <body>
     20  <div class="root">
     21    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA This text should
     22    be clipped to the content box. Lorem ipsum dolor sit amet, consectetur adipiscing
     23    elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed
     24    nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum.
     25    Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa.
     26    Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu ad litora
     27    torquent per conubia nostra, per inceptos himenaeos. Curabitur sodales
     28    ligula in libero.
     29  </div>
     30 </body>
     31 </html>