tor-browser

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

outline-023.html (554B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>Tests that a paint clip, clips an outline.</title>
      4 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
      5 <link rel="help" href="https://drafts.csswg.org/css-ui-3/#outline">
      6 <link rel="help" href="https://www.w3.org/TR/CSS2/zindex.html#painting-order">
      7 <p>Test passes if there is a filled green square.</p>
      8 <div style="overflow: hidden; width: 100px; height: 100px; background: green;">
      9  <div style="display: block; width: 110px; height: 110px; margin: -5px; outline: solid blue 3px;"></div>
     10 </div>