bdash | c873850 | 2007-03-19 04:32:24 +0000 | [diff] [blame] | 1 | <a href="http://bugs.webkit.org/show_bug.cgi?id=8991">Bug 8991</a>: REGRESSION: missing or broken CSS custom cursors are displayed as a missing image icon.<p> |
ap | 9878788 | 2006-05-20 08:57:16 +0000 | [diff] [blame] | 2 | Move the cursor over the blue box - it should not turn into a missing image icon, and should turn into an I-beam over text. |
| 3 | |
| 4 | <div style="width:100px;height:50px;background-color:lightblue; cursor:url(nonexistent.png), auto;"><span style="cursor:url(nonexistent.png), auto;">some text</span></div> |
| 5 | <div style="width:100px;height:50px;background-color:lightblue; cursor:url(nonexistent.png);"></div> |
ap | c5ac662 | 2006-07-18 19:56:17 +0000 | [diff] [blame] | 6 | |
| 7 | <hr> |
bdash | c873850 | 2007-03-19 04:32:24 +0000 | [diff] [blame] | 8 | <a href="http://bugs.webkit.org/show_bug.cgi?id=8991">Bug 6001</a>: WebKit does not handle fallback custom cursors<p> |
ap | c5ac662 | 2006-07-18 19:56:17 +0000 | [diff] [blame] | 9 | Move the cursor over the blue box - it should become a help cursor (question mark). |
| 10 | <div style="width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), help;"></div> |