1 Test that a cursor change that occurs due only to a style change correctly considers iframes.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Mouse moved to cursor changing div
8 PASS window.internals.getCurrentCursorInfo() is "type=Hand hotSpot=0,0"
10 PASS internals.getCurrentCursorInfo() is "type=Wait hotSpot=0,0"
12 Now move mouse onto iframe above cursor changing div
13 PASS document.elementFromPoint(100, y) is frame
14 PASS document.elementsFromPoint(100, y).indexOf(container) > 0 is true
15 PASS internals.cursorUpdatePending is false
16 PASS window.internals.getCurrentCursorInfo() is "type=IBeam hotSpot=0,0"
18 Changing cursor style of the background should not affect the cursor as it sits over the iframe
19 PASS internals.getCurrentCursorInfo() is "type=IBeam hotSpot=0,0"
20 PASS successfullyParsed is true