tor-browser

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

overflow-wrap-004-ref.html (472B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text Test Reference File</title>
      4 <link rel="author" title="Intel" href="http://www.intel.com">
      5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      6 <style>
      7  #test {
      8    border: 5px solid orange;
      9    font: 20px/1 Ahem;
     10    width: 200px;
     11  }
     12 </style>
     13 <body>
     14  <p class="instructions">Test passes if the black box overflows the orange box.</p>
     15  <p id="test">FillerTextFillerTextFillerTextFillerText</p>
     16 </body>