diff options
Diffstat (limited to 'Source/WebCore/manual-tests/gtk/cursor-image.html')
-rw-r--r-- | Source/WebCore/manual-tests/gtk/cursor-image.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/gtk/cursor-image.html b/Source/WebCore/manual-tests/gtk/cursor-image.html new file mode 100644 index 0000000..a231337 --- /dev/null +++ b/Source/WebCore/manual-tests/gtk/cursor-image.html @@ -0,0 +1,4 @@ +<div>Mouse over the grey block below to change the cursor to a small cross.</div> +<div style="width: 100px; height: 100px; background: lightblue; cursor:url(resources/cell.cur), default;"> </div> +<div>Mouse over the grey block below to change the cursor to three small crosses.</div> +<div style="width: 100px; height: 100px; background: lightblue; cursor:url(resources/long_cell.cur), default;"> </div> |