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 18:28:41 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:41 -0800
commit648161bb0edfc3d43db63caed5cc5213bc6cb78f (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /WebCore/manual-tests/cursor.html
parenta65af38181ac7d34544586bdb5cd004de93897ad (diff)
downloadexternal_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.zip
external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.tar.gz
external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.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, 0 insertions, 38 deletions
diff --git a/WebCore/manual-tests/cursor.html b/WebCore/manual-tests/cursor.html
deleted file mode 100644
index 206cfe0..0000000
--- a/WebCore/manual-tests/cursor.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<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>