OLD | NEW |
1 Test that mouse cursors are applied correctly. | 1 Test that mouse cursors are applied correctly. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 Bug 100550 | 6 Bug 100550 |
7 | 7 |
8 | 8 |
9 TEST CASE: Implicit default cursor | 9 TEST CASE: Implicit default cursor |
10 Cursor Info: type=IBeam hotSpot=0,0 | 10 Cursor Info: type=IBeam hotSpot=0,0 |
11 | 11 |
12 TEST CASE: Explicit default | 12 TEST CASE: Explicit default |
13 Cursor Info: type=Pointer hotSpot=0,0 | 13 Cursor Info: type=Pointer hotSpot=0,0 |
14 | 14 |
15 TEST CASE: Explicit auto | 15 TEST CASE: Explicit auto |
16 Cursor Info: type=IBeam hotSpot=0,0 | 16 Cursor Info: type=IBeam hotSpot=0,0 |
17 | 17 |
18 TEST CASE: No cursor | 18 TEST CASE: No cursor |
19 Cursor Info: type=None hotSpot=0,0 | 19 Cursor Info: type=None hotSpot=0,0 |
20 | 20 |
21 TEST CASE: Pointer | 21 TEST CASE: Pointer |
22 Cursor Info: type=Hand hotSpot=0,0 | 22 Cursor Info: type=Hand hotSpot=0,0 |
23 | 23 |
24 TEST CASE: -webkit-grabbing | 24 TEST CASE: -webkit-grabbing |
25 Cursor Info: type=Grabbing hotSpot=0,0 | 25 Cursor Info: type=Grabbing hotSpot=0,0 |
26 | 26 |
27 TEST CASE: Existing 25x25 image | 27 TEST CASE: Existing 25x25 image |
28 Cursor Info: type=Custom hotSpot=0,0 image=25x25 | 28 Cursor Info: type=IBeam hotSpot=0,0 |
29 | 29 |
30 TEST CASE: Invalid URL with fallback to pointer | 30 TEST CASE: Invalid URL with fallback to pointer |
31 Cursor Info: type=Hand hotSpot=0,0 | 31 Cursor Info: type=Hand hotSpot=0,0 |
32 | 32 |
33 TEST CASE: Invalid with fallback to 25x25 image | 33 TEST CASE: Invalid with fallback to 25x25 image |
34 Cursor Info: type=Custom hotSpot=0,0 image=25x25 | 34 Cursor Info: type=Custom hotSpot=0,0 image=25x25 |
35 | 35 |
36 TEST CASE: Image with explicit hot spot at (0,0) | 36 TEST CASE: Image with explicit hot spot at (0,0) |
37 Cursor Info: type=Custom hotSpot=0,0 image=25x25 | 37 Cursor Info: type=Custom hotSpot=0,0 image=25x25 |
38 | 38 |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 TEST CASE: Link with default cursor overriding wait | 72 TEST CASE: Link with default cursor overriding wait |
73 Cursor Info: type=Hand hotSpot=0,0 | 73 Cursor Info: type=Hand hotSpot=0,0 |
74 | 74 |
75 TEST CASE: Wait cursor which should not be affected by unknown cursor rule | 75 TEST CASE: Wait cursor which should not be affected by unknown cursor rule |
76 Cursor Info: type=Wait hotSpot=0,0 | 76 Cursor Info: type=Wait hotSpot=0,0 |
77 | 77 |
78 PASS successfullyParsed is true | 78 PASS successfullyParsed is true |
79 | 79 |
80 TEST COMPLETE | 80 TEST COMPLETE |
81 | 81 |
OLD | NEW |