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

Side by Side Diff: LayoutTests/fast/dom/hover-after-dom-delete-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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
1 Test for http://crbug.com/240722. If the mouse cursor is not visible, no new hov er effects should be invoked when the currently hovered node is removed from the DOM. Press any key to delete the red div. 1 Test for http://crbug.com/240722. If the mouse cursor is not visible, no new hov er effects should be invoked when the currently hovered node is removed from the DOM. Press any key to delete the red div.
2 2
3 PASS successfullyParsed is true
4
5 TEST COMPLETE
3 Adding the red and blue divs. 6 Adding the red and blue divs.
4 PASS blueDiv.offsetTop is 200 7 PASS blueDiv.offsetTop is 200
5 PASS redDiv.offsetTop is 50 8 PASS redDiv.offsetTop is 50
6 Mouse is visible, moving it over the red div. 9 Mouse is visible, moving it over the red div.
7 PASS redDiv.innerHTML is "Red hovered." 10 PASS redDiv.innerHTML is "Red hovered."
8 PASS blueDiv.innerHTML is "" 11 PASS blueDiv.innerHTML is ""
9 Mouse is visible, deleting the red div. 12 Mouse is visible, deleting the red div.
10 PASS blueDiv.offsetTop is 50 13 PASS blueDiv.offsetTop is 50
11 PASS blueText is "'Hovered.'" 14 PASS blueText is "'Hovered.'"
12 Adding the red and blue divs. 15 Adding the red and blue divs.
13 PASS blueDiv.offsetTop is 200 16 PASS blueDiv.offsetTop is 200
14 PASS redDiv.offsetTop is 50 17 PASS redDiv.offsetTop is 50
15 Mouse is visible, moving it over the red div. 18 Mouse is visible, moving it over the red div.
16 PASS redDiv.innerHTML is "Red hovered." 19 PASS redDiv.innerHTML is "Red hovered."
17 PASS blueDiv.innerHTML is "" 20 PASS blueDiv.innerHTML is ""
18 Setting the mouse cursor to be invisible. 21 Setting the mouse cursor to be invisible.
19 PASS redDiv.innerHTML is "Red hovered." 22 PASS redDiv.innerHTML is "Red hovered."
20 PASS blueDiv.innerHTML is "" 23 PASS blueDiv.innerHTML is ""
21 Mouse is invisible, deleting the red div. 24 Mouse is invisible, deleting the red div.
22 PASS blueDiv.offsetTop is 50 25 PASS blueDiv.offsetTop is 50
23 PASS blueText is "" 26 PASS blueText is ""
24 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698