Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1013)

Side by Side Diff: LayoutTests/fast/events/mouse-cursor-style-change-iframe-expected.txt

Issue 1121433003: Fix mouse cursor update timer to be page-global instead of per-frame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: bokan cr feedback Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/mouse-cursor-style-change-iframe.html ('k') | Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698