cursor-image-png-041-manual.html (694B)
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 invalid PNG image cursor skipped, fallback used."> 7 <style> 8 .test{background: #ffe5b4; border: 2px solid #555; 9 cursor:url(support/PTS/xs2n0g01.png), help; width :128px; height: 64px} 10 </style> 11 <body> 12 <p>The test passes if, when moved inside the peach rectangle, a help cursor is shown.</p> 13 14 <p class="test"> </p> 15 <p>Invalid PNG image, signature bytes incorrect. Help cursor fallback. 16 </body>