summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/cursor.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/manual-tests/cursor.html')
-rw-r--r--WebCore/manual-tests/cursor.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/manual-tests/cursor.html b/WebCore/manual-tests/cursor.html
index f4e0bc4..206cfe0 100644
--- a/WebCore/manual-tests/cursor.html
+++ b/WebCore/manual-tests/cursor.html
@@ -32,3 +32,7 @@
<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>