OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html xmlns="http://www.w3.org/1999/xhtml"> | 2 <html xmlns="http://www.w3.org/1999/xhtml"> |
3 <body> | 3 <body> |
4 <p>Test for .cur cursor intrinsic hot spot behavior. See <a href="https://bugs
.webkit.org/show_bug.cgi?id=15779">bug 15779</a>.</p> | 4 <p>Test for .cur cursor intrinsic hot spot behavior. See <a href="https://bugs
.webkit.org/show_bug.cgi?id=15779">bug 15779</a>.</p> |
5 <div style="background:turquoise;cursor:url(resources/cur-hotspot.cur), auto;
width:200px; height:200px; position:absolute; top:100px; left: 50px;">Mouse curs
or should be upside down inside this box.</div> | 5 <div style="background:turquoise;cursor:url(resources/cur-hotspot.cur), auto;
width:200px; height:200px; position:absolute; top:100px; left: 50px;">Mouse curs
or should be upside down inside this box.</div> |
6 | 6 |
7 <div style="background:turquoise;cursor:url(resources/cur-hotspot.cur) 200 200
, auto; width:200px; height:200px; position:absolute; top:100px; left: 300px;">M
ouse cursor should be upside down inside this box.</div> | 7 <div style="background:turquoise;cursor:url(resources/cur-hotspot.cur) 200 200
, auto; width:200px; height:200px; position:absolute; top:100px; left: 300px;">M
ouse cursor should be upside down inside this box.</div> |
8 | 8 |
9 <div style="background:turquoise;cursor:url(resources/cur-hotspot.cur) 0 0, au
to; width:200px; height:200px; position:absolute; top:350px; left: 50px;">Mouse
cursor should flip erratically, due to incorrect hot spot forced in CSS.</div> | 9 <div style="background:turquoise;cursor:url(resources/cur-hotspot.cur) 0 0, au
to; width:200px; height:200px; position:absolute; top:350px; left: 50px;">Mouse
cursor should flip erratically, due to incorrect hot spot forced in CSS.</div> |
10 | 10 |
11 </body> | 11 </body> |
12 </html> | 12 </html> |
OLD | NEW |