[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ManualTests / cursor-max-size.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">\r
2 <html>\r
3 <head>\r
4 <style>\r
5 html, body\r
6 {\r
7     height: 100%; width: 100%; overflow: hidden; position: relative;\r
8     cursor: url("resources/apple.jpg"),                 /* bigger than 128px x 128px */\r
9             url("resources/helpCursor.tiff") -10 10,    /* negative x in hotspot */\r
10             url("resources/helpCursor.tiff") 10 -10,    /* negative y in hotspot */\r
11             url("resources/helpCursor.tiff") -10 -10,    /* negative x and y in hotspot */\r
12             url("resources/helpCursor.tiff") 20 10,     /* x hotspot outside image (image is 16px x 16px) */\r
13             url("resources/helpCursor.tiff") 10 20,     /* y hotspot outside image (image is 16px x 16px) */\r
14             url("resources/helpCursor.tiff") 20 20,     /* both x and y hotspot outside image (image is 16px x 16px) */\r
15             auto;\r
16 }\r
17 </style>\r
18 </head>\r
19 <body>\r
20     <p>\r
21         If there is a custom cursor, the test has failed. This tests that images larger than 128x128 cannot be used\r
22         as cursors and that hotspots cannot be outside of the cursors bounds box.\r
23     </p>\r
24 </body>\r
25 </html>\r