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

Side by Side Diff: LayoutTests/fast/events/mousemove-from-iframe-to-top-element-expected.txt

Issue 1047733002: Fixed mouseenter/mouseleave event firing order. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed tests. Created 5 years, 8 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
OLDNEW
1 TOP 1 TOP
2 2
3 Tests that hover is lost from iframe when the mouse is moved from iframe to the element that stacked up on iframe 3 Tests that hover is lost from iframe when the mouse is moved from iframe to the element that stacked up on iframe
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 PASS successfullyParsed is true 8 PASS successfullyParsed is true
9 9
10 TEST COMPLETE 10 TEST COMPLETE
11 PASS hoverBgColor is "rgb(255, 0, 0)" 11 PASS hoverBgColor is "rgb(255, 0, 0)"
12 12
13 PASS events[0] is "mouseenter" 13 PASS events[0] is "mouseenter"
14 PASS targetIds[0] is "target" 14 PASS targetIds[0] is "target"
15 15
16 PASS events[1] is "mousemove" 16 PASS events[1] is "mousemove"
17 PASS targetIds[1] is "target" 17 PASS targetIds[1] is "target"
18 18
19 PASS bgColor is "rgb(255, 255, 0)" 19 PASS bgColor is "rgb(255, 255, 0)"
20 20
21 PASS events[2] is "mouseleave" 21 FAIL events[2] should be mouseleave. Was mouseout.
22 PASS targetIds[2] is "target" 22 PASS targetIds[2] is "target"
23 23
24 PASS events[3] is "mouseout" 24 FAIL events[3] should be mouseout. Was mouseleave.
25 PASS targetIds[3] is "target" 25 PASS targetIds[3] is "target"
26 26
27 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698