tor-browser

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

cgrsor-image-png-028-manual.html (872B)


      1 <!DOCTYPE html>
      2 <title>CSS Basic User Interface Test: Cursor property, PNG</title>
      3 <link rel="author" title="Chris Lilley" href="mailto:chris@w3.org">
      4 <link rel="help" href="http://www.w3.org/TR/css3-ui/#cursor">
      5 <meta name="flags" content="interact">
      6 <meta name="assert" content="Test checks that an interlaced greyscale with alpha PNG image cursor is supported.">
      7 <style>
      8 .test{background: #ffe5b4; border: 2px solid #555;
      9 cursor:url(support/PTS/basi4a16.png), help; width :128px; height: 64px}
     10 .test:before {content: url(support/PTS/basi4a16.png)
     11 </style>
     12 <body>
     13  <p>The test passes if, when moved inside the peach rectangle,  the cursor looks like the reference image.</p>
     14  <!-- changed background colour so grey semitransparent image can be seen -->
     15  <p class="test"> </p>
     16  <p>Local interlaced greyscale with alpha (type 4) PNG image, 16 bit/pixel.
     17 </body>