summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/cursor.html
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:30:52 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:30:52 -0800
commit8e35f3cfc7fba1d1c829dc557ebad6409cbe16a2 (patch)
tree11425ea0b299d6fb89c6d3618a22d97d5bf68d0f /WebCore/manual-tests/cursor.html
parent648161bb0edfc3d43db63caed5cc5213bc6cb78f (diff)
downloadexternal_webkit-8e35f3cfc7fba1d1c829dc557ebad6409cbe16a2.zip
external_webkit-8e35f3cfc7fba1d1c829dc557ebad6409cbe16a2.tar.gz
external_webkit-8e35f3cfc7fba1d1c829dc557ebad6409cbe16a2.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'WebCore/manual-tests/cursor.html')
-rw-r--r--WebCore/manual-tests/cursor.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/WebCore/manual-tests/cursor.html b/WebCore/manual-tests/cursor.html
new file mode 100644
index 0000000..206cfe0
--- /dev/null
+++ b/WebCore/manual-tests/cursor.html
@@ -0,0 +1,38 @@
+<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>
+<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: -webkit-zoom-in">zoom in</div>
+<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: -webkit-zoom-out">zoom out</div>
+<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: -webkit-grab">grab</div>
+<div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: -webkit-grabbing">grabbing</div>