| OLD | NEW |
| (Empty) | |
| 1 Test that a cursor change that occurs due only to a style change correctly consi
ders iframes. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 |
| 7 Mouse moved to cursor changing div |
| 8 Cursor Info: type=Hand hotSpot=0,0 |
| 9 PASS window.internals.getCurrentCursorInfo(document) is "type=Hand hotSpot=0,0" |
| 10 Changing cursor style |
| 11 PASS window.internals.getCurrentCursorInfo(document) is "type=Wait hotSpot=0,0" |
| 12 |
| 13 Now move mouse onto iframe above cursor changing div |
| 14 PASS document.elementFromPoint(100, y) is frame |
| 15 PASS document.elementsFromPoint(100, y).indexOf(container) > 0 is true |
| 16 PASS window.internals.getCurrentCursorInfo(document) is "type=IBeam hotSpot=0,0" |
| 17 |
| 18 Changing cursor style of the background should not affect the cursor as it sits
over the iframe |
| 19 PASS window.internals.getCurrentCursorInfo(document) is "type=IBeam hotSpot=0,0" |
| 20 PASS successfullyParsed is true |
| 21 |
| 22 TEST COMPLETE |
| 23 |
| OLD | NEW |