1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / large-cursor.html [blame]

<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
  height: 1000px;
  width: 1000px;
  cursor: -webkit-image-set(url(single_face.jpg) 1x) 120 120, auto;
}
</style>