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 that an interlaced, indexed PNG image cursor is supported." name="assert">
7 <style>
8 .test{background: #AAA; border: 2px solid #555;
9 cursor:url(support/PTS/basi3p01.png), help; width :128px; height: 64px}
10 .test:before {content: url(support/PTS/basi3p01.png)
11 </style>
12 </head><body>
13 <p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
14 <p class="test"> </p>
15 <p>Local interlaced, indexed (type 3) PNG image, 1 bit/pixel.
16
17 </p></body></html>