1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3
4 <head>
5
6 <title>CSS Test: cursor - <uri> value</title>
7
8 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
9 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#cursor-props">
10 <meta content="interact invalid" name="flags">
11 <meta content="When an user-defined cursor is provided, a generic cursor value must be provided at the end of the list." name="assert">
12
13 <style type="text/css">
14 span {cursor: url("support/fail.cur");}
15 </style>
16
17 </head>
18
19 <body>
20
21 <p>Hovering the pointing device over the text sample should make it rendered as a text cursor (often an I-beam).</p>
22
23 <div>
24 <span>text sample</span>
25 </div>
26
27 </body>
28 </html>