diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2008-10-21 07:00:00 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2008-10-21 07:00:00 -0700 |
commit | 9364f22aed35e1a1e9d07c121510f80be3ab0502 (patch) | |
tree | d49911209b132da58d838efa852daf28d516df21 /WebCore/manual-tests/cursor.html | |
parent | 87eb0cb35bad8784770ebc807e6c982432e47107 (diff) | |
download | external_webkit-9364f22aed35e1a1e9d07c121510f80be3ab0502.zip external_webkit-9364f22aed35e1a1e9d07c121510f80be3ab0502.tar.gz external_webkit-9364f22aed35e1a1e9d07c121510f80be3ab0502.tar.bz2 |
Initial Contribution
Diffstat (limited to 'WebCore/manual-tests/cursor.html')
-rw-r--r-- | WebCore/manual-tests/cursor.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/WebCore/manual-tests/cursor.html b/WebCore/manual-tests/cursor.html new file mode 100644 index 0000000..f4e0bc4 --- /dev/null +++ b/WebCore/manual-tests/cursor.html @@ -0,0 +1,34 @@ +<div>Mouse over the grey blocks to change the cursor.</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: auto">auto</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: default">default</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: hand">hand</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: pointer">pointer</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: text">text</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: help">help</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: crosshair">crosshair</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: move">move</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: w-resize">w</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: e-resize">e</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: n-resize">n</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: s-resize">s</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: nw-resize">nw</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: ne-resize">ne</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: sw-resize">sw</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: se-resize">se</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: ns-resize">ns</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: ew-resize">ew</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: nwse-resize">nwse</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: nesw-resize">nesw</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: col-resize">col</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: row-resize">row</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: all-scroll">allscroll</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: vertical-text">verticaltext</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: context-menu">contextmenu</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: no-drop">nodrop</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: not-allowed">notallowed</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: progress">progress</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: wait">wait</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: alias">alias</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: cell">cell</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: copy">copy</div> +<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: none">none</div> |