summaryrefslogtreecommitdiff
path: root/old/css_compat/tests/cursor.html
blob: 207a1a6d6d2d67a5fe3dd64a7ca48dfd229f2764 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<style type="text/css">
div {cursor: crosshair}
</style>
</head>
<body>
<div>dillo</div>
</body>
</html>