From aabb1fa6f23132ec07870e5e8a4bd22a42dab673 Mon Sep 17 00:00:00 2001 From: Tom Robinson Date: Wed, 7 Apr 2010 16:03:42 -0700 Subject: [PATCH] Move CPCursor test out of Resources. --- AppKit/Resources/CPCursor/test.html | 18 ------------------ Tests/Manual/CPCursor/test.html | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 AppKit/Resources/CPCursor/test.html create mode 100644 Tests/Manual/CPCursor/test.html diff --git a/AppKit/Resources/CPCursor/test.html b/AppKit/Resources/CPCursor/test.html deleted file mode 100644 index f6487b1768..0000000000 --- a/AppKit/Resources/CPCursor/test.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - -
Test custom cursors with .cur images.
-
disappearingItemCursor
-
closedHandCursor
-
contextMenuCursor
-
dragCopyCursor
-
dragLinkCursor
-
openHandCursor
-
resizeDownCursor
-
resizeLeftCursor
-
resizeRightCursor
-
resizeUpCursor
- - - diff --git a/Tests/Manual/CPCursor/test.html b/Tests/Manual/CPCursor/test.html new file mode 100644 index 0000000000..14d4490fec --- /dev/null +++ b/Tests/Manual/CPCursor/test.html @@ -0,0 +1,18 @@ + + + + +
Test custom cursors with .cur images.
+
disappearingItemCursor
+
closedHandCursor
+
contextMenuCursor
+
dragCopyCursor
+
dragLinkCursor
+
openHandCursor
+
resizeDownCursor
+
resizeLeftCursor
+
resizeRightCursor
+
resizeUpCursor
+ + +