summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/cursor.html
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-05-06 11:45:16 +0100
committerSteve Block <steveblock@google.com>2011-05-12 13:44:10 +0100
commitcad810f21b803229eb11403f9209855525a25d57 (patch)
tree29a6fd0279be608e0fe9ffe9841f722f0f4e4269 /Source/WebCore/manual-tests/cursor.html
parent121b0cf4517156d0ac5111caf9830c51b69bae8f (diff)
downloadexternal_webkit-cad810f21b803229eb11403f9209855525a25d57.zip
external_webkit-cad810f21b803229eb11403f9209855525a25d57.tar.gz
external_webkit-cad810f21b803229eb11403f9209855525a25d57.tar.bz2
Merge WebKit at r75315: Initial merge by git.
Change-Id: I570314b346ce101c935ed22a626b48c2af266b84
Diffstat (limited to 'Source/WebCore/manual-tests/cursor.html')
-rw-r--r--Source/WebCore/manual-tests/cursor.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/cursor.html b/Source/WebCore/manual-tests/cursor.html
new file mode 100644
index 0000000..206cfe0
--- /dev/null
+++ b/Source/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>