1 <!DOCTYPE html>
2 <html><head><title>CSS Basic User Interface Test: Cursor property, PNG</title>
3 <link href="mailto:chris@w3.org" rel="author" title="Chris Lilley">
4 <link href="http://www.w3.org/TR/css3-ui/#cursor" rel="help">
5 <meta content="interact" name="flags">
6 <meta content="Test checks invalid PNG image cursor skipped, fallback used." name="assert">
7 <style>
8 .test{background: #ffe5b4; border: 2px solid #555;
9 cursor:url(support/PTS/xhdn0g08.png), help; width :128px; height: 64px}
10 </style>
11 </head><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, incorrect header checksum. Help cursor fallback.
16
17 </p></body></html>