diff -r 000000000000 -r 4f2f89ce4247 WebCore/manual-tests/css3-cursor-fallback-strict.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebCore/manual-tests/css3-cursor-fallback-strict.html Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,56 @@ + + +
Bug .991: REGRESSION: missing or broken CSS custom cursors are displayed as a missing image icon.
+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.
+ +Bug 6001: WebKit does not handle fallback custom cursors
+Bug 9013: Let correct CSS custom cursor declarations parse
+In each of the blue boxes below, the cursor should become a help cursor (question mark).
++ | + | + | + | + |
In each of the blue boxes below, the cursor should remain the default cursor, since all cursor definitions are invalid in strict mode.
++ | + | + | + |
Should show an I-beam cursor.
+The following testcases test inheritance of the cursor property. The first one should have the help cursor for both divs (normal inheritance). The second one should have help cursor for big div, text cursor for small div (inner div has cursor property, should not inherit). The next two have invalid css syntax in the inner div, so they should inherit from parent. The rightmost testcase has a nonexistant url, but the syntax is correct, and there is no inheritance in this case.
+
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
In each of the blue boxes below, the hotspot is out-of-range. For now this means a failure to show the custom cursor(lower level problem?).
++ | + |